diff --git a/src/Applications/Applications/docs/v1.0-beta/Get-MgApplicationTemplate.md b/src/Applications/Applications/docs/v1.0-beta/Get-MgApplicationTemplate.md index 75163dbee94..1e44d3c1755 100644 --- a/src/Applications/Applications/docs/v1.0-beta/Get-MgApplicationTemplate.md +++ b/src/Applications/Applications/docs/v1.0-beta/Get-MgApplicationTemplate.md @@ -229,7 +229,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphApplicationTemplate +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphApplicationTemplate1 ## NOTES diff --git a/src/Applications/Applications/docs/v1.0-beta/Microsoft.Graph.Applications.md b/src/Applications/Applications/docs/v1.0-beta/Microsoft.Graph.Applications.md index b6c6fcd7e8a..d5ba291e6cb 100644 --- a/src/Applications/Applications/docs/v1.0-beta/Microsoft.Graph.Applications.md +++ b/src/Applications/Applications/docs/v1.0-beta/Microsoft.Graph.Applications.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Applications -Module Guid: 1c619071-81dc-42e2-ab0f-0669e2dffd2f +Module Guid: f1ce971c-da15-4b4d-b3a3-3517dc2cf7b7 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Applications/Applications/docs/v1.0-beta/New-MgApplicationTemplate.md b/src/Applications/Applications/docs/v1.0-beta/New-MgApplicationTemplate.md index e6090bf07b3..73e39e0ccd4 100644 --- a/src/Applications/Applications/docs/v1.0-beta/New-MgApplicationTemplate.md +++ b/src/Applications/Applications/docs/v1.0-beta/New-MgApplicationTemplate.md @@ -15,14 +15,15 @@ Add new entity to applicationTemplates ### CreateExpanded (Default) ``` New-MgApplicationTemplate [-AdditionalProperties ] [-Categories ] [-Description ] - [-DisplayName ] [-HomePageUrl ] [-Id ] [-LogoUrl ] [-Publisher ] + [-DisplayName ] [-HomePageUrl ] [-Id ] + [-InformationalUrls ] [-LogoUrl ] [-Publisher ] [-SupportedProvisioningTypes ] [-SupportedSingleSignOnModes ] [-Confirm] [-WhatIf] [] ``` ### Create ``` -New-MgApplicationTemplate -BodyParameter [-Confirm] [-WhatIf] +New-MgApplicationTemplate -BodyParameter [-Confirm] [-WhatIf] [] ``` @@ -53,7 +54,7 @@ applicationTemplate To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphApplicationTemplate +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphApplicationTemplate1 Parameter Sets: Create Aliases: @@ -140,6 +141,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -InformationalUrls +informationalUrls +To construct, please use Get-Help -Online and see NOTES section for INFORMATIONALURLS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphInformationalUrls +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -LogoUrl The URL to get the logo for this application. @@ -238,11 +255,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphApplicationTemplate +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphApplicationTemplate1 ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphApplicationTemplate +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphApplicationTemplate1 ## NOTES @@ -253,17 +270,26 @@ 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 : applicationTemplate +BODYPARAMETER : applicationTemplate - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Categories ]`: The list of categories for the application. Supported values can be: Collaboration, Business Management, Consumer, Content management, CRM, Data services, Developer services, E-commerce, Education, ERP, Finance, Health, Human resources, IT infrastructure, Mail, Management, Marketing, Media, Productivity, Project management, Telecommunications, Tools, Travel, and Web design & hosting. - `[Description ]`: A description of the application. - `[DisplayName ]`: The name of the application. - `[HomePageUrl ]`: The home page URL of the application. + - `[InformationalUrls ]`: informationalUrls + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppSignUpUrl ]`: + - `[SingleSignOnDocumentationUrl ]`: - `[LogoUrl ]`: The URL to get the logo for this application. - `[Publisher ]`: The name of the publisher for this application. - `[SupportedProvisioningTypes ]`: The list of provisioning modes supported by this application. The only valid value is sync. - `[SupportedSingleSignOnModes ]`: The list of single sign-on modes supported by this application. The supported values are oidc, password, saml, and notSupported. +INFORMATIONALURLS : informationalUrls + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppSignUpUrl ]`: + - `[SingleSignOnDocumentationUrl ]`: + ## RELATED LINKS diff --git a/src/Applications/Applications/docs/v1.0-beta/Update-MgApplicationTemplate.md b/src/Applications/Applications/docs/v1.0-beta/Update-MgApplicationTemplate.md index c418115c3f4..115fa7f9f0c 100644 --- a/src/Applications/Applications/docs/v1.0-beta/Update-MgApplicationTemplate.md +++ b/src/Applications/Applications/docs/v1.0-beta/Update-MgApplicationTemplate.md @@ -16,28 +16,30 @@ Update entity in applicationTemplates ``` Update-MgApplicationTemplate -ApplicationTemplateId [-AdditionalProperties ] [-Categories ] [-Description ] [-DisplayName ] [-HomePageUrl ] - [-Id ] [-LogoUrl ] [-Publisher ] [-SupportedProvisioningTypes ] - [-SupportedSingleSignOnModes ] [-PassThru] [-Confirm] [-WhatIf] [] + [-Id ] [-InformationalUrls ] [-LogoUrl ] + [-Publisher ] [-SupportedProvisioningTypes ] [-SupportedSingleSignOnModes ] + [-PassThru] [-Confirm] [-WhatIf] [] ``` ### Update ``` Update-MgApplicationTemplate -ApplicationTemplateId - -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] + -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentity ``` Update-MgApplicationTemplate -InputObject - -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] + -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityExpanded ``` Update-MgApplicationTemplate -InputObject [-AdditionalProperties ] [-Categories ] [-Description ] [-DisplayName ] [-HomePageUrl ] - [-Id ] [-LogoUrl ] [-Publisher ] [-SupportedProvisioningTypes ] - [-SupportedSingleSignOnModes ] [-PassThru] [-Confirm] [-WhatIf] [] + [-Id ] [-InformationalUrls ] [-LogoUrl ] + [-Publisher ] [-SupportedProvisioningTypes ] [-SupportedSingleSignOnModes ] + [-PassThru] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -82,7 +84,7 @@ applicationTemplate To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphApplicationTemplate +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphApplicationTemplate1 Parameter Sets: Update, UpdateViaIdentity Aliases: @@ -169,6 +171,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -InformationalUrls +informationalUrls +To construct, please use Get-Help -Online and see NOTES section for INFORMATIONALURLS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphInformationalUrls +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -InputObject Identity Parameter To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. @@ -300,7 +318,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### Microsoft.Graph.PowerShell.Models.IApplicationsIdentity -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphApplicationTemplate +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphApplicationTemplate1 ## OUTPUTS @@ -315,18 +333,27 @@ 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 : applicationTemplate +BODYPARAMETER : applicationTemplate - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Categories ]`: The list of categories for the application. Supported values can be: Collaboration, Business Management, Consumer, Content management, CRM, Data services, Developer services, E-commerce, Education, ERP, Finance, Health, Human resources, IT infrastructure, Mail, Management, Marketing, Media, Productivity, Project management, Telecommunications, Tools, Travel, and Web design & hosting. - `[Description ]`: A description of the application. - `[DisplayName ]`: The name of the application. - `[HomePageUrl ]`: The home page URL of the application. + - `[InformationalUrls ]`: informationalUrls + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppSignUpUrl ]`: + - `[SingleSignOnDocumentationUrl ]`: - `[LogoUrl ]`: The URL to get the logo for this application. - `[Publisher ]`: The name of the publisher for this application. - `[SupportedProvisioningTypes ]`: The list of provisioning modes supported by this application. The only valid value is sync. - `[SupportedSingleSignOnModes ]`: The list of single sign-on modes supported by this application. The supported values are oidc, password, saml, and notSupported. +INFORMATIONALURLS : informationalUrls + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppSignUpUrl ]`: + - `[SingleSignOnDocumentationUrl ]`: + INPUTOBJECT : Identity Parameter - `[AppRoleAssignmentId ]`: key: id of appRoleAssignment - `[ApplicationId ]`: key: id of application diff --git a/src/Applications/Applications/docs/v1.0/Get-MgApplication.md b/src/Applications/Applications/docs/v1.0/Get-MgApplication.md index 3304a83983e..4206d36c4a3 100644 --- a/src/Applications/Applications/docs/v1.0/Get-MgApplication.md +++ b/src/Applications/Applications/docs/v1.0/Get-MgApplication.md @@ -99,7 +99,7 @@ To learn about other permissions for this resource, see the [permissions referen To consent to any of these permissions run `Connect-MgGraph -Scopes Permission`. For example, `Connect-MgGraph -Scopes Application.Read.All, Application.ReadWrite.All`. -### Example 4: Use -Search to get all the applications whose display name contains 'Test' including a count of the returned users +### Example 4: Use -Search to get all the applications whose display name contains 'Test' including a count of the returned applications ```powershell Connect-MgGraph -Scopes 'Application.Read.All' Get-MgApplication -ConsistencyLevel eventual -Count appCount -Search '"DisplayName:Test"' @@ -120,7 +120,7 @@ To learn about other permissions for this resource, see the [permissions referen To consent to any of these permissions run `Connect-MgGraph -Scopes Permission`. For example, `Connect-MgGraph -Scopes Application.Read.All, Application.ReadWrite.All`. -### Example 5: Use -Filter to get all the applications with a display name that starts with 'New' including a count of the returned users, with the results ordered by display name +### Example 5: Use -Filter to get all the applications with a display name that starts with 'New' including a count of the returned applications, with the results ordered by display name ```powershell Connect-MgGraph -Scopes 'Application.Read.All' Get-MgApplication -ConsistencyLevel eventual -Count appCount -Filter "startsWith(DisplayName, 'New')" -OrderBy DisplayName diff --git a/src/Applications/Applications/docs/v1.0/Microsoft.Graph.Applications.md b/src/Applications/Applications/docs/v1.0/Microsoft.Graph.Applications.md index ffeaef3cdd3..370c2053e32 100644 --- a/src/Applications/Applications/docs/v1.0/Microsoft.Graph.Applications.md +++ b/src/Applications/Applications/docs/v1.0/Microsoft.Graph.Applications.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Applications -Module Guid: 1c619071-81dc-42e2-ab0f-0669e2dffd2f +Module Guid: f1ce971c-da15-4b4d-b3a3-3517dc2cf7b7 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Compliance/Compliance/docs/v1.0-beta/Microsoft.Graph.Compliance.md b/src/Compliance/Compliance/docs/v1.0-beta/Microsoft.Graph.Compliance.md index 7de83317723..8e5b3d7fdf1 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/Microsoft.Graph.Compliance.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/Microsoft.Graph.Compliance.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Compliance -Module Guid: 9cbff46d-fee8-41d0-b9ba-9c5e3d592758 +Module Guid: 2499bf86-13bf-4280-9a38-edaf6953c428 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.compliance Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCase.md b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCase.md index 5818f912af6..5304e0fc8d6 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCase.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCase.md @@ -584,10 +584,10 @@ BODYPARAMETER : case - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -596,9 +596,9 @@ BODYPARAMETER : case - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -696,18 +696,18 @@ BODYPARAMETER : case - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -715,7 +715,7 @@ BODYPARAMETER : case - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -724,7 +724,7 @@ BODYPARAMETER : case - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1920,10 +1920,55 @@ BODYPARAMETER : case - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -1961,7 +2006,7 @@ BODYPARAMETER : case - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3424,7 +3469,7 @@ BODYPARAMETER : case - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3457,6 +3502,7 @@ BODYPARAMETER : case - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3763,6 +3809,247 @@ BODYPARAMETER : case - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4382,45 +4669,6 @@ BODYPARAMETER : case - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[UnifiedGroupSources ]`: Data source entity for groups associated with the custodian. @@ -4746,10 +4994,10 @@ CUSTODIANS : Returns a list of case custod - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4758,9 +5006,9 @@ CUSTODIANS : Returns a list of case custod - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4858,18 +5106,18 @@ CUSTODIANS : Returns a list of case custod - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4877,7 +5125,7 @@ CUSTODIANS : Returns a list of case custod - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4886,7 +5134,7 @@ CUSTODIANS : Returns a list of case custod - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6082,10 +6330,55 @@ CUSTODIANS : Returns a list of case custod - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -6123,7 +6416,7 @@ CUSTODIANS : Returns a list of case custod - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7586,7 +7879,7 @@ CUSTODIANS : Returns a list of case custod - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7619,6 +7912,7 @@ CUSTODIANS : Returns a list of case custod - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7925,6 +8219,247 @@ CUSTODIANS : Returns a list of case custod - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8544,45 +9079,6 @@ CUSTODIANS : Returns a list of case custod - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[UnifiedGroupSources ]`: Data source entity for groups associated with the custodian. @@ -8763,10 +9259,10 @@ LEGALHOLDS : Returns a list of case legalH - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8775,9 +9271,9 @@ LEGALHOLDS : Returns a list of case legalH - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8875,18 +9371,18 @@ LEGALHOLDS : Returns a list of case legalH - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8894,7 +9390,7 @@ LEGALHOLDS : Returns a list of case legalH - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8903,7 +9399,7 @@ LEGALHOLDS : Returns a list of case legalH - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10099,10 +10595,55 @@ LEGALHOLDS : Returns a list of case legalH - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -10140,7 +10681,7 @@ LEGALHOLDS : Returns a list of case legalH - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -11603,7 +12144,7 @@ LEGALHOLDS : Returns a list of case legalH - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -11636,6 +12177,7 @@ LEGALHOLDS : Returns a list of case legalH - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -11942,6 +12484,247 @@ LEGALHOLDS : Returns a list of case legalH - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -12561,45 +13344,6 @@ LEGALHOLDS : Returns a list of case legalH - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[Status ]`: legalHoldStatus diff --git a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseCustodian.md b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseCustodian.md index f2a49fb5890..a9a55609a6a 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseCustodian.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseCustodian.md @@ -550,10 +550,10 @@ BODYPARAMETER : custodian - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -562,9 +562,9 @@ BODYPARAMETER : custodian - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -662,18 +662,18 @@ BODYPARAMETER : custodian - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -681,7 +681,7 @@ BODYPARAMETER : custodian - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -690,7 +690,7 @@ BODYPARAMETER : custodian - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1886,10 +1886,55 @@ BODYPARAMETER : custodian - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -1927,7 +1972,7 @@ BODYPARAMETER : custodian - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3390,7 +3435,7 @@ BODYPARAMETER : custodian - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3423,6 +3468,7 @@ BODYPARAMETER : custodian - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3729,6 +3775,247 @@ BODYPARAMETER : custodian - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4348,45 +4635,6 @@ BODYPARAMETER : custodian - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[UnifiedGroupSources ]`: Data source entity for groups associated with the custodian. @@ -4562,10 +4810,10 @@ SITESOURCES : Data source entity for Shar - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4574,9 +4822,9 @@ SITESOURCES : Data source entity for Shar - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4674,18 +4922,18 @@ SITESOURCES : Data source entity for Shar - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4693,7 +4941,7 @@ SITESOURCES : Data source entity for Shar - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4702,7 +4950,7 @@ SITESOURCES : Data source entity for Shar - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5898,10 +6146,55 @@ SITESOURCES : Data source entity for Shar - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -5939,7 +6232,7 @@ SITESOURCES : Data source entity for Shar - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7402,7 +7695,7 @@ SITESOURCES : Data source entity for Shar - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7435,6 +7728,7 @@ SITESOURCES : Data source entity for Shar - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7741,6 +8035,247 @@ SITESOURCES : Data source entity for Shar - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8360,45 +8895,6 @@ SITESOURCES : Data source entity for Shar - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. @@ -8772,10 +9268,10 @@ UNIFIEDGROUPSOURCES : Data source - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8784,9 +9280,9 @@ UNIFIEDGROUPSOURCES : Data source - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8881,18 +9377,18 @@ UNIFIEDGROUPSOURCES : Data source - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8900,7 +9396,7 @@ UNIFIEDGROUPSOURCES : Data source - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8909,7 +9405,7 @@ UNIFIEDGROUPSOURCES : Data source - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9940,10 +10436,55 @@ UNIFIEDGROUPSOURCES : Data source - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -9981,7 +10522,7 @@ UNIFIEDGROUPSOURCES : Data source - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10199,45 +10740,6 @@ UNIFIEDGROUPSOURCES : Data source - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -11264,7 +11766,7 @@ UNIFIEDGROUPSOURCES : Data source - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -11301,6 +11803,7 @@ UNIFIEDGROUPSOURCES : Data source - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -11716,6 +12219,247 @@ UNIFIEDGROUPSOURCES : Data source - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseCustodianSiteSource.md b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseCustodianSiteSource.md index 9050b84fb0f..c94c24b86df 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseCustodianSiteSource.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseCustodianSiteSource.md @@ -411,10 +411,10 @@ BODYPARAMETER : siteSource - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -423,9 +423,9 @@ BODYPARAMETER : siteSource - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -523,18 +523,18 @@ BODYPARAMETER : siteSource - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -542,7 +542,7 @@ BODYPARAMETER : siteSource - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -551,7 +551,7 @@ BODYPARAMETER : siteSource - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1747,10 +1747,55 @@ BODYPARAMETER : siteSource - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -1788,7 +1833,7 @@ BODYPARAMETER : siteSource - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3251,7 +3296,7 @@ BODYPARAMETER : siteSource - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3284,6 +3329,7 @@ BODYPARAMETER : siteSource - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3590,6 +3636,247 @@ BODYPARAMETER : siteSource - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4209,45 +4496,6 @@ BODYPARAMETER : siteSource - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. @@ -4409,10 +4657,10 @@ SITE : site - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4421,9 +4669,9 @@ SITE : site - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4521,18 +4769,18 @@ SITE : site - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4540,7 +4788,7 @@ SITE : site - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4549,7 +4797,7 @@ SITE : site - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5745,10 +5993,55 @@ SITE : site - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -5786,7 +6079,7 @@ SITE : site - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7249,7 +7542,7 @@ SITE : site - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7282,6 +7575,7 @@ SITE : site - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7588,6 +7882,247 @@ SITE : site - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8207,45 +8742,6 @@ SITE : site - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. diff --git a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md index 375d991901e..0eb08eca875 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md @@ -656,10 +656,10 @@ BODYPARAMETER : unifiedGroupSource - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -668,9 +668,9 @@ BODYPARAMETER : unifiedGroupSource - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -765,18 +765,18 @@ BODYPARAMETER : unifiedGroupSource - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -784,7 +784,7 @@ BODYPARAMETER : unifiedGroupSource - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -793,7 +793,7 @@ BODYPARAMETER : unifiedGroupSource - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1824,10 +1824,55 @@ BODYPARAMETER : unifiedGroupSource - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -1865,7 +1910,7 @@ BODYPARAMETER : unifiedGroupSource - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2083,45 +2128,6 @@ BODYPARAMETER : unifiedGroupSource - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3148,7 +3154,7 @@ BODYPARAMETER : unifiedGroupSource - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3185,6 +3191,7 @@ BODYPARAMETER : unifiedGroupSource - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3600,6 +3607,247 @@ BODYPARAMETER : unifiedGroupSource - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4638,10 +4886,10 @@ GROUP : group - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4650,9 +4898,9 @@ GROUP : group - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4747,18 +4995,18 @@ GROUP : group - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4766,7 +5014,7 @@ GROUP : group - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4775,7 +5023,7 @@ GROUP : group - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5806,10 +6054,55 @@ GROUP : group - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -5847,7 +6140,7 @@ GROUP : group - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6065,45 +6358,6 @@ GROUP : group - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -7130,7 +7384,7 @@ GROUP : group - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7167,6 +7421,7 @@ GROUP : group - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7582,6 +7837,247 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseLegalHold.md b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseLegalHold.md index 9e83491adda..13b8cb8e94e 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseLegalHold.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseLegalHold.md @@ -540,10 +540,10 @@ BODYPARAMETER : legalHold - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -552,9 +552,9 @@ BODYPARAMETER : legalHold - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -652,18 +652,18 @@ BODYPARAMETER : legalHold - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -671,7 +671,7 @@ BODYPARAMETER : legalHold - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -680,7 +680,7 @@ BODYPARAMETER : legalHold - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1876,10 +1876,55 @@ BODYPARAMETER : legalHold - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -1917,7 +1962,7 @@ BODYPARAMETER : legalHold - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3380,7 +3425,7 @@ BODYPARAMETER : legalHold - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3413,6 +3458,7 @@ BODYPARAMETER : legalHold - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3719,6 +3765,247 @@ BODYPARAMETER : legalHold - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4338,45 +4625,6 @@ BODYPARAMETER : legalHold - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[Status ]`: legalHoldStatus @@ -4571,10 +4819,10 @@ SITESOURCES : Data source entity for Shar - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4583,9 +4831,9 @@ SITESOURCES : Data source entity for Shar - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4683,18 +4931,18 @@ SITESOURCES : Data source entity for Shar - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4702,7 +4950,7 @@ SITESOURCES : Data source entity for Shar - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4711,7 +4959,7 @@ SITESOURCES : Data source entity for Shar - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5907,10 +6155,55 @@ SITESOURCES : Data source entity for Shar - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -5948,7 +6241,7 @@ SITESOURCES : Data source entity for Shar - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7411,7 +7704,7 @@ SITESOURCES : Data source entity for Shar - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7444,6 +7737,7 @@ SITESOURCES : Data source entity for Shar - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7750,6 +8044,247 @@ SITESOURCES : Data source entity for Shar - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8369,45 +8904,6 @@ SITESOURCES : Data source entity for Shar - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. @@ -8781,10 +9277,10 @@ UNIFIEDGROUPSOURCES : . - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8793,9 +9289,9 @@ UNIFIEDGROUPSOURCES : . - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8890,18 +9386,18 @@ UNIFIEDGROUPSOURCES : . - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8909,7 +9405,7 @@ UNIFIEDGROUPSOURCES : . - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8918,7 +9414,7 @@ UNIFIEDGROUPSOURCES : . - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9949,10 +10445,55 @@ UNIFIEDGROUPSOURCES : . - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -9990,7 +10531,7 @@ UNIFIEDGROUPSOURCES : . - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10208,45 +10749,6 @@ UNIFIEDGROUPSOURCES : . - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -11273,7 +11775,7 @@ UNIFIEDGROUPSOURCES : . - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -11310,6 +11812,7 @@ UNIFIEDGROUPSOURCES : . - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -11725,6 +12228,247 @@ UNIFIEDGROUPSOURCES : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseLegalHoldSiteSource.md b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseLegalHoldSiteSource.md index e1fbdc46091..a8ba496ffc5 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseLegalHoldSiteSource.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseLegalHoldSiteSource.md @@ -411,10 +411,10 @@ BODYPARAMETER : siteSource - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -423,9 +423,9 @@ BODYPARAMETER : siteSource - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -523,18 +523,18 @@ BODYPARAMETER : siteSource - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -542,7 +542,7 @@ BODYPARAMETER : siteSource - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -551,7 +551,7 @@ BODYPARAMETER : siteSource - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1747,10 +1747,55 @@ BODYPARAMETER : siteSource - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -1788,7 +1833,7 @@ BODYPARAMETER : siteSource - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3251,7 +3296,7 @@ BODYPARAMETER : siteSource - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3284,6 +3329,7 @@ BODYPARAMETER : siteSource - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3590,6 +3636,247 @@ BODYPARAMETER : siteSource - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4209,45 +4496,6 @@ BODYPARAMETER : siteSource - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. @@ -4409,10 +4657,10 @@ SITE : site - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4421,9 +4669,9 @@ SITE : site - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4521,18 +4769,18 @@ SITE : site - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4540,7 +4788,7 @@ SITE : site - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4549,7 +4797,7 @@ SITE : site - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5745,10 +5993,55 @@ SITE : site - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -5786,7 +6079,7 @@ SITE : site - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7249,7 +7542,7 @@ SITE : site - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7282,6 +7575,7 @@ SITE : site - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7588,6 +7882,247 @@ SITE : site - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8207,45 +8742,6 @@ SITE : site - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. diff --git a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md index 4bb765a9946..cb671833345 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md @@ -656,10 +656,10 @@ BODYPARAMETER : unifiedGroupSource - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -668,9 +668,9 @@ BODYPARAMETER : unifiedGroupSource - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -765,18 +765,18 @@ BODYPARAMETER : unifiedGroupSource - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -784,7 +784,7 @@ BODYPARAMETER : unifiedGroupSource - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -793,7 +793,7 @@ BODYPARAMETER : unifiedGroupSource - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1824,10 +1824,55 @@ BODYPARAMETER : unifiedGroupSource - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -1865,7 +1910,7 @@ BODYPARAMETER : unifiedGroupSource - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2083,45 +2128,6 @@ BODYPARAMETER : unifiedGroupSource - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3148,7 +3154,7 @@ BODYPARAMETER : unifiedGroupSource - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3185,6 +3191,7 @@ BODYPARAMETER : unifiedGroupSource - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3600,6 +3607,247 @@ BODYPARAMETER : unifiedGroupSource - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4638,10 +4886,10 @@ GROUP : group - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4650,9 +4898,9 @@ GROUP : group - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4747,18 +4995,18 @@ GROUP : group - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4766,7 +5014,7 @@ GROUP : group - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4775,7 +5023,7 @@ GROUP : group - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5806,10 +6054,55 @@ GROUP : group - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -5847,7 +6140,7 @@ GROUP : group - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6065,45 +6358,6 @@ GROUP : group - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -7130,7 +7384,7 @@ GROUP : group - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7167,6 +7421,7 @@ GROUP : group - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7582,6 +7837,247 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgCompliance.md b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgCompliance.md index c5d20d93c9e..7c64823455b 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgCompliance.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgCompliance.md @@ -319,10 +319,10 @@ BODYPARAMETER : compliance - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -331,9 +331,9 @@ BODYPARAMETER : compliance - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -431,18 +431,18 @@ BODYPARAMETER : compliance - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -450,7 +450,7 @@ BODYPARAMETER : compliance - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -459,7 +459,7 @@ BODYPARAMETER : compliance - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1655,10 +1655,55 @@ BODYPARAMETER : compliance - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -1696,7 +1741,7 @@ BODYPARAMETER : compliance - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3159,7 +3204,7 @@ BODYPARAMETER : compliance - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3192,6 +3237,7 @@ BODYPARAMETER : compliance - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3498,6 +3544,247 @@ BODYPARAMETER : compliance - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4117,45 +4404,6 @@ BODYPARAMETER : compliance - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[UnifiedGroupSources ]`: Data source entity for groups associated with the custodian. @@ -4480,10 +4728,10 @@ EDISCOVERY : ediscoveryroot - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4492,9 +4740,9 @@ EDISCOVERY : ediscoveryroot - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4592,18 +4840,18 @@ EDISCOVERY : ediscoveryroot - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4611,7 +4859,7 @@ EDISCOVERY : ediscoveryroot - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4620,7 +4868,7 @@ EDISCOVERY : ediscoveryroot - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5816,10 +6064,55 @@ EDISCOVERY : ediscoveryroot - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -5857,7 +6150,7 @@ EDISCOVERY : ediscoveryroot - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7320,7 +7613,7 @@ EDISCOVERY : ediscoveryroot - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7353,6 +7646,7 @@ EDISCOVERY : ediscoveryroot - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7659,6 +7953,247 @@ EDISCOVERY : ediscoveryroot - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8278,45 +8813,6 @@ EDISCOVERY : ediscoveryroot - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[UnifiedGroupSources ]`: Data source entity for groups associated with the custodian. diff --git a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscovery.md b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscovery.md index 625ac8f6a70..5a72e1416f7 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscovery.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscovery.md @@ -332,10 +332,10 @@ BODYPARAMETER : ediscoveryroot - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -344,9 +344,9 @@ BODYPARAMETER : ediscoveryroot - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -444,18 +444,18 @@ BODYPARAMETER : ediscoveryroot - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -463,7 +463,7 @@ BODYPARAMETER : ediscoveryroot - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -472,7 +472,7 @@ BODYPARAMETER : ediscoveryroot - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1668,10 +1668,55 @@ BODYPARAMETER : ediscoveryroot - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -1709,7 +1754,7 @@ BODYPARAMETER : ediscoveryroot - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3172,7 +3217,7 @@ BODYPARAMETER : ediscoveryroot - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3205,6 +3250,7 @@ BODYPARAMETER : ediscoveryroot - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3511,6 +3557,247 @@ BODYPARAMETER : ediscoveryroot - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4130,45 +4417,6 @@ BODYPARAMETER : ediscoveryroot - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[UnifiedGroupSources ]`: Data source entity for groups associated with the custodian. @@ -4490,10 +4738,10 @@ CASES : . - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4502,9 +4750,9 @@ CASES : . - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4602,18 +4850,18 @@ CASES : . - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4621,7 +4869,7 @@ CASES : . - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4630,7 +4878,7 @@ CASES : . - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5826,10 +6074,55 @@ CASES : . - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -5867,7 +6160,7 @@ CASES : . - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7330,7 +7623,7 @@ CASES : . - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7363,6 +7656,7 @@ CASES : . - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7669,6 +7963,247 @@ CASES : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8288,45 +8823,6 @@ CASES : . - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[UnifiedGroupSources ]`: Data source entity for groups associated with the custodian. diff --git a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCase.md b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCase.md index d7b5d9dc0b3..979d36975b3 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCase.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCase.md @@ -652,10 +652,10 @@ BODYPARAMETER : case - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -664,9 +664,9 @@ BODYPARAMETER : case - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -764,18 +764,18 @@ BODYPARAMETER : case - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -783,7 +783,7 @@ BODYPARAMETER : case - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -792,7 +792,7 @@ BODYPARAMETER : case - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1988,10 +1988,55 @@ BODYPARAMETER : case - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -2029,7 +2074,7 @@ BODYPARAMETER : case - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3492,7 +3537,7 @@ BODYPARAMETER : case - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3525,6 +3570,7 @@ BODYPARAMETER : case - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3831,6 +3877,247 @@ BODYPARAMETER : case - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4450,45 +4737,6 @@ BODYPARAMETER : case - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[UnifiedGroupSources ]`: Data source entity for groups associated with the custodian. @@ -4814,10 +5062,10 @@ CUSTODIANS : Returns a list of case custod - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4826,9 +5074,9 @@ CUSTODIANS : Returns a list of case custod - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4926,18 +5174,18 @@ CUSTODIANS : Returns a list of case custod - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4945,7 +5193,7 @@ CUSTODIANS : Returns a list of case custod - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4954,7 +5202,7 @@ CUSTODIANS : Returns a list of case custod - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6150,10 +6398,55 @@ CUSTODIANS : Returns a list of case custod - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -6191,7 +6484,7 @@ CUSTODIANS : Returns a list of case custod - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7654,7 +7947,7 @@ CUSTODIANS : Returns a list of case custod - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7687,6 +7980,7 @@ CUSTODIANS : Returns a list of case custod - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7993,6 +8287,247 @@ CUSTODIANS : Returns a list of case custod - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8612,45 +9147,6 @@ CUSTODIANS : Returns a list of case custod - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[UnifiedGroupSources ]`: Data source entity for groups associated with the custodian. @@ -8846,10 +9342,10 @@ LEGALHOLDS : Returns a list of case legalH - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8858,9 +9354,9 @@ LEGALHOLDS : Returns a list of case legalH - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8958,18 +9454,18 @@ LEGALHOLDS : Returns a list of case legalH - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8977,7 +9473,7 @@ LEGALHOLDS : Returns a list of case legalH - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8986,7 +9482,7 @@ LEGALHOLDS : Returns a list of case legalH - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10182,10 +10678,55 @@ LEGALHOLDS : Returns a list of case legalH - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -10223,7 +10764,7 @@ LEGALHOLDS : Returns a list of case legalH - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -11686,7 +12227,7 @@ LEGALHOLDS : Returns a list of case legalH - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -11719,6 +12260,7 @@ LEGALHOLDS : Returns a list of case legalH - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -12025,6 +12567,247 @@ LEGALHOLDS : Returns a list of case legalH - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -12644,45 +13427,6 @@ LEGALHOLDS : Returns a list of case legalH - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[Status ]`: legalHoldStatus diff --git a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseCustodian.md b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseCustodian.md index c80393dfbc1..449927623c1 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseCustodian.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseCustodian.md @@ -580,10 +580,10 @@ BODYPARAMETER : custodian - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -592,9 +592,9 @@ BODYPARAMETER : custodian - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -692,18 +692,18 @@ BODYPARAMETER : custodian - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -711,7 +711,7 @@ BODYPARAMETER : custodian - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -720,7 +720,7 @@ BODYPARAMETER : custodian - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1916,10 +1916,55 @@ BODYPARAMETER : custodian - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -1957,7 +2002,7 @@ BODYPARAMETER : custodian - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3420,7 +3465,7 @@ BODYPARAMETER : custodian - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3453,6 +3498,7 @@ BODYPARAMETER : custodian - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3759,6 +3805,247 @@ BODYPARAMETER : custodian - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4378,45 +4665,6 @@ BODYPARAMETER : custodian - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[UnifiedGroupSources ]`: Data source entity for groups associated with the custodian. @@ -4592,10 +4840,10 @@ SITESOURCES : Data source entity for Shar - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4604,9 +4852,9 @@ SITESOURCES : Data source entity for Shar - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4704,18 +4952,18 @@ SITESOURCES : Data source entity for Shar - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4723,7 +4971,7 @@ SITESOURCES : Data source entity for Shar - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4732,7 +4980,7 @@ SITESOURCES : Data source entity for Shar - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5928,10 +6176,55 @@ SITESOURCES : Data source entity for Shar - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -5969,7 +6262,7 @@ SITESOURCES : Data source entity for Shar - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7432,7 +7725,7 @@ SITESOURCES : Data source entity for Shar - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7465,6 +7758,7 @@ SITESOURCES : Data source entity for Shar - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7771,6 +8065,247 @@ SITESOURCES : Data source entity for Shar - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8390,45 +8925,6 @@ SITESOURCES : Data source entity for Shar - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. @@ -8802,10 +9298,10 @@ UNIFIEDGROUPSOURCES : Data source - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8814,9 +9310,9 @@ UNIFIEDGROUPSOURCES : Data source - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8911,18 +9407,18 @@ UNIFIEDGROUPSOURCES : Data source - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8930,7 +9426,7 @@ UNIFIEDGROUPSOURCES : Data source - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8939,7 +9435,7 @@ UNIFIEDGROUPSOURCES : Data source - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9970,10 +10466,55 @@ UNIFIEDGROUPSOURCES : Data source - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -10011,7 +10552,7 @@ UNIFIEDGROUPSOURCES : Data source - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10229,45 +10770,6 @@ UNIFIEDGROUPSOURCES : Data source - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -11294,7 +11796,7 @@ UNIFIEDGROUPSOURCES : Data source - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -11331,6 +11833,7 @@ UNIFIEDGROUPSOURCES : Data source - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -11746,6 +12249,247 @@ UNIFIEDGROUPSOURCES : Data source - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseCustodianSiteSource.md b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseCustodianSiteSource.md index fc912cdc200..15a35445d6f 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseCustodianSiteSource.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseCustodianSiteSource.md @@ -442,10 +442,10 @@ BODYPARAMETER : siteSource - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -454,9 +454,9 @@ BODYPARAMETER : siteSource - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -554,18 +554,18 @@ BODYPARAMETER : siteSource - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -573,7 +573,7 @@ BODYPARAMETER : siteSource - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -582,7 +582,7 @@ BODYPARAMETER : siteSource - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1778,10 +1778,55 @@ BODYPARAMETER : siteSource - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -1819,7 +1864,7 @@ BODYPARAMETER : siteSource - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3282,7 +3327,7 @@ BODYPARAMETER : siteSource - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3315,6 +3360,7 @@ BODYPARAMETER : siteSource - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3621,6 +3667,247 @@ BODYPARAMETER : siteSource - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4240,45 +4527,6 @@ BODYPARAMETER : siteSource - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. @@ -4440,10 +4688,10 @@ SITE : site - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4452,9 +4700,9 @@ SITE : site - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4552,18 +4800,18 @@ SITE : site - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4571,7 +4819,7 @@ SITE : site - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4580,7 +4828,7 @@ SITE : site - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5776,10 +6024,55 @@ SITE : site - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -5817,7 +6110,7 @@ SITE : site - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7280,7 +7573,7 @@ SITE : site - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7313,6 +7606,7 @@ SITE : site - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7619,6 +7913,247 @@ SITE : site - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8238,45 +8773,6 @@ SITE : site - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. diff --git a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md index 9bbb88a4c7b..a4a484b1949 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md @@ -688,10 +688,10 @@ BODYPARAMETER : unifiedGroupSource - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -700,9 +700,9 @@ BODYPARAMETER : unifiedGroupSource - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -797,18 +797,18 @@ BODYPARAMETER : unifiedGroupSource - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -816,7 +816,7 @@ BODYPARAMETER : unifiedGroupSource - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -825,7 +825,7 @@ BODYPARAMETER : unifiedGroupSource - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1856,10 +1856,55 @@ BODYPARAMETER : unifiedGroupSource - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -1897,7 +1942,7 @@ BODYPARAMETER : unifiedGroupSource - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2115,45 +2160,6 @@ BODYPARAMETER : unifiedGroupSource - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3180,7 +3186,7 @@ BODYPARAMETER : unifiedGroupSource - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3217,6 +3223,7 @@ BODYPARAMETER : unifiedGroupSource - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3632,6 +3639,247 @@ BODYPARAMETER : unifiedGroupSource - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4670,10 +4918,10 @@ GROUP : group - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4682,9 +4930,9 @@ GROUP : group - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4779,18 +5027,18 @@ GROUP : group - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4798,7 +5046,7 @@ GROUP : group - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4807,7 +5055,7 @@ GROUP : group - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5838,10 +6086,55 @@ GROUP : group - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -5879,7 +6172,7 @@ GROUP : group - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6097,45 +6390,6 @@ GROUP : group - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -7162,7 +7416,7 @@ GROUP : group - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7199,6 +7453,7 @@ GROUP : group - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7614,6 +7869,247 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseLegalHold.md b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseLegalHold.md index 4a5dcc58eb7..e0aa529420a 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseLegalHold.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseLegalHold.md @@ -570,10 +570,10 @@ BODYPARAMETER : legalHold - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -582,9 +582,9 @@ BODYPARAMETER : legalHold - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -682,18 +682,18 @@ BODYPARAMETER : legalHold - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -701,7 +701,7 @@ BODYPARAMETER : legalHold - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -710,7 +710,7 @@ BODYPARAMETER : legalHold - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1906,10 +1906,55 @@ BODYPARAMETER : legalHold - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -1947,7 +1992,7 @@ BODYPARAMETER : legalHold - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3410,7 +3455,7 @@ BODYPARAMETER : legalHold - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3443,6 +3488,7 @@ BODYPARAMETER : legalHold - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3749,6 +3795,247 @@ BODYPARAMETER : legalHold - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4368,45 +4655,6 @@ BODYPARAMETER : legalHold - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[Status ]`: legalHoldStatus @@ -4601,10 +4849,10 @@ SITESOURCES : Data source entity for Shar - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4613,9 +4861,9 @@ SITESOURCES : Data source entity for Shar - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4713,18 +4961,18 @@ SITESOURCES : Data source entity for Shar - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4732,7 +4980,7 @@ SITESOURCES : Data source entity for Shar - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4741,7 +4989,7 @@ SITESOURCES : Data source entity for Shar - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5937,10 +6185,55 @@ SITESOURCES : Data source entity for Shar - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -5978,7 +6271,7 @@ SITESOURCES : Data source entity for Shar - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7441,7 +7734,7 @@ SITESOURCES : Data source entity for Shar - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7474,6 +7767,7 @@ SITESOURCES : Data source entity for Shar - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7780,6 +8074,247 @@ SITESOURCES : Data source entity for Shar - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8399,45 +8934,6 @@ SITESOURCES : Data source entity for Shar - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. @@ -8811,10 +9307,10 @@ UNIFIEDGROUPSOURCES : . - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8823,9 +9319,9 @@ UNIFIEDGROUPSOURCES : . - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8920,18 +9416,18 @@ UNIFIEDGROUPSOURCES : . - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8939,7 +9435,7 @@ UNIFIEDGROUPSOURCES : . - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8948,7 +9444,7 @@ UNIFIEDGROUPSOURCES : . - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9979,10 +10475,55 @@ UNIFIEDGROUPSOURCES : . - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -10020,7 +10561,7 @@ UNIFIEDGROUPSOURCES : . - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10238,45 +10779,6 @@ UNIFIEDGROUPSOURCES : . - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -11303,7 +11805,7 @@ UNIFIEDGROUPSOURCES : . - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -11340,6 +11842,7 @@ UNIFIEDGROUPSOURCES : . - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -11755,6 +12258,247 @@ UNIFIEDGROUPSOURCES : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseLegalHoldSiteSource.md b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseLegalHoldSiteSource.md index 085ef538ff0..d9dd2ee583b 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseLegalHoldSiteSource.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseLegalHoldSiteSource.md @@ -442,10 +442,10 @@ BODYPARAMETER : siteSource - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -454,9 +454,9 @@ BODYPARAMETER : siteSource - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -554,18 +554,18 @@ BODYPARAMETER : siteSource - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -573,7 +573,7 @@ BODYPARAMETER : siteSource - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -582,7 +582,7 @@ BODYPARAMETER : siteSource - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1778,10 +1778,55 @@ BODYPARAMETER : siteSource - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -1819,7 +1864,7 @@ BODYPARAMETER : siteSource - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3282,7 +3327,7 @@ BODYPARAMETER : siteSource - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3315,6 +3360,7 @@ BODYPARAMETER : siteSource - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3621,6 +3667,247 @@ BODYPARAMETER : siteSource - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4240,45 +4527,6 @@ BODYPARAMETER : siteSource - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. @@ -4440,10 +4688,10 @@ SITE : site - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4452,9 +4700,9 @@ SITE : site - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4552,18 +4800,18 @@ SITE : site - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4571,7 +4819,7 @@ SITE : site - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4580,7 +4828,7 @@ SITE : site - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5776,10 +6024,55 @@ SITE : site - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -5817,7 +6110,7 @@ SITE : site - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7280,7 +7573,7 @@ SITE : site - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7313,6 +7606,7 @@ SITE : site - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7619,6 +7913,247 @@ SITE : site - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8238,45 +8773,6 @@ SITE : site - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. diff --git a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md index bdacefde0af..e676e126415 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md @@ -688,10 +688,10 @@ BODYPARAMETER : unifiedGroupSource - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -700,9 +700,9 @@ BODYPARAMETER : unifiedGroupSource - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -797,18 +797,18 @@ BODYPARAMETER : unifiedGroupSource - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -816,7 +816,7 @@ BODYPARAMETER : unifiedGroupSource - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -825,7 +825,7 @@ BODYPARAMETER : unifiedGroupSource - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1856,10 +1856,55 @@ BODYPARAMETER : unifiedGroupSource - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -1897,7 +1942,7 @@ BODYPARAMETER : unifiedGroupSource - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2115,45 +2160,6 @@ BODYPARAMETER : unifiedGroupSource - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3180,7 +3186,7 @@ BODYPARAMETER : unifiedGroupSource - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3217,6 +3223,7 @@ BODYPARAMETER : unifiedGroupSource - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3632,6 +3639,247 @@ BODYPARAMETER : unifiedGroupSource - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4670,10 +4918,10 @@ GROUP : group - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4682,9 +4930,9 @@ GROUP : group - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4779,18 +5027,18 @@ GROUP : group - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4798,7 +5046,7 @@ GROUP : group - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4807,7 +5055,7 @@ GROUP : group - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5838,10 +6086,55 @@ GROUP : group - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -5879,7 +6172,7 @@ GROUP : group - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6097,45 +6390,6 @@ GROUP : group - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -7162,7 +7416,7 @@ GROUP : group - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7199,6 +7453,7 @@ GROUP : group - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7614,6 +7869,247 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Compliance/Compliance/docs/v1.0/Microsoft.Graph.Compliance.md b/src/Compliance/Compliance/docs/v1.0/Microsoft.Graph.Compliance.md index bc018bd5dda..a6ea24c5ddf 100644 --- a/src/Compliance/Compliance/docs/v1.0/Microsoft.Graph.Compliance.md +++ b/src/Compliance/Compliance/docs/v1.0/Microsoft.Graph.Compliance.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Compliance -Module Guid: 9cbff46d-fee8-41d0-b9ba-9c5e3d592758 +Module Guid: 2499bf86-13bf-4280-9a38-edaf6953c428 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.compliance Help Version: 1.0.0.0 Locale: en-US diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Microsoft.Graph.DeviceManagement.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Microsoft.Graph.DeviceManagement.md index fc90031614e..6ec883fe098 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Microsoft.Graph.DeviceManagement.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Microsoft.Graph.DeviceManagement.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.DeviceManagement -Module Guid: 5496217e-6590-481f-ab4b-7aa5c0d87822 +Module Guid: 50e1a932-13d9-4978-aa42-d29586e982d3 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement Help Version: 1.0.0.0 Locale: en-US diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementComanagedDevice.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementComanagedDevice.md index d8548987756..bce7c21cea9 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementComanagedDevice.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementComanagedDevice.md @@ -2018,10 +2018,10 @@ BODYPARAMETER : Devices that are managed or pre-e - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -2030,9 +2030,9 @@ BODYPARAMETER : Devices that are managed or pre-e - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -2130,18 +2130,18 @@ BODYPARAMETER : Devices that are managed or pre-e - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -2149,7 +2149,7 @@ BODYPARAMETER : Devices that are managed or pre-e - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -2158,7 +2158,7 @@ BODYPARAMETER : Devices that are managed or pre-e - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3426,7 +3426,7 @@ BODYPARAMETER : Devices that are managed or pre-e - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -4976,6 +4976,247 @@ BODYPARAMETER : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -6037,10 +6278,10 @@ DETECTEDAPPS : All applications currently install - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -6049,9 +6290,9 @@ DETECTEDAPPS : All applications currently install - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -6149,18 +6390,18 @@ DETECTEDAPPS : All applications currently install - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -6168,7 +6409,7 @@ DETECTEDAPPS : All applications currently install - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -6177,7 +6418,7 @@ DETECTEDAPPS : All applications currently install - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -7445,7 +7686,7 @@ DETECTEDAPPS : All applications currently install - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -8995,6 +9236,247 @@ DETECTEDAPPS : All applications currently install - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -9918,10 +10400,10 @@ USERS : The primary users associated with the managed dev - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9930,9 +10412,9 @@ USERS : The primary users associated with the managed dev - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -10030,18 +10512,18 @@ USERS : The primary users associated with the managed dev - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -10049,7 +10531,7 @@ USERS : The primary users associated with the managed dev - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -10058,7 +10540,7 @@ USERS : The primary users associated with the managed dev - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -11340,7 +11822,7 @@ USERS : The primary users associated with the managed dev - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -13220,6 +13702,247 @@ USERS : The primary users associated with the managed dev - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDetectedApp.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDetectedApp.md index bbf46a64200..50dd4a43de7 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDetectedApp.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDetectedApp.md @@ -640,10 +640,10 @@ BODYPARAMETER : A managed or unmanaged app that is - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -652,9 +652,9 @@ BODYPARAMETER : A managed or unmanaged app that is - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -752,18 +752,18 @@ BODYPARAMETER : A managed or unmanaged app that is - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -771,7 +771,7 @@ BODYPARAMETER : A managed or unmanaged app that is - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -780,7 +780,7 @@ BODYPARAMETER : A managed or unmanaged app that is - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2048,7 +2048,7 @@ BODYPARAMETER : A managed or unmanaged app that is - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3598,6 +3598,247 @@ BODYPARAMETER : A managed or unmanaged app that is - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4620,10 +4861,10 @@ MANAGEDDEVICES : The devices that have the disc - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4632,9 +4873,9 @@ MANAGEDDEVICES : The devices that have the disc - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4732,18 +4973,18 @@ MANAGEDDEVICES : The devices that have the disc - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4751,7 +4992,7 @@ MANAGEDDEVICES : The devices that have the disc - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4760,7 +5001,7 @@ MANAGEDDEVICES : The devices that have the disc - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6028,7 +6269,7 @@ MANAGEDDEVICES : The devices that have the disc - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7578,6 +7819,247 @@ MANAGEDDEVICES : The devices that have the disc - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceHealthScript.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceHealthScript.md index 62889911206..5a1f31c7c88 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceHealthScript.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceHealthScript.md @@ -901,10 +901,10 @@ BODYPARAMETER : Intune will provide customer - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -913,9 +913,9 @@ BODYPARAMETER : Intune will provide customer - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1013,18 +1013,18 @@ BODYPARAMETER : Intune will provide customer - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -1032,7 +1032,7 @@ BODYPARAMETER : Intune will provide customer - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -1041,7 +1041,7 @@ BODYPARAMETER : Intune will provide customer - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2306,7 +2306,7 @@ BODYPARAMETER : Intune will provide customer - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3856,6 +3856,247 @@ BODYPARAMETER : Intune will provide customer - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4922,10 +5163,10 @@ DEVICERUNSTATES : List of run st - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4934,9 +5175,9 @@ DEVICERUNSTATES : List of run st - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5034,18 +5275,18 @@ DEVICERUNSTATES : List of run st - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -5053,7 +5294,7 @@ DEVICERUNSTATES : List of run st - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -5062,7 +5303,7 @@ DEVICERUNSTATES : List of run st - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6330,7 +6571,7 @@ DEVICERUNSTATES : List of run st - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7880,6 +8121,247 @@ DEVICERUNSTATES : List of run st - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceHealthScriptDeviceRunState.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceHealthScriptDeviceRunState.md index fcad226a549..9f0c78a2583 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceHealthScriptDeviceRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceHealthScriptDeviceRunState.md @@ -805,10 +805,10 @@ BODYPARAMETER : Contains propertie - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -817,9 +817,9 @@ BODYPARAMETER : Contains propertie - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -917,18 +917,18 @@ BODYPARAMETER : Contains propertie - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -936,7 +936,7 @@ BODYPARAMETER : Contains propertie - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -945,7 +945,7 @@ BODYPARAMETER : Contains propertie - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2213,7 +2213,7 @@ BODYPARAMETER : Contains propertie - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3763,6 +3763,247 @@ BODYPARAMETER : Contains propertie - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4909,10 +5150,10 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4921,9 +5162,9 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5021,18 +5262,18 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -5040,7 +5281,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -5049,7 +5290,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6317,7 +6558,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7867,6 +8108,247 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScript.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScript.md index 041d3dc3915..f1723864b9d 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScript.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScript.md @@ -842,10 +842,10 @@ BODYPARAMETER : Intune will provide customer t - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -854,9 +854,9 @@ BODYPARAMETER : Intune will provide customer t - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -954,18 +954,18 @@ BODYPARAMETER : Intune will provide customer t - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -973,7 +973,7 @@ BODYPARAMETER : Intune will provide customer t - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -982,7 +982,7 @@ BODYPARAMETER : Intune will provide customer t - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2247,7 +2247,7 @@ BODYPARAMETER : Intune will provide customer t - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3797,6 +3797,247 @@ BODYPARAMETER : Intune will provide customer t - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4849,10 +5090,10 @@ DEVICERUNSTATES : List of ru - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4861,9 +5102,9 @@ DEVICERUNSTATES : List of ru - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4961,18 +5202,18 @@ DEVICERUNSTATES : List of ru - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4980,7 +5221,7 @@ DEVICERUNSTATES : List of ru - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4989,7 +5230,7 @@ DEVICERUNSTATES : List of ru - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6257,7 +6498,7 @@ DEVICERUNSTATES : List of ru - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7807,6 +8048,247 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8849,10 +9331,10 @@ USERRUNSTATES : List of run st - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8861,9 +9343,9 @@ USERRUNSTATES : List of run st - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8961,18 +9443,18 @@ USERRUNSTATES : List of run st - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8980,7 +9462,7 @@ USERRUNSTATES : List of run st - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8989,7 +9471,7 @@ USERRUNSTATES : List of run st - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10257,7 +10739,7 @@ USERRUNSTATES : List of run st - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -11807,6 +12289,247 @@ USERRUNSTATES : List of run st - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScriptDeviceRunState.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScriptDeviceRunState.md index e80f2404e2e..3649102a9c4 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScriptDeviceRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScriptDeviceRunState.md @@ -707,10 +707,10 @@ BODYPARAMETER : Contains prope - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -719,9 +719,9 @@ BODYPARAMETER : Contains prope - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -819,18 +819,18 @@ BODYPARAMETER : Contains prope - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -838,7 +838,7 @@ BODYPARAMETER : Contains prope - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -847,7 +847,7 @@ BODYPARAMETER : Contains prope - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2115,7 +2115,7 @@ BODYPARAMETER : Contains prope - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3665,6 +3665,247 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4807,10 +5048,10 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4819,9 +5060,9 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4919,18 +5160,18 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4938,7 +5179,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4947,7 +5188,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6215,7 +6456,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7765,6 +8006,247 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScriptUserRunState.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScriptUserRunState.md index ce05f3fd4b6..0ec53164292 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScriptUserRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScriptUserRunState.md @@ -679,10 +679,10 @@ BODYPARAMETER : Contains propert - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -691,9 +691,9 @@ BODYPARAMETER : Contains propert - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -791,18 +791,18 @@ BODYPARAMETER : Contains propert - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -810,7 +810,7 @@ BODYPARAMETER : Contains propert - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -819,7 +819,7 @@ BODYPARAMETER : Contains propert - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2087,7 +2087,7 @@ BODYPARAMETER : Contains propert - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3637,6 +3637,247 @@ BODYPARAMETER : Contains propert - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4668,10 +4909,10 @@ DEVICERUNSTATES : List of ru - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4680,9 +4921,9 @@ DEVICERUNSTATES : List of ru - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4780,18 +5021,18 @@ DEVICERUNSTATES : List of ru - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4799,7 +5040,7 @@ DEVICERUNSTATES : List of ru - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4808,7 +5049,7 @@ DEVICERUNSTATES : List of ru - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6076,7 +6317,7 @@ DEVICERUNSTATES : List of ru - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7626,6 +7867,247 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md index de9fd34e904..766af465ca0 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md @@ -724,10 +724,10 @@ BODYPARAMETER : Contains prope - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -736,9 +736,9 @@ BODYPARAMETER : Contains prope - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -836,18 +836,18 @@ BODYPARAMETER : Contains prope - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -855,7 +855,7 @@ BODYPARAMETER : Contains prope - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -864,7 +864,7 @@ BODYPARAMETER : Contains prope - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2132,7 +2132,7 @@ BODYPARAMETER : Contains prope - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3682,6 +3682,247 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4824,10 +5065,10 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4836,9 +5077,9 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4936,18 +5177,18 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4955,7 +5196,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4964,7 +5205,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6232,7 +6473,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7782,6 +8023,247 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementManagedDevice.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementManagedDevice.md index 3e3aa6ea288..7606e056ead 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementManagedDevice.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementManagedDevice.md @@ -2018,10 +2018,10 @@ BODYPARAMETER : Devices that are managed or pre-e - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -2030,9 +2030,9 @@ BODYPARAMETER : Devices that are managed or pre-e - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -2130,18 +2130,18 @@ BODYPARAMETER : Devices that are managed or pre-e - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -2149,7 +2149,7 @@ BODYPARAMETER : Devices that are managed or pre-e - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -2158,7 +2158,7 @@ BODYPARAMETER : Devices that are managed or pre-e - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3426,7 +3426,7 @@ BODYPARAMETER : Devices that are managed or pre-e - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -4976,6 +4976,247 @@ BODYPARAMETER : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -6037,10 +6278,10 @@ DETECTEDAPPS : All applications currently install - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -6049,9 +6290,9 @@ DETECTEDAPPS : All applications currently install - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -6149,18 +6390,18 @@ DETECTEDAPPS : All applications currently install - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -6168,7 +6409,7 @@ DETECTEDAPPS : All applications currently install - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -6177,7 +6418,7 @@ DETECTEDAPPS : All applications currently install - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -7445,7 +7686,7 @@ DETECTEDAPPS : All applications currently install - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -8995,6 +9236,247 @@ DETECTEDAPPS : All applications currently install - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -9918,10 +10400,10 @@ USERS : The primary users associated with the managed dev - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9930,9 +10412,9 @@ USERS : The primary users associated with the managed dev - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -10030,18 +10512,18 @@ USERS : The primary users associated with the managed dev - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -10049,7 +10531,7 @@ USERS : The primary users associated with the managed dev - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -10058,7 +10540,7 @@ USERS : The primary users associated with the managed dev - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -11340,7 +11822,7 @@ USERS : The primary users associated with the managed dev - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -13220,6 +13702,247 @@ USERS : The primary users associated with the managed dev - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScript.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScript.md index 5ba3096acd2..8d717b99a63 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScript.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScript.md @@ -823,10 +823,10 @@ BODYPARAMETER : Intune will provide custo - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -835,9 +835,9 @@ BODYPARAMETER : Intune will provide custo - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -935,18 +935,18 @@ BODYPARAMETER : Intune will provide custo - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -954,7 +954,7 @@ BODYPARAMETER : Intune will provide custo - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -963,7 +963,7 @@ BODYPARAMETER : Intune will provide custo - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2228,7 +2228,7 @@ BODYPARAMETER : Intune will provide custo - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3778,6 +3778,247 @@ BODYPARAMETER : Intune will provide custo - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4830,10 +5071,10 @@ DEVICERUNSTATES : List of ru - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4842,9 +5083,9 @@ DEVICERUNSTATES : List of ru - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4942,18 +5183,18 @@ DEVICERUNSTATES : List of ru - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4961,7 +5202,7 @@ DEVICERUNSTATES : List of ru - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4970,7 +5211,7 @@ DEVICERUNSTATES : List of ru - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6238,7 +6479,7 @@ DEVICERUNSTATES : List of ru - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7788,6 +8029,247 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8830,10 +9312,10 @@ USERRUNSTATES : List of run st - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8842,9 +9324,9 @@ USERRUNSTATES : List of run st - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8942,18 +9424,18 @@ USERRUNSTATES : List of run st - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8961,7 +9443,7 @@ USERRUNSTATES : List of run st - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8970,7 +9452,7 @@ USERRUNSTATES : List of run st - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10238,7 +10720,7 @@ USERRUNSTATES : List of run st - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -11788,6 +12270,247 @@ USERRUNSTATES : List of run st - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScriptDeviceRunState.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScriptDeviceRunState.md index 2ce09567644..b7a0a15d20c 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScriptDeviceRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScriptDeviceRunState.md @@ -707,10 +707,10 @@ BODYPARAMETER : Contains prope - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -719,9 +719,9 @@ BODYPARAMETER : Contains prope - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -819,18 +819,18 @@ BODYPARAMETER : Contains prope - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -838,7 +838,7 @@ BODYPARAMETER : Contains prope - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -847,7 +847,7 @@ BODYPARAMETER : Contains prope - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2115,7 +2115,7 @@ BODYPARAMETER : Contains prope - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3665,6 +3665,247 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4807,10 +5048,10 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4819,9 +5060,9 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4919,18 +5160,18 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4938,7 +5179,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4947,7 +5188,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6215,7 +6456,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7765,6 +8006,247 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScriptUserRunState.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScriptUserRunState.md index 16cde822cc9..94f6938d13a 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScriptUserRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScriptUserRunState.md @@ -679,10 +679,10 @@ BODYPARAMETER : Contains propert - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -691,9 +691,9 @@ BODYPARAMETER : Contains propert - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -791,18 +791,18 @@ BODYPARAMETER : Contains propert - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -810,7 +810,7 @@ BODYPARAMETER : Contains propert - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -819,7 +819,7 @@ BODYPARAMETER : Contains propert - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2087,7 +2087,7 @@ BODYPARAMETER : Contains propert - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3637,6 +3637,247 @@ BODYPARAMETER : Contains propert - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4668,10 +4909,10 @@ DEVICERUNSTATES : List of ru - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4680,9 +4921,9 @@ DEVICERUNSTATES : List of ru - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4780,18 +5021,18 @@ DEVICERUNSTATES : List of ru - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4799,7 +5040,7 @@ DEVICERUNSTATES : List of ru - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4808,7 +5049,7 @@ DEVICERUNSTATES : List of ru - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6076,7 +6317,7 @@ DEVICERUNSTATES : List of ru - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7626,6 +7867,247 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScriptUserRunStateDeviceRunState.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScriptUserRunStateDeviceRunState.md index e00cb447726..e80381c6746 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScriptUserRunStateDeviceRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScriptUserRunStateDeviceRunState.md @@ -724,10 +724,10 @@ BODYPARAMETER : Contains prope - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -736,9 +736,9 @@ BODYPARAMETER : Contains prope - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -836,18 +836,18 @@ BODYPARAMETER : Contains prope - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -855,7 +855,7 @@ BODYPARAMETER : Contains prope - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -864,7 +864,7 @@ BODYPARAMETER : Contains prope - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2132,7 +2132,7 @@ BODYPARAMETER : Contains prope - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3682,6 +3682,247 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4824,10 +5065,10 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4836,9 +5077,9 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4936,18 +5177,18 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4955,7 +5196,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4964,7 +5205,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6232,7 +6473,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7782,6 +8023,247 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagement.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagement.md index fa22996d755..4a643ed13c2 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagement.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagement.md @@ -3944,10 +3944,10 @@ BODYPARAMETER : Singleton entity that acts as a - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3956,9 +3956,9 @@ BODYPARAMETER : Singleton entity that acts as a - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4056,18 +4056,18 @@ BODYPARAMETER : Singleton entity that acts as a - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4075,7 +4075,7 @@ BODYPARAMETER : Singleton entity that acts as a - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4084,7 +4084,7 @@ BODYPARAMETER : Singleton entity that acts as a - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5349,7 +5349,7 @@ BODYPARAMETER : Singleton entity that acts as a - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6899,6 +6899,247 @@ BODYPARAMETER : Singleton entity that acts as a - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -10256,10 +10497,10 @@ COMANAGEDDEVICES : The list of co-managed devic - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -10268,9 +10509,9 @@ COMANAGEDDEVICES : The list of co-managed devic - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -10368,18 +10609,18 @@ COMANAGEDDEVICES : The list of co-managed devic - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -10387,7 +10628,7 @@ COMANAGEDDEVICES : The list of co-managed devic - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -10396,7 +10637,7 @@ COMANAGEDDEVICES : The list of co-managed devic - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -11664,7 +11905,7 @@ COMANAGEDDEVICES : The list of co-managed devic - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -13214,6 +13455,247 @@ COMANAGEDDEVICES : The list of co-managed devic - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -14705,10 +15187,10 @@ DETECTEDAPPS : The list of detected apps associat - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -14717,9 +15199,9 @@ DETECTEDAPPS : The list of detected apps associat - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -14817,18 +15299,18 @@ DETECTEDAPPS : The list of detected apps associat - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -14836,7 +15318,7 @@ DETECTEDAPPS : The list of detected apps associat - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -14845,7 +15327,7 @@ DETECTEDAPPS : The list of detected apps associat - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -16113,7 +16595,7 @@ DETECTEDAPPS : The list of detected apps associat - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -17663,6 +18145,247 @@ DETECTEDAPPS : The list of detected apps associat - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -18830,10 +19553,10 @@ DEVICECOMPLIANCESCRIPTS : The list of d - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -18842,9 +19565,9 @@ DEVICECOMPLIANCESCRIPTS : The list of d - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -18942,18 +19665,18 @@ DEVICECOMPLIANCESCRIPTS : The list of d - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -18961,7 +19684,7 @@ DEVICECOMPLIANCESCRIPTS : The list of d - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -18970,7 +19693,7 @@ DEVICECOMPLIANCESCRIPTS : The list of d - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -20235,7 +20958,7 @@ DEVICECOMPLIANCESCRIPTS : The list of d - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -21785,6 +22508,247 @@ DEVICECOMPLIANCESCRIPTS : The list of d - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -22991,10 +23955,10 @@ DEVICECUSTOMATTRIBUTESHELLSCRIPTS ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -23003,9 +23967,9 @@ DEVICECUSTOMATTRIBUTESHELLSCRIPTS ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -23103,18 +24067,18 @@ DEVICECUSTOMATTRIBUTESHELLSCRIPTS ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -23122,7 +24086,7 @@ DEVICECUSTOMATTRIBUTESHELLSCRIPTS ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -23131,7 +24095,7 @@ DEVICECUSTOMATTRIBUTESHELLSCRIPTS ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -24396,7 +25360,7 @@ DEVICECUSTOMATTRIBUTESHELLSCRIPTS ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -25946,6 +26910,247 @@ DEVICECUSTOMATTRIBUTESHELLSCRIPTS ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -27037,10 +28242,10 @@ DEVICEHEALTHSCRIPTS : The list of device he - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -27049,9 +28254,9 @@ DEVICEHEALTHSCRIPTS : The list of device he - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -27149,18 +28354,18 @@ DEVICEHEALTHSCRIPTS : The list of device he - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -27168,7 +28373,7 @@ DEVICEHEALTHSCRIPTS : The list of device he - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -27177,7 +28382,7 @@ DEVICEHEALTHSCRIPTS : The list of device he - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -28442,7 +29647,7 @@ DEVICEHEALTHSCRIPTS : The list of device he - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -29992,6 +31197,247 @@ DEVICEHEALTHSCRIPTS : The list of device he - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -31078,10 +32524,10 @@ DEVICEMANAGEMENTSCRIPTS : The list of d - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -31090,9 +32536,9 @@ DEVICEMANAGEMENTSCRIPTS : The list of d - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -31190,18 +32636,18 @@ DEVICEMANAGEMENTSCRIPTS : The list of d - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -31209,7 +32655,7 @@ DEVICEMANAGEMENTSCRIPTS : The list of d - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -31218,7 +32664,7 @@ DEVICEMANAGEMENTSCRIPTS : The list of d - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -32483,7 +33929,7 @@ DEVICEMANAGEMENTSCRIPTS : The list of d - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -34033,6 +35479,247 @@ DEVICEMANAGEMENTSCRIPTS : The list of d - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -35110,10 +36797,10 @@ DEVICESHELLSCRIPTS : The list of device shel - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -35122,9 +36809,9 @@ DEVICESHELLSCRIPTS : The list of device shel - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -35222,18 +36909,18 @@ DEVICESHELLSCRIPTS : The list of device shel - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -35241,7 +36928,7 @@ DEVICESHELLSCRIPTS : The list of device shel - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -35250,7 +36937,7 @@ DEVICESHELLSCRIPTS : The list of device shel - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -36515,7 +38202,7 @@ DEVICESHELLSCRIPTS : The list of device shel - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -38065,6 +39752,247 @@ DEVICESHELLSCRIPTS : The list of device shel - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -39823,10 +41751,10 @@ MANAGEDDEVICES : The list of managed devices. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -39835,9 +41763,9 @@ MANAGEDDEVICES : The list of managed devices. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -39935,18 +41863,18 @@ MANAGEDDEVICES : The list of managed devices. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -39954,7 +41882,7 @@ MANAGEDDEVICES : The list of managed devices. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -39963,7 +41891,7 @@ MANAGEDDEVICES : The list of managed devices. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -41231,7 +43159,7 @@ MANAGEDDEVICES : The list of managed devices. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -42781,6 +44709,247 @@ MANAGEDDEVICES : The list of managed devices. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDetectedApp.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDetectedApp.md index 6800a2b3162..530dcabda29 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDetectedApp.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDetectedApp.md @@ -703,10 +703,10 @@ BODYPARAMETER : A managed or unmanaged app that is - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -715,9 +715,9 @@ BODYPARAMETER : A managed or unmanaged app that is - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -815,18 +815,18 @@ BODYPARAMETER : A managed or unmanaged app that is - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -834,7 +834,7 @@ BODYPARAMETER : A managed or unmanaged app that is - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -843,7 +843,7 @@ BODYPARAMETER : A managed or unmanaged app that is - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2111,7 +2111,7 @@ BODYPARAMETER : A managed or unmanaged app that is - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3661,6 +3661,247 @@ BODYPARAMETER : A managed or unmanaged app that is - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4802,10 +5043,10 @@ MANAGEDDEVICES : The devices that have the disc - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4814,9 +5055,9 @@ MANAGEDDEVICES : The devices that have the disc - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4914,18 +5155,18 @@ MANAGEDDEVICES : The devices that have the disc - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4933,7 +5174,7 @@ MANAGEDDEVICES : The devices that have the disc - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4942,7 +5183,7 @@ MANAGEDDEVICES : The devices that have the disc - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6210,7 +6451,7 @@ MANAGEDDEVICES : The devices that have the disc - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7760,6 +8001,247 @@ MANAGEDDEVICES : The devices that have the disc - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceHealthScript.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceHealthScript.md index 3bab89b9851..feacbdcbf68 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceHealthScript.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceHealthScript.md @@ -969,10 +969,10 @@ BODYPARAMETER : Intune will provide customer - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -981,9 +981,9 @@ BODYPARAMETER : Intune will provide customer - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1081,18 +1081,18 @@ BODYPARAMETER : Intune will provide customer - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -1100,7 +1100,7 @@ BODYPARAMETER : Intune will provide customer - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -1109,7 +1109,7 @@ BODYPARAMETER : Intune will provide customer - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2374,7 +2374,7 @@ BODYPARAMETER : Intune will provide customer - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3924,6 +3924,247 @@ BODYPARAMETER : Intune will provide customer - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4990,10 +5231,10 @@ DEVICERUNSTATES : List of run st - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5002,9 +5243,9 @@ DEVICERUNSTATES : List of run st - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5102,18 +5343,18 @@ DEVICERUNSTATES : List of run st - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -5121,7 +5362,7 @@ DEVICERUNSTATES : List of run st - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -5130,7 +5371,7 @@ DEVICERUNSTATES : List of run st - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6398,7 +6639,7 @@ DEVICERUNSTATES : List of run st - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7948,6 +8189,247 @@ DEVICERUNSTATES : List of run st - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceHealthScriptDeviceRunState.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceHealthScriptDeviceRunState.md index 20554f95804..82feeb9fd68 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceHealthScriptDeviceRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceHealthScriptDeviceRunState.md @@ -839,10 +839,10 @@ BODYPARAMETER : Contains propertie - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -851,9 +851,9 @@ BODYPARAMETER : Contains propertie - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -951,18 +951,18 @@ BODYPARAMETER : Contains propertie - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -970,7 +970,7 @@ BODYPARAMETER : Contains propertie - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -979,7 +979,7 @@ BODYPARAMETER : Contains propertie - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2247,7 +2247,7 @@ BODYPARAMETER : Contains propertie - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3797,6 +3797,247 @@ BODYPARAMETER : Contains propertie - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4943,10 +5184,10 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4955,9 +5196,9 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5055,18 +5296,18 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -5074,7 +5315,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -5083,7 +5324,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6351,7 +6592,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7901,6 +8142,247 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScript.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScript.md index 1202420f0ed..d5dabd07b91 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScript.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScript.md @@ -910,10 +910,10 @@ BODYPARAMETER : Intune will provide customer t - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -922,9 +922,9 @@ BODYPARAMETER : Intune will provide customer t - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1022,18 +1022,18 @@ BODYPARAMETER : Intune will provide customer t - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -1041,7 +1041,7 @@ BODYPARAMETER : Intune will provide customer t - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -1050,7 +1050,7 @@ BODYPARAMETER : Intune will provide customer t - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2315,7 +2315,7 @@ BODYPARAMETER : Intune will provide customer t - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3865,6 +3865,247 @@ BODYPARAMETER : Intune will provide customer t - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4917,10 +5158,10 @@ DEVICERUNSTATES : List of ru - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4929,9 +5170,9 @@ DEVICERUNSTATES : List of ru - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5029,18 +5270,18 @@ DEVICERUNSTATES : List of ru - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -5048,7 +5289,7 @@ DEVICERUNSTATES : List of ru - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -5057,7 +5298,7 @@ DEVICERUNSTATES : List of ru - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6325,7 +6566,7 @@ DEVICERUNSTATES : List of ru - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7875,6 +8116,247 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -9036,10 +9518,10 @@ USERRUNSTATES : List of run st - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9048,9 +9530,9 @@ USERRUNSTATES : List of run st - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9148,18 +9630,18 @@ USERRUNSTATES : List of run st - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9167,7 +9649,7 @@ USERRUNSTATES : List of run st - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9176,7 +9658,7 @@ USERRUNSTATES : List of run st - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10444,7 +10926,7 @@ USERRUNSTATES : List of run st - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -11994,6 +12476,247 @@ USERRUNSTATES : List of run st - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScriptDeviceRunState.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScriptDeviceRunState.md index a9badd8e221..b988fdd4a6e 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScriptDeviceRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScriptDeviceRunState.md @@ -740,10 +740,10 @@ BODYPARAMETER : Contains prope - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -752,9 +752,9 @@ BODYPARAMETER : Contains prope - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -852,18 +852,18 @@ BODYPARAMETER : Contains prope - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -871,7 +871,7 @@ BODYPARAMETER : Contains prope - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -880,7 +880,7 @@ BODYPARAMETER : Contains prope - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2148,7 +2148,7 @@ BODYPARAMETER : Contains prope - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3698,6 +3698,247 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4840,10 +5081,10 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4852,9 +5093,9 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4952,18 +5193,18 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4971,7 +5212,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4980,7 +5221,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6248,7 +6489,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7798,6 +8039,247 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScriptUserRunState.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScriptUserRunState.md index e9ff7401398..44591fe52aa 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScriptUserRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScriptUserRunState.md @@ -712,10 +712,10 @@ BODYPARAMETER : Contains propert - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -724,9 +724,9 @@ BODYPARAMETER : Contains propert - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -824,18 +824,18 @@ BODYPARAMETER : Contains propert - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -843,7 +843,7 @@ BODYPARAMETER : Contains propert - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -852,7 +852,7 @@ BODYPARAMETER : Contains propert - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2120,7 +2120,7 @@ BODYPARAMETER : Contains propert - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3670,6 +3670,247 @@ BODYPARAMETER : Contains propert - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4701,10 +4942,10 @@ DEVICERUNSTATES : List of ru - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4713,9 +4954,9 @@ DEVICERUNSTATES : List of ru - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4813,18 +5054,18 @@ DEVICERUNSTATES : List of ru - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4832,7 +5073,7 @@ DEVICERUNSTATES : List of ru - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4841,7 +5082,7 @@ DEVICERUNSTATES : List of ru - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6109,7 +6350,7 @@ DEVICERUNSTATES : List of ru - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7659,6 +7900,247 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md index a2ea5748064..4eb2afb6402 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md @@ -757,10 +757,10 @@ BODYPARAMETER : Contains prope - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -769,9 +769,9 @@ BODYPARAMETER : Contains prope - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -869,18 +869,18 @@ BODYPARAMETER : Contains prope - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -888,7 +888,7 @@ BODYPARAMETER : Contains prope - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -897,7 +897,7 @@ BODYPARAMETER : Contains prope - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2165,7 +2165,7 @@ BODYPARAMETER : Contains prope - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3715,6 +3715,247 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4857,10 +5098,10 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4869,9 +5110,9 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4969,18 +5210,18 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4988,7 +5229,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4997,7 +5238,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6265,7 +6506,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7815,6 +8056,247 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementManagedDevice.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementManagedDevice.md index dc43b6ba5bd..c64253f7821 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementManagedDevice.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementManagedDevice.md @@ -2116,10 +2116,10 @@ BODYPARAMETER : Devices that are managed or pre-e - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -2128,9 +2128,9 @@ BODYPARAMETER : Devices that are managed or pre-e - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -2228,18 +2228,18 @@ BODYPARAMETER : Devices that are managed or pre-e - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -2247,7 +2247,7 @@ BODYPARAMETER : Devices that are managed or pre-e - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -2256,7 +2256,7 @@ BODYPARAMETER : Devices that are managed or pre-e - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3524,7 +3524,7 @@ BODYPARAMETER : Devices that are managed or pre-e - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5074,6 +5074,247 @@ BODYPARAMETER : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -6135,10 +6376,10 @@ DETECTEDAPPS : All applications currently install - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -6147,9 +6388,9 @@ DETECTEDAPPS : All applications currently install - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -6247,18 +6488,18 @@ DETECTEDAPPS : All applications currently install - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -6266,7 +6507,7 @@ DETECTEDAPPS : All applications currently install - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -6275,7 +6516,7 @@ DETECTEDAPPS : All applications currently install - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -7543,7 +7784,7 @@ DETECTEDAPPS : All applications currently install - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -9093,6 +9334,247 @@ DETECTEDAPPS : All applications currently install - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -10135,10 +10617,10 @@ USERS : The primary users associated with the managed dev - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -10147,9 +10629,9 @@ USERS : The primary users associated with the managed dev - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -10247,18 +10729,18 @@ USERS : The primary users associated with the managed dev - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -10266,7 +10748,7 @@ USERS : The primary users associated with the managed dev - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -10275,7 +10757,7 @@ USERS : The primary users associated with the managed dev - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -11557,7 +12039,7 @@ USERS : The primary users associated with the managed dev - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -13437,6 +13919,247 @@ USERS : The primary users associated with the managed dev - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScript.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScript.md index fadd37f4bf7..3c0e75d4568 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScript.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScript.md @@ -891,10 +891,10 @@ BODYPARAMETER : Intune will provide custo - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -903,9 +903,9 @@ BODYPARAMETER : Intune will provide custo - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1003,18 +1003,18 @@ BODYPARAMETER : Intune will provide custo - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -1022,7 +1022,7 @@ BODYPARAMETER : Intune will provide custo - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -1031,7 +1031,7 @@ BODYPARAMETER : Intune will provide custo - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2296,7 +2296,7 @@ BODYPARAMETER : Intune will provide custo - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3846,6 +3846,247 @@ BODYPARAMETER : Intune will provide custo - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4898,10 +5139,10 @@ DEVICERUNSTATES : List of ru - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4910,9 +5151,9 @@ DEVICERUNSTATES : List of ru - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5010,18 +5251,18 @@ DEVICERUNSTATES : List of ru - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -5029,7 +5270,7 @@ DEVICERUNSTATES : List of ru - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -5038,7 +5279,7 @@ DEVICERUNSTATES : List of ru - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6306,7 +6547,7 @@ DEVICERUNSTATES : List of ru - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7856,6 +8097,247 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -9017,10 +9499,10 @@ USERRUNSTATES : List of run st - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9029,9 +9511,9 @@ USERRUNSTATES : List of run st - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9129,18 +9611,18 @@ USERRUNSTATES : List of run st - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9148,7 +9630,7 @@ USERRUNSTATES : List of run st - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9157,7 +9639,7 @@ USERRUNSTATES : List of run st - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10425,7 +10907,7 @@ USERRUNSTATES : List of run st - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -11975,6 +12457,247 @@ USERRUNSTATES : List of run st - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScriptDeviceRunState.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScriptDeviceRunState.md index 646bbc70883..667246be764 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScriptDeviceRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScriptDeviceRunState.md @@ -740,10 +740,10 @@ BODYPARAMETER : Contains prope - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -752,9 +752,9 @@ BODYPARAMETER : Contains prope - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -852,18 +852,18 @@ BODYPARAMETER : Contains prope - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -871,7 +871,7 @@ BODYPARAMETER : Contains prope - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -880,7 +880,7 @@ BODYPARAMETER : Contains prope - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2148,7 +2148,7 @@ BODYPARAMETER : Contains prope - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3698,6 +3698,247 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4840,10 +5081,10 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4852,9 +5093,9 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4952,18 +5193,18 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4971,7 +5212,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4980,7 +5221,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6248,7 +6489,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7798,6 +8039,247 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScriptUserRunState.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScriptUserRunState.md index e8f48c5fb05..ac903fdbc92 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScriptUserRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScriptUserRunState.md @@ -712,10 +712,10 @@ BODYPARAMETER : Contains propert - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -724,9 +724,9 @@ BODYPARAMETER : Contains propert - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -824,18 +824,18 @@ BODYPARAMETER : Contains propert - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -843,7 +843,7 @@ BODYPARAMETER : Contains propert - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -852,7 +852,7 @@ BODYPARAMETER : Contains propert - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2120,7 +2120,7 @@ BODYPARAMETER : Contains propert - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3670,6 +3670,247 @@ BODYPARAMETER : Contains propert - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4701,10 +4942,10 @@ DEVICERUNSTATES : List of ru - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4713,9 +4954,9 @@ DEVICERUNSTATES : List of ru - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4813,18 +5054,18 @@ DEVICERUNSTATES : List of ru - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4832,7 +5073,7 @@ DEVICERUNSTATES : List of ru - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4841,7 +5082,7 @@ DEVICERUNSTATES : List of ru - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6109,7 +6350,7 @@ DEVICERUNSTATES : List of ru - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7659,6 +7900,247 @@ DEVICERUNSTATES : List of ru - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScriptUserRunStateDeviceRunState.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScriptUserRunStateDeviceRunState.md index 088f14efa30..5e52e738612 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScriptUserRunStateDeviceRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScriptUserRunStateDeviceRunState.md @@ -756,10 +756,10 @@ BODYPARAMETER : Contains prope - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -768,9 +768,9 @@ BODYPARAMETER : Contains prope - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -868,18 +868,18 @@ BODYPARAMETER : Contains prope - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -887,7 +887,7 @@ BODYPARAMETER : Contains prope - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -896,7 +896,7 @@ BODYPARAMETER : Contains prope - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2164,7 +2164,7 @@ BODYPARAMETER : Contains prope - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3714,6 +3714,247 @@ BODYPARAMETER : Contains prope - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4856,10 +5097,10 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4868,9 +5109,9 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4968,18 +5209,18 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4987,7 +5228,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4996,7 +5237,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6264,7 +6505,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7814,6 +8055,247 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/DeviceManagement/DeviceManagement/docs/v1.0/Microsoft.Graph.DeviceManagement.md b/src/DeviceManagement/DeviceManagement/docs/v1.0/Microsoft.Graph.DeviceManagement.md index 8aa3559280a..eccd62d67a0 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0/Microsoft.Graph.DeviceManagement.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0/Microsoft.Graph.DeviceManagement.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.DeviceManagement -Module Guid: 5496217e-6590-481f-ab4b-7aa5c0d87822 +Module Guid: 50e1a932-13d9-4978-aa42-d29586e982d3 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Get-MgPrintPrinterShare.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Get-MgPrintPrinterShare.md index 68a4e444897..42297536819 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Get-MgPrintPrinterShare.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Get-MgPrintPrinterShare.md @@ -263,7 +263,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare1 +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare ## NOTES diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Get-MgPrintShare.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Get-MgPrintShare.md index 3c4e194b95f..2107a12efb4 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Get-MgPrintShare.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Get-MgPrintShare.md @@ -229,7 +229,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare1 +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare ## NOTES diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Microsoft.Graph.Devices.CloudPrint.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Microsoft.Graph.Devices.CloudPrint.md index 7c6efc0ff77..3abd8daa879 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Microsoft.Graph.Devices.CloudPrint.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Microsoft.Graph.Devices.CloudPrint.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Devices.CloudPrint -Module Guid: 6f1cf8de-102a-44c7-9a1a-dbac317a9f18 +Module Guid: 0dc16161-037e-405e-985a-eaa386b72dd6 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/New-MgPrintPrinterShare.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/New-MgPrintPrinterShare.md index 267eb1045f7..00bb0b4f23f 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/New-MgPrintPrinterShare.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/New-MgPrintPrinterShare.md @@ -20,13 +20,13 @@ New-MgPrintPrinterShare [-AdditionalProperties ] [-AllowAllUsers] [-Defaults ] [-DisplayName ] [-Id ] [-IsAcceptingJobs] [-Jobs ] [-Location ] [-Manufacturer ] [-Model ] [-Name ] [-Printer ] - [-Status ] [-Confirm] [-WhatIf] [] + [-Status ] [-ViewPoint ] [-Confirm] + [-WhatIf] [] ``` ### Create ``` -New-MgPrintPrinterShare -BodyParameter [-Confirm] [-WhatIf] - [] +New-MgPrintPrinterShare -BodyParameter [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -104,7 +104,7 @@ printerShare To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare Parameter Sets: Create Aliases: @@ -317,6 +317,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ViewPoint +printerShareViewpoint +To construct, please use Get-Help -Online and see NOTES section for VIEWPOINT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShareViewpoint +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -353,11 +369,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare1 +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare1 +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare ## NOTES @@ -731,10 +747,10 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -743,9 +759,9 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -840,18 +856,18 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -859,7 +875,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -868,7 +884,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1899,10 +1915,55 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -1940,7 +2001,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2158,45 +2219,6 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3223,7 +3245,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3260,6 +3282,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3317,7 +3340,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Contributors ]`: - `[Organizer ]`: meetingParticipantInfo @@ -3675,6 +3698,247 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: + - `[Orientation ]`: + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: + - `[FeedOrientation ]`: + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: + - `[Orientation ]`: + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: + - `[Orientation ]`: + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: + - `[ProcessingStateDescription ]`: + - `[State ]`: + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4469,10 +4733,10 @@ ALLOWEDUSERS : The users who have access to print using t - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4481,9 +4745,9 @@ ALLOWEDUSERS : The users who have access to print using t - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4581,18 +4845,18 @@ ALLOWEDUSERS : The users who have access to print using t - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4600,7 +4864,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4609,7 +4873,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5805,10 +6069,55 @@ ALLOWEDUSERS : The users who have access to print using t - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -5846,7 +6155,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6093,45 +6402,6 @@ ALLOWEDUSERS : The users who have access to print using t - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -7425,7 +7695,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7458,6 +7728,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7515,7 +7786,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Contributors ]`: - `[Organizer ]`: meetingParticipantInfo @@ -7764,6 +8035,247 @@ ALLOWEDUSERS : The users who have access to print using t - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: + - `[Orientation ]`: + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: + - `[FeedOrientation ]`: + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: + - `[Orientation ]`: + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: + - `[Orientation ]`: + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: + - `[ProcessingStateDescription ]`: + - `[State ]`: + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8311,7 +8823,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[LastCheckInDateTime ]`: Last checkin time of the device. - `[UserId ]`: UserId associated with this device registration record. -BODYPARAMETER : printerShare +BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[Capabilities ]`: printerCapabilities - `[(Any) ]`: This indicates any property can be added to this object. @@ -8880,10 +9392,10 @@ BODYPARAMETER : printerShare - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8892,9 +9404,9 @@ BODYPARAMETER : printerShare - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8989,18 +9501,18 @@ BODYPARAMETER : printerShare - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9008,7 +9520,7 @@ BODYPARAMETER : printerShare - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9017,7 +9529,7 @@ BODYPARAMETER : printerShare - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10048,10 +10560,55 @@ BODYPARAMETER : printerShare - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -10089,7 +10646,7 @@ BODYPARAMETER : printerShare - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10307,45 +10864,6 @@ BODYPARAMETER : printerShare - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -11372,7 +11890,7 @@ BODYPARAMETER : printerShare - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -11409,6 +11927,7 @@ BODYPARAMETER : printerShare - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -11466,7 +11985,7 @@ BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Contributors ]`: - `[Organizer ]`: meetingParticipantInfo @@ -11819,6 +12338,9 @@ BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -12514,9 +13036,12 @@ BODYPARAMETER : printerShare - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - - `[Share ]`: printerShare - - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: CAPABILITIES : printerCapabilities - `[(Any) ]`: This indicates any property can be added to this object. @@ -12937,7 +13462,7 @@ PRINTER : printer - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - - `[Share ]`: printerShare + - `[Share ]`: printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[Capabilities ]`: printerCapabilities - `[Defaults ]`: printerDefaults @@ -13314,10 +13839,10 @@ PRINTER : printer - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13326,9 +13851,9 @@ PRINTER : printer - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13423,18 +13948,18 @@ PRINTER : printer - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -13442,7 +13967,7 @@ PRINTER : printer - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -13451,7 +13976,7 @@ PRINTER : printer - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -14482,10 +15007,55 @@ PRINTER : printer - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -14523,7 +15093,7 @@ PRINTER : printer - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -14741,45 +15311,6 @@ PRINTER : printer - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -15806,7 +16337,7 @@ PRINTER : printer - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -15843,6 +16374,7 @@ PRINTER : printer - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -15900,7 +16432,7 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Contributors ]`: - `[Organizer ]`: meetingParticipantInfo @@ -16253,6 +16785,9 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -16919,7 +17454,10 @@ PRINTER : printer - `[AllowedUsers ]`: The users who have access to print using the printer. - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. - `[Printer ]`: printer - - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. STATUS : printerStatus @@ -16931,5 +17469,9 @@ STATUS : printerStatus - `[ProcessingStateReasons ]`: - `[State ]`: printerProcessingState +VIEWPOINT : printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: + ## RELATED LINKS diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/New-MgPrintShare.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/New-MgPrintShare.md index d6aa6be6f5c..6a1ef1b5e29 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/New-MgPrintShare.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/New-MgPrintShare.md @@ -20,12 +20,13 @@ New-MgPrintShare [-AdditionalProperties ] [-AllowAllUsers] [-Defaults ] [-DisplayName ] [-Id ] [-IsAcceptingJobs] [-Jobs ] [-Location ] [-Manufacturer ] [-Model ] [-Name ] [-Printer ] - [-Status ] [-Confirm] [-WhatIf] [] + [-Status ] [-ViewPoint ] [-Confirm] + [-WhatIf] [] ``` ### Create1 ``` -New-MgPrintShare -BodyParameter [-Confirm] [-WhatIf] [] +New-MgPrintShare -BodyParameter [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -103,7 +104,7 @@ printerShare To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare Parameter Sets: Create1 Aliases: @@ -316,6 +317,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ViewPoint +printerShareViewpoint +To construct, please use Get-Help -Online and see NOTES section for VIEWPOINT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShareViewpoint +Parameter Sets: CreateExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -352,11 +369,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare1 +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare1 +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare ## NOTES @@ -730,10 +747,10 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -742,9 +759,9 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -839,18 +856,18 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -858,7 +875,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -867,7 +884,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1898,10 +1915,55 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -1939,7 +2001,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2157,45 +2219,6 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3222,7 +3245,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3259,6 +3282,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3316,7 +3340,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Contributors ]`: - `[Organizer ]`: meetingParticipantInfo @@ -3674,6 +3698,247 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: + - `[Orientation ]`: + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: + - `[FeedOrientation ]`: + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: + - `[Orientation ]`: + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: + - `[Orientation ]`: + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: + - `[ProcessingStateDescription ]`: + - `[State ]`: + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4468,10 +4733,10 @@ ALLOWEDUSERS : The users who have access to print using t - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4480,9 +4745,9 @@ ALLOWEDUSERS : The users who have access to print using t - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4580,18 +4845,18 @@ ALLOWEDUSERS : The users who have access to print using t - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4599,7 +4864,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4608,7 +4873,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5804,10 +6069,55 @@ ALLOWEDUSERS : The users who have access to print using t - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -5845,7 +6155,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6092,45 +6402,6 @@ ALLOWEDUSERS : The users who have access to print using t - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -7424,7 +7695,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7457,6 +7728,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7514,7 +7786,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Contributors ]`: - `[Organizer ]`: meetingParticipantInfo @@ -7763,6 +8035,247 @@ ALLOWEDUSERS : The users who have access to print using t - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: + - `[Orientation ]`: + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: + - `[FeedOrientation ]`: + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: + - `[Orientation ]`: + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: + - `[Orientation ]`: + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: + - `[ProcessingStateDescription ]`: + - `[State ]`: + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8310,7 +8823,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[LastCheckInDateTime ]`: Last checkin time of the device. - `[UserId ]`: UserId associated with this device registration record. -BODYPARAMETER : printerShare +BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[Capabilities ]`: printerCapabilities - `[(Any) ]`: This indicates any property can be added to this object. @@ -8879,10 +9392,10 @@ BODYPARAMETER : printerShare - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8891,9 +9404,9 @@ BODYPARAMETER : printerShare - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8988,18 +9501,18 @@ BODYPARAMETER : printerShare - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9007,7 +9520,7 @@ BODYPARAMETER : printerShare - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9016,7 +9529,7 @@ BODYPARAMETER : printerShare - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10047,10 +10560,55 @@ BODYPARAMETER : printerShare - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -10088,7 +10646,7 @@ BODYPARAMETER : printerShare - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10306,45 +10864,6 @@ BODYPARAMETER : printerShare - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -11371,7 +11890,7 @@ BODYPARAMETER : printerShare - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -11408,6 +11927,7 @@ BODYPARAMETER : printerShare - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -11465,7 +11985,7 @@ BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Contributors ]`: - `[Organizer ]`: meetingParticipantInfo @@ -11818,6 +12338,9 @@ BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -12513,9 +13036,12 @@ BODYPARAMETER : printerShare - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - - `[Share ]`: printerShare - - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: CAPABILITIES : printerCapabilities - `[(Any) ]`: This indicates any property can be added to this object. @@ -12936,7 +13462,7 @@ PRINTER : printer - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - - `[Share ]`: printerShare + - `[Share ]`: printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[Capabilities ]`: printerCapabilities - `[Defaults ]`: printerDefaults @@ -13313,10 +13839,10 @@ PRINTER : printer - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13325,9 +13851,9 @@ PRINTER : printer - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13422,18 +13948,18 @@ PRINTER : printer - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -13441,7 +13967,7 @@ PRINTER : printer - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -13450,7 +13976,7 @@ PRINTER : printer - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -14481,10 +15007,55 @@ PRINTER : printer - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -14522,7 +15093,7 @@ PRINTER : printer - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -14740,45 +15311,6 @@ PRINTER : printer - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -15805,7 +16337,7 @@ PRINTER : printer - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -15842,6 +16374,7 @@ PRINTER : printer - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -15899,7 +16432,7 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Contributors ]`: - `[Organizer ]`: meetingParticipantInfo @@ -16252,6 +16785,9 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -16918,7 +17454,10 @@ PRINTER : printer - `[AllowedUsers ]`: The users who have access to print using the printer. - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. - `[Printer ]`: printer - - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. STATUS : printerStatus @@ -16930,5 +17469,9 @@ STATUS : printerStatus - `[ProcessingStateReasons ]`: - `[State ]`: printerProcessingState +VIEWPOINT : printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: + ## RELATED LINKS diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrint.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrint.md index 7b919d35728..1cedbaebbba 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrint.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrint.md @@ -16,9 +16,9 @@ Update print ``` Update-MgPrint [-AdditionalProperties ] [-Connectors ] [-Operations ] [-Printers ] - [-PrinterShares ] [-Reports ] + [-PrinterShares ] [-Reports ] [-Services ] [-Settings ] - [-Shares ] [-TaskDefinitions ] + [-Shares ] [-TaskDefinitions ] [-PassThru] [-Confirm] [-WhatIf] [] ``` @@ -133,7 +133,7 @@ Accept wildcard characters: False To construct, please use Get-Help -Online and see NOTES section for PRINTERSHARES properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare1[] +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare[] Parameter Sets: UpdateExpanded Aliases: @@ -197,7 +197,7 @@ The list of printer shares registered in the tenant. To construct, please use Get-Help -Online and see NOTES section for SHARES properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare1[] +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare[] Parameter Sets: UpdateExpanded Aliases: @@ -316,7 +316,7 @@ BODYPARAMETER : print - `[(Any) ]`: This indicates any property can be added to this object. - `[Description ]`: A human-readable description of the printOperation's current processing state. Read-only. - `[State ]`: printOperationProcessingState - - `[PrinterShares ]`: + - `[PrinterShares ]`: - `[Capabilities ]`: printerCapabilities - `[(Any) ]`: This indicates any property can be added to this object. - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. @@ -864,10 +864,10 @@ BODYPARAMETER : print - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -876,9 +876,9 @@ BODYPARAMETER : print - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -973,18 +973,18 @@ BODYPARAMETER : print - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -992,7 +992,7 @@ BODYPARAMETER : print - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -1001,7 +1001,7 @@ BODYPARAMETER : print - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2032,10 +2032,55 @@ BODYPARAMETER : print - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -2073,7 +2118,7 @@ BODYPARAMETER : print - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2291,45 +2336,6 @@ BODYPARAMETER : print - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3356,7 +3362,7 @@ BODYPARAMETER : print - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3393,6 +3399,7 @@ BODYPARAMETER : print - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3450,7 +3457,7 @@ BODYPARAMETER : print - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Contributors ]`: - `[Organizer ]`: meetingParticipantInfo @@ -3803,6 +3810,9 @@ BODYPARAMETER : print - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4487,9 +4497,12 @@ BODYPARAMETER : print - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - - `[Share ]`: printerShare - - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Printers ]`: The list of printers registered in the tenant. - `[Reports ]`: reportRoot - `[(Any) ]`: This indicates any property can be added to this object. @@ -4566,7 +4579,7 @@ BODYPARAMETER : print - `[Settings ]`: printSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[DocumentConversionEnabled ]`: Specifies whether document conversion is enabled for the tenant. If document conversion is enabled, Universal Print service will automatically convert documents into a format compatible with the printer (xps to pdf) when needed. - - `[Shares ]`: The list of printer shares registered in the tenant. + - `[Shares ]`: The list of printer shares registered in the tenant. - `[TaskDefinitions ]`: List of abstract definition for a task that can be triggered when various events occur within Universal Print. CONNECTORS : The list of available print connectors. @@ -4831,7 +4844,7 @@ PRINTERS : The list of printers registered in the ten - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - - `[Share ]`: printerShare + - `[Share ]`: printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[Capabilities ]`: printerCapabilities - `[Defaults ]`: printerDefaults @@ -5208,10 +5221,10 @@ PRINTERS : The list of printers registered in the ten - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5220,9 +5233,9 @@ PRINTERS : The list of printers registered in the ten - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5317,18 +5330,18 @@ PRINTERS : The list of printers registered in the ten - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -5336,7 +5349,7 @@ PRINTERS : The list of printers registered in the ten - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -5345,7 +5358,7 @@ PRINTERS : The list of printers registered in the ten - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6376,10 +6389,55 @@ PRINTERS : The list of printers registered in the ten - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -6417,7 +6475,7 @@ PRINTERS : The list of printers registered in the ten - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6635,45 +6693,6 @@ PRINTERS : The list of printers registered in the ten - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -7700,7 +7719,7 @@ PRINTERS : The list of printers registered in the ten - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7737,6 +7756,7 @@ PRINTERS : The list of printers registered in the ten - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7794,7 +7814,7 @@ PRINTERS : The list of printers registered in the ten - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Contributors ]`: - `[Organizer ]`: meetingParticipantInfo @@ -8147,6 +8167,9 @@ PRINTERS : The list of printers registered in the ten - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8813,10 +8836,13 @@ PRINTERS : The list of printers registered in the ten - `[AllowedUsers ]`: The users who have access to print using the printer. - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. - `[Printer ]`: printer - - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. -PRINTERSHARES : . +PRINTERSHARES : . - `[Capabilities ]`: printerCapabilities - `[(Any) ]`: This indicates any property can be added to this object. - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. @@ -9384,10 +9410,10 @@ PRINTERSHARES : . - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9396,9 +9422,9 @@ PRINTERSHARES : . - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9493,18 +9519,18 @@ PRINTERSHARES : . - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9512,7 +9538,7 @@ PRINTERSHARES : . - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9521,7 +9547,7 @@ PRINTERSHARES : . - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10552,10 +10578,55 @@ PRINTERSHARES : . - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -10593,7 +10664,7 @@ PRINTERSHARES : . - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10811,45 +10882,6 @@ PRINTERSHARES : . - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -11876,7 +11908,7 @@ PRINTERSHARES : . - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -11913,6 +11945,7 @@ PRINTERSHARES : . - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -11970,7 +12003,7 @@ PRINTERSHARES : . - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Contributors ]`: - `[Organizer ]`: meetingParticipantInfo @@ -12323,6 +12356,9 @@ PRINTERSHARES : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -13018,9 +13054,12 @@ PRINTERSHARES : . - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - - `[Share ]`: printerShare - - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: REPORTS : reportRoot - `[(Any) ]`: This indicates any property can be added to this object. @@ -13100,7 +13139,7 @@ SETTINGS : printSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[DocumentConversionEnabled ]`: Specifies whether document conversion is enabled for the tenant. If document conversion is enabled, Universal Print service will automatically convert documents into a format compatible with the printer (xps to pdf) when needed. -SHARES : The list of printer shares registered in the tenant. +SHARES : The list of printer shares registered in the tenant. - `[Capabilities ]`: printerCapabilities - `[(Any) ]`: This indicates any property can be added to this object. - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. @@ -13668,10 +13707,10 @@ SHARES : The list of printer shares registered i - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13680,9 +13719,9 @@ SHARES : The list of printer shares registered i - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13777,18 +13816,18 @@ SHARES : The list of printer shares registered i - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -13796,7 +13835,7 @@ SHARES : The list of printer shares registered i - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -13805,7 +13844,7 @@ SHARES : The list of printer shares registered i - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -14836,10 +14875,55 @@ SHARES : The list of printer shares registered i - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -14877,7 +14961,7 @@ SHARES : The list of printer shares registered i - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15095,45 +15179,6 @@ SHARES : The list of printer shares registered i - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -16160,7 +16205,7 @@ SHARES : The list of printer shares registered i - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -16197,6 +16242,7 @@ SHARES : The list of printer shares registered i - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -16254,7 +16300,7 @@ SHARES : The list of printer shares registered i - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Contributors ]`: - `[Organizer ]`: meetingParticipantInfo @@ -16607,6 +16653,9 @@ SHARES : The list of printer shares registered i - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -17302,9 +17351,12 @@ SHARES : The list of printer shares registered i - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - - `[Share ]`: printerShare - - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: TASKDEFINITIONS : List of abstract definition for a task that can be triggered when various events occur within Universal Print. - `[Id ]`: Read-only. diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintPrinter.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintPrinter.md index b88c27b4538..4f105a5428d 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintPrinter.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintPrinter.md @@ -19,8 +19,8 @@ Update-MgPrintPrinter -PrinterId [-AcceptingJobs] [-AdditionalPropertie [-Defaults ] [-DisplayName ] [-HasPhysicalDevice] [-Id ] [-IsAcceptingJobs] [-IsShared] [-Jobs ] [-LastSeenDateTime ] [-Location ] [-Manufacturer ] [-Model ] [-Name ] - [-RegisteredDateTime ] [-Share ] - [-Shares ] [-Status ] + [-RegisteredDateTime ] [-Share ] + [-Shares ] [-Status ] [-TaskTriggers ] [-PassThru] [-Confirm] [-WhatIf] [] ``` @@ -44,8 +44,8 @@ Update-MgPrintPrinter -InputObject [-AcceptingJobs] [-DisplayName ] [-HasPhysicalDevice] [-Id ] [-IsAcceptingJobs] [-IsShared] [-Jobs ] [-LastSeenDateTime ] [-Location ] [-Manufacturer ] [-Model ] [-Name ] - [-RegisteredDateTime ] [-Share ] - [-Shares ] [-Status ] + [-RegisteredDateTime ] [-Share ] + [-Shares ] [-Status ] [-TaskTriggers ] [-PassThru] [-Confirm] [-WhatIf] [] ``` @@ -387,7 +387,7 @@ printerShare To construct, please use Get-Help -Online and see NOTES section for SHARE properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: @@ -406,7 +406,7 @@ Nullable. To construct, please use Get-Help -Online and see NOTES section for SHARES properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare1[] +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare[] Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: @@ -724,7 +724,7 @@ BODYPARAMETER : printer - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - - `[Share ]`: printerShare + - `[Share ]`: printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[Capabilities ]`: printerCapabilities - `[Defaults ]`: printerDefaults @@ -1101,10 +1101,10 @@ BODYPARAMETER : printer - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -1113,9 +1113,9 @@ BODYPARAMETER : printer - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1210,18 +1210,18 @@ BODYPARAMETER : printer - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -1229,7 +1229,7 @@ BODYPARAMETER : printer - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -1238,7 +1238,7 @@ BODYPARAMETER : printer - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2269,10 +2269,55 @@ BODYPARAMETER : printer - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -2310,7 +2355,7 @@ BODYPARAMETER : printer - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2528,45 +2573,6 @@ BODYPARAMETER : printer - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3593,7 +3599,7 @@ BODYPARAMETER : printer - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3630,6 +3636,7 @@ BODYPARAMETER : printer - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3687,7 +3694,7 @@ BODYPARAMETER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Contributors ]`: - `[Organizer ]`: meetingParticipantInfo @@ -4040,6 +4047,9 @@ BODYPARAMETER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4706,7 +4716,10 @@ BODYPARAMETER : printer - `[AllowedUsers ]`: The users who have access to print using the printer. - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. - `[Printer ]`: printer - - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. CAPABILITIES : printerCapabilities @@ -4950,7 +4963,7 @@ LOCATION : printerLocation - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. - `[Subunit ]`: -SHARE : printerShare +SHARE : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[Capabilities ]`: printerCapabilities - `[(Any) ]`: This indicates any property can be added to this object. @@ -5519,10 +5532,10 @@ SHARE : printerShare - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5531,9 +5544,9 @@ SHARE : printerShare - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5628,18 +5641,18 @@ SHARE : printerShare - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -5647,7 +5660,7 @@ SHARE : printerShare - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -5656,7 +5669,7 @@ SHARE : printerShare - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6687,10 +6700,55 @@ SHARE : printerShare - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -6728,7 +6786,7 @@ SHARE : printerShare - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6946,45 +7004,6 @@ SHARE : printerShare - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -8011,7 +8030,7 @@ SHARE : printerShare - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -8048,6 +8067,7 @@ SHARE : printerShare - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -8105,7 +8125,7 @@ SHARE : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Contributors ]`: - `[Organizer ]`: meetingParticipantInfo @@ -8458,6 +8478,9 @@ SHARE : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -9153,11 +9176,14 @@ SHARE : printerShare - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - - `[Share ]`: printerShare - - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: -SHARES : The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. +SHARES : The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - `[Capabilities ]`: printerCapabilities - `[(Any) ]`: This indicates any property can be added to this object. - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. @@ -9725,10 +9751,10 @@ SHARES : The list of printerShares that are asso - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9737,9 +9763,9 @@ SHARES : The list of printerShares that are asso - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9834,18 +9860,18 @@ SHARES : The list of printerShares that are asso - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9853,7 +9879,7 @@ SHARES : The list of printerShares that are asso - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9862,7 +9888,7 @@ SHARES : The list of printerShares that are asso - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10893,10 +10919,55 @@ SHARES : The list of printerShares that are asso - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -10934,7 +11005,7 @@ SHARES : The list of printerShares that are asso - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -11152,45 +11223,6 @@ SHARES : The list of printerShares that are asso - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -12217,7 +12249,7 @@ SHARES : The list of printerShares that are asso - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -12254,6 +12286,7 @@ SHARES : The list of printerShares that are asso - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -12311,7 +12344,7 @@ SHARES : The list of printerShares that are asso - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Contributors ]`: - `[Organizer ]`: meetingParticipantInfo @@ -12664,6 +12697,9 @@ SHARES : The list of printerShares that are asso - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -13359,9 +13395,12 @@ SHARES : The list of printerShares that are asso - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - - `[Share ]`: printerShare - - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: STATUS : printerStatus - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintPrinterShare.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintPrinterShare.md index f343a4b5aa6..456c21bb1fc 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintPrinterShare.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintPrinterShare.md @@ -20,19 +20,20 @@ Update-MgPrintPrinterShare -PrinterShareId [-AdditionalProperties ] [-DisplayName ] [-Id ] [-IsAcceptingJobs] [-Jobs ] [-Location ] [-Manufacturer ] [-Model ] [-Name ] [-Printer ] - [-Status ] [-PassThru] [-Confirm] [-WhatIf] [] + [-Status ] [-ViewPoint ] [-PassThru] + [-Confirm] [-WhatIf] [] ``` ### Update ``` -Update-MgPrintPrinterShare -PrinterShareId -BodyParameter [-PassThru] +Update-MgPrintPrinterShare -PrinterShareId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentity ``` Update-MgPrintPrinterShare -InputObject - -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] + -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentityExpanded @@ -43,7 +44,8 @@ Update-MgPrintPrinterShare -InputObject [-Additiona [-Defaults ] [-DisplayName ] [-Id ] [-IsAcceptingJobs] [-Jobs ] [-Location ] [-Manufacturer ] [-Model ] [-Name ] [-Printer ] - [-Status ] [-PassThru] [-Confirm] [-WhatIf] [] + [-Status ] [-ViewPoint ] [-PassThru] + [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -121,7 +123,7 @@ printerShare To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare Parameter Sets: Update, UpdateViaIdentity Aliases: @@ -380,6 +382,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ViewPoint +printerShareViewpoint +To construct, please use Get-Help -Online and see NOTES section for VIEWPOINT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShareViewpoint +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -418,7 +436,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### Microsoft.Graph.PowerShell.Models.IDevicesCloudPrintIdentity -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare1 +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare ## OUTPUTS @@ -796,10 +814,10 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -808,9 +826,9 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -905,18 +923,18 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -924,7 +942,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -933,7 +951,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1964,10 +1982,55 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -2005,7 +2068,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2223,45 +2286,6 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3288,7 +3312,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3325,6 +3349,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3382,7 +3407,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Contributors ]`: - `[Organizer ]`: meetingParticipantInfo @@ -3740,6 +3765,247 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: + - `[Orientation ]`: + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: + - `[FeedOrientation ]`: + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: + - `[Orientation ]`: + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: + - `[Orientation ]`: + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: + - `[ProcessingStateDescription ]`: + - `[State ]`: + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4534,10 +4800,10 @@ ALLOWEDUSERS : The users who have access to print using t - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4546,9 +4812,9 @@ ALLOWEDUSERS : The users who have access to print using t - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4646,18 +4912,18 @@ ALLOWEDUSERS : The users who have access to print using t - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4665,7 +4931,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4674,7 +4940,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5870,10 +6136,55 @@ ALLOWEDUSERS : The users who have access to print using t - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -5911,7 +6222,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6158,45 +6469,6 @@ ALLOWEDUSERS : The users who have access to print using t - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -7490,7 +7762,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7523,6 +7795,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7580,7 +7853,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Contributors ]`: - `[Organizer ]`: meetingParticipantInfo @@ -7829,6 +8102,247 @@ ALLOWEDUSERS : The users who have access to print using t - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: + - `[Orientation ]`: + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: + - `[FeedOrientation ]`: + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: + - `[Orientation ]`: + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: + - `[Orientation ]`: + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: + - `[ProcessingStateDescription ]`: + - `[State ]`: + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8376,7 +8890,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[LastCheckInDateTime ]`: Last checkin time of the device. - `[UserId ]`: UserId associated with this device registration record. -BODYPARAMETER : printerShare +BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[Capabilities ]`: printerCapabilities - `[(Any) ]`: This indicates any property can be added to this object. @@ -8945,10 +9459,10 @@ BODYPARAMETER : printerShare - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8957,9 +9471,9 @@ BODYPARAMETER : printerShare - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9054,18 +9568,18 @@ BODYPARAMETER : printerShare - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9073,7 +9587,7 @@ BODYPARAMETER : printerShare - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9082,7 +9596,7 @@ BODYPARAMETER : printerShare - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10113,10 +10627,55 @@ BODYPARAMETER : printerShare - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -10154,7 +10713,7 @@ BODYPARAMETER : printerShare - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10372,45 +10931,6 @@ BODYPARAMETER : printerShare - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -11437,7 +11957,7 @@ BODYPARAMETER : printerShare - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -11474,6 +11994,7 @@ BODYPARAMETER : printerShare - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -11531,7 +12052,7 @@ BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Contributors ]`: - `[Organizer ]`: meetingParticipantInfo @@ -11884,6 +12405,9 @@ BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -12579,9 +13103,12 @@ BODYPARAMETER : printerShare - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - - `[Share ]`: printerShare - - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: CAPABILITIES : printerCapabilities - `[(Any) ]`: This indicates any property can be added to this object. @@ -13013,7 +13540,7 @@ PRINTER : printer - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - - `[Share ]`: printerShare + - `[Share ]`: printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[Capabilities ]`: printerCapabilities - `[Defaults ]`: printerDefaults @@ -13390,10 +13917,10 @@ PRINTER : printer - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13402,9 +13929,9 @@ PRINTER : printer - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13499,18 +14026,18 @@ PRINTER : printer - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -13518,7 +14045,7 @@ PRINTER : printer - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -13527,7 +14054,7 @@ PRINTER : printer - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -14558,10 +15085,55 @@ PRINTER : printer - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -14599,7 +15171,7 @@ PRINTER : printer - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -14817,45 +15389,6 @@ PRINTER : printer - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -15882,7 +16415,7 @@ PRINTER : printer - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -15919,6 +16452,7 @@ PRINTER : printer - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -15976,7 +16510,7 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Contributors ]`: - `[Organizer ]`: meetingParticipantInfo @@ -16329,6 +16863,9 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -16995,7 +17532,10 @@ PRINTER : printer - `[AllowedUsers ]`: The users who have access to print using the printer. - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. - `[Printer ]`: printer - - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. STATUS : printerStatus @@ -17007,5 +17547,9 @@ STATUS : printerStatus - `[ProcessingStateReasons ]`: - `[State ]`: printerProcessingState +VIEWPOINT : printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: + ## RELATED LINKS diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintShare.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintShare.md index ad5f5297160..1028ec3731f 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintShare.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0-beta/Update-MgPrintShare.md @@ -20,18 +20,19 @@ Update-MgPrintShare -PrinterShareId [-AdditionalProperties ] [-Defaults ] [-DisplayName ] [-Id ] [-IsAcceptingJobs] [-Jobs ] [-Location ] [-Manufacturer ] [-Model ] [-Name ] [-Printer ] - [-Status ] [-PassThru] [-Confirm] [-WhatIf] [] + [-Status ] [-ViewPoint ] [-PassThru] + [-Confirm] [-WhatIf] [] ``` ### Update1 ``` -Update-MgPrintShare -PrinterShareId -BodyParameter [-PassThru] +Update-MgPrintShare -PrinterShareId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentity1 ``` -Update-MgPrintShare -InputObject -BodyParameter +Update-MgPrintShare -InputObject -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` @@ -43,7 +44,8 @@ Update-MgPrintShare -InputObject [-AdditionalProper [-Defaults ] [-DisplayName ] [-Id ] [-IsAcceptingJobs] [-Jobs ] [-Location ] [-Manufacturer ] [-Model ] [-Name ] [-Printer ] - [-Status ] [-PassThru] [-Confirm] [-WhatIf] [] + [-Status ] [-ViewPoint ] [-PassThru] + [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -121,7 +123,7 @@ printerShare To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare Parameter Sets: Update1, UpdateViaIdentity1 Aliases: @@ -380,6 +382,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ViewPoint +printerShareViewpoint +To construct, please use Get-Help -Online and see NOTES section for VIEWPOINT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShareViewpoint +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Confirm Prompts you for confirmation before running the cmdlet. @@ -418,7 +436,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### Microsoft.Graph.PowerShell.Models.IDevicesCloudPrintIdentity -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare1 +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare ## OUTPUTS @@ -796,10 +814,10 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -808,9 +826,9 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -905,18 +923,18 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -924,7 +942,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -933,7 +951,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1964,10 +1982,55 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -2005,7 +2068,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2223,45 +2286,6 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3288,7 +3312,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3325,6 +3349,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3382,7 +3407,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Contributors ]`: - `[Organizer ]`: meetingParticipantInfo @@ -3740,6 +3765,247 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: + - `[Orientation ]`: + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: + - `[FeedOrientation ]`: + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: + - `[Orientation ]`: + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: + - `[Orientation ]`: + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: + - `[ProcessingStateDescription ]`: + - `[State ]`: + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4534,10 +4800,10 @@ ALLOWEDUSERS : The users who have access to print using t - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4546,9 +4812,9 @@ ALLOWEDUSERS : The users who have access to print using t - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4646,18 +4912,18 @@ ALLOWEDUSERS : The users who have access to print using t - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4665,7 +4931,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4674,7 +4940,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5870,10 +6136,55 @@ ALLOWEDUSERS : The users who have access to print using t - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -5911,7 +6222,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6158,45 +6469,6 @@ ALLOWEDUSERS : The users who have access to print using t - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -7490,7 +7762,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7523,6 +7795,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7580,7 +7853,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Contributors ]`: - `[Organizer ]`: meetingParticipantInfo @@ -7829,6 +8102,247 @@ ALLOWEDUSERS : The users who have access to print using t - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: + - `[Orientation ]`: + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: + - `[FeedOrientation ]`: + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: + - `[Orientation ]`: + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: + - `[Orientation ]`: + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: + - `[ProcessingStateDescription ]`: + - `[State ]`: + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8376,7 +8890,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[LastCheckInDateTime ]`: Last checkin time of the device. - `[UserId ]`: UserId associated with this device registration record. -BODYPARAMETER : printerShare +BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[Capabilities ]`: printerCapabilities - `[(Any) ]`: This indicates any property can be added to this object. @@ -8945,10 +9459,10 @@ BODYPARAMETER : printerShare - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8957,9 +9471,9 @@ BODYPARAMETER : printerShare - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9054,18 +9568,18 @@ BODYPARAMETER : printerShare - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9073,7 +9587,7 @@ BODYPARAMETER : printerShare - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9082,7 +9596,7 @@ BODYPARAMETER : printerShare - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10113,10 +10627,55 @@ BODYPARAMETER : printerShare - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -10154,7 +10713,7 @@ BODYPARAMETER : printerShare - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10372,45 +10931,6 @@ BODYPARAMETER : printerShare - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -11437,7 +11957,7 @@ BODYPARAMETER : printerShare - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -11474,6 +11994,7 @@ BODYPARAMETER : printerShare - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -11531,7 +12052,7 @@ BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Contributors ]`: - `[Organizer ]`: meetingParticipantInfo @@ -11884,6 +12405,9 @@ BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -12579,9 +13103,12 @@ BODYPARAMETER : printerShare - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - - `[Share ]`: printerShare - - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: CAPABILITIES : printerCapabilities - `[(Any) ]`: This indicates any property can be added to this object. @@ -13013,7 +13540,7 @@ PRINTER : printer - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - - `[Share ]`: printerShare + - `[Share ]`: printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[Capabilities ]`: printerCapabilities - `[Defaults ]`: printerDefaults @@ -13390,10 +13917,10 @@ PRINTER : printer - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13402,9 +13929,9 @@ PRINTER : printer - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13499,18 +14026,18 @@ PRINTER : printer - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -13518,7 +14045,7 @@ PRINTER : printer - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -13527,7 +14054,7 @@ PRINTER : printer - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -14558,10 +15085,55 @@ PRINTER : printer - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -14599,7 +15171,7 @@ PRINTER : printer - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -14817,45 +15389,6 @@ PRINTER : printer - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -15882,7 +16415,7 @@ PRINTER : printer - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -15919,6 +16452,7 @@ PRINTER : printer - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -15976,7 +16510,7 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Contributors ]`: - `[Organizer ]`: meetingParticipantInfo @@ -16329,6 +16863,9 @@ PRINTER : printer - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -16995,7 +17532,10 @@ PRINTER : printer - `[AllowedUsers ]`: The users who have access to print using the printer. - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. - `[Printer ]`: printer - - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. STATUS : printerStatus @@ -17007,5 +17547,9 @@ STATUS : printerStatus - `[ProcessingStateReasons ]`: - `[State ]`: printerProcessingState +VIEWPOINT : printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: + ## RELATED LINKS diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Get-MgPrintPrinterShare.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Get-MgPrintPrinterShare.md index d7fe8b680f8..b02c58ae7ea 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Get-MgPrintPrinterShare.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Get-MgPrintPrinterShare.md @@ -204,7 +204,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare1 ## NOTES diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Get-MgPrintShare.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Get-MgPrintShare.md index f90dd01f5f9..a0d3f168d59 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Get-MgPrintShare.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Get-MgPrintShare.md @@ -229,7 +229,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare1 ## NOTES diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Microsoft.Graph.Devices.CloudPrint.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Microsoft.Graph.Devices.CloudPrint.md index b8a9a48b84e..7ba4fdd15c7 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Microsoft.Graph.Devices.CloudPrint.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Microsoft.Graph.Devices.CloudPrint.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Devices.CloudPrint -Module Guid: 6f1cf8de-102a-44c7-9a1a-dbac317a9f18 +Module Guid: 0dc16161-037e-405e-985a-eaa386b72dd6 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.cloudprint Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/New-MgPrintShare.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/New-MgPrintShare.md index 757f0e62d09..f54dfb67467 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/New-MgPrintShare.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/New-MgPrintShare.md @@ -25,7 +25,7 @@ New-MgPrintShare [-AdditionalProperties ] [-AllowAllUsers] ### Create ``` -New-MgPrintShare -BodyParameter [-Confirm] [-WhatIf] [] +New-MgPrintShare -BodyParameter [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -103,7 +103,7 @@ printerShare To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare1 Parameter Sets: Create Aliases: @@ -337,11 +337,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare1 ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare1 ## NOTES @@ -653,7 +653,7 @@ ALLOWEDGROUPS : The groups whose users have access to pr - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -661,9 +661,9 @@ ALLOWEDGROUPS : The groups whose users have access to pr - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -700,7 +700,7 @@ ALLOWEDGROUPS : The groups whose users have access to pr - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1532,6 +1532,7 @@ ALLOWEDGROUPS : The groups whose users have access to pr - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1617,7 +1618,7 @@ ALLOWEDGROUPS : The groups whose users have access to pr - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2426,7 +2427,7 @@ ALLOWEDGROUPS : The groups whose users have access to pr - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -2466,9 +2467,9 @@ ALLOWEDGROUPS : The groups whose users have access to pr - `[AllowMeetingChat ]`: meetingChatMode - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -2515,11 +2516,11 @@ ALLOWEDGROUPS : The groups whose users have access to pr - `[Scope ]`: lobbyBypassScope - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Organizer ]`: meetingParticipantInfo + - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. @@ -2920,7 +2921,7 @@ ALLOWEDUSERS : The users who have access to print using - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -2928,9 +2929,9 @@ ALLOWEDUSERS : The users who have access to print using - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -2970,7 +2971,7 @@ ALLOWEDUSERS : The users who have access to print using - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3965,6 +3966,7 @@ ALLOWEDUSERS : The users who have access to print using - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -4050,7 +4052,7 @@ ALLOWEDUSERS : The users who have access to print using - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5091,7 +5093,7 @@ ALLOWEDUSERS : The users who have access to print using - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -5127,9 +5129,9 @@ ALLOWEDUSERS : The users who have access to print using - `[AllowMeetingChat ]`: meetingChatMode - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -5176,11 +5178,11 @@ ALLOWEDUSERS : The users who have access to print using - `[Scope ]`: lobbyBypassScope - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Organizer ]`: meetingParticipantInfo + - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. @@ -5328,7 +5330,7 @@ ALLOWEDUSERS : The users who have access to print using - `[UserPrincipalName ]`: 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.NOTE: This property cannot contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderBy. - `[UserType ]`: A string value that can be used to classify user types in your directory, such as Member and Guest. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for member and guest users, see What are the default user permissions in Azure Active Directory? -BODYPARAMETER : printerShare +BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[Capabilities ]`: printerCapabilities - `[(Any) ]`: This indicates any property can be added to this object. @@ -5782,7 +5784,7 @@ BODYPARAMETER : printerShare - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5790,9 +5792,9 @@ BODYPARAMETER : printerShare - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5829,7 +5831,7 @@ BODYPARAMETER : printerShare - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6661,6 +6663,7 @@ BODYPARAMETER : printerShare - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -6746,7 +6749,7 @@ BODYPARAMETER : printerShare - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7555,7 +7558,7 @@ BODYPARAMETER : printerShare - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -7595,9 +7598,9 @@ BODYPARAMETER : printerShare - `[AllowMeetingChat ]`: meetingChatMode - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -7644,11 +7647,11 @@ BODYPARAMETER : printerShare - `[Scope ]`: lobbyBypassScope - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Organizer ]`: meetingParticipantInfo + - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. @@ -7994,7 +7997,7 @@ BODYPARAMETER : printerShare - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. CAPABILITIES : printerCapabilities @@ -8307,7 +8310,7 @@ PRINTER : printer - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - `[Capabilities ]`: printerCapabilities - `[Defaults ]`: printerDefaults - `[DisplayName ]`: The name of the printer/printerShare. @@ -8620,7 +8623,7 @@ PRINTER : printer - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8628,9 +8631,9 @@ PRINTER : printer - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8667,7 +8670,7 @@ PRINTER : printer - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9499,6 +9502,7 @@ PRINTER : printer - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -9584,7 +9588,7 @@ PRINTER : printer - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10393,7 +10397,7 @@ PRINTER : printer - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -10433,9 +10437,9 @@ PRINTER : printer - `[AllowMeetingChat ]`: meetingChatMode - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -10482,11 +10486,11 @@ PRINTER : printer - `[Scope ]`: lobbyBypassScope - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Organizer ]`: meetingParticipantInfo + - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrint.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrint.md index 5d1600c9a15..e37556555f9 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrint.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrint.md @@ -17,7 +17,7 @@ Update print Update-MgPrint [-AdditionalProperties ] [-Connectors ] [-Operations ] [-Printers ] [-Services ] [-Settings ] - [-Shares ] [-TaskDefinitions ] + [-Shares ] [-TaskDefinitions ] [-PassThru] [-Confirm] [-WhatIf] [] ``` @@ -164,7 +164,7 @@ The list of printer shares registered in the tenant. To construct, please use Get-Help -Online and see NOTES section for SHARES properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare[] +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare1[] Parameter Sets: UpdateExpanded1 Aliases: @@ -415,7 +415,7 @@ BODYPARAMETER : print - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - `[Capabilities ]`: printerCapabilities - `[Defaults ]`: printerDefaults - `[DisplayName ]`: The name of the printer/printerShare. @@ -728,7 +728,7 @@ BODYPARAMETER : print - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -736,9 +736,9 @@ BODYPARAMETER : print - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -775,7 +775,7 @@ BODYPARAMETER : print - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1607,6 +1607,7 @@ BODYPARAMETER : print - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1692,7 +1693,7 @@ BODYPARAMETER : print - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2501,7 +2502,7 @@ BODYPARAMETER : print - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -2541,9 +2542,9 @@ BODYPARAMETER : print - `[AllowMeetingChat ]`: meetingChatMode - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -2590,11 +2591,11 @@ BODYPARAMETER : print - `[Scope ]`: lobbyBypassScope - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Organizer ]`: meetingParticipantInfo + - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. @@ -2927,7 +2928,7 @@ BODYPARAMETER : print - `[Settings ]`: printSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[DocumentConversionEnabled ]`: Specifies whether document conversion is enabled for the tenant. If document conversion is enabled, Universal Print service will automatically convert documents into a format compatible with the printer (xps to pdf) when needed. - - `[Shares ]`: The list of printer shares registered in the tenant. + - `[Shares ]`: The list of printer shares registered in the tenant. - `[TaskDefinitions ]`: List of abstract definition for a task that can be triggered when various events occur within Universal Print. CONNECTORS : The list of available print connectors. @@ -3128,7 +3129,7 @@ PRINTERS : The list of printers registered in the tena - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - `[Capabilities ]`: printerCapabilities - `[Defaults ]`: printerDefaults - `[DisplayName ]`: The name of the printer/printerShare. @@ -3441,7 +3442,7 @@ PRINTERS : The list of printers registered in the tena - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3449,9 +3450,9 @@ PRINTERS : The list of printers registered in the tena - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3488,7 +3489,7 @@ PRINTERS : The list of printers registered in the tena - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -4320,6 +4321,7 @@ PRINTERS : The list of printers registered in the tena - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -4405,7 +4407,7 @@ PRINTERS : The list of printers registered in the tena - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5214,7 +5216,7 @@ PRINTERS : The list of printers registered in the tena - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -5254,9 +5256,9 @@ PRINTERS : The list of printers registered in the tena - `[AllowMeetingChat ]`: meetingChatMode - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -5303,11 +5305,11 @@ PRINTERS : The list of printers registered in the tena - `[Scope ]`: lobbyBypassScope - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Organizer ]`: meetingParticipantInfo + - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. @@ -5643,7 +5645,7 @@ SETTINGS : printSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[DocumentConversionEnabled ]`: Specifies whether document conversion is enabled for the tenant. If document conversion is enabled, Universal Print service will automatically convert documents into a format compatible with the printer (xps to pdf) when needed. -SHARES : The list of printer shares registered in the tenant. +SHARES : The list of printer shares registered in the tenant. - `[Capabilities ]`: printerCapabilities - `[(Any) ]`: This indicates any property can be added to this object. - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. @@ -6096,7 +6098,7 @@ SHARES : The list of printer shares registered in - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -6104,9 +6106,9 @@ SHARES : The list of printer shares registered in - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -6143,7 +6145,7 @@ SHARES : The list of printer shares registered in - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6975,6 +6977,7 @@ SHARES : The list of printer shares registered in - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -7060,7 +7063,7 @@ SHARES : The list of printer shares registered in - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7869,7 +7872,7 @@ SHARES : The list of printer shares registered in - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -7909,9 +7912,9 @@ SHARES : The list of printer shares registered in - `[AllowMeetingChat ]`: meetingChatMode - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -7958,11 +7961,11 @@ SHARES : The list of printer shares registered in - `[Scope ]`: lobbyBypassScope - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Organizer ]`: meetingParticipantInfo + - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. @@ -8308,7 +8311,7 @@ SHARES : The list of printer shares registered in - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. TASKDEFINITIONS : List of abstract definition for a task that can be triggered when various events occur within Universal Print. diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrintPrinter.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrintPrinter.md index 58fc94a5b0f..29d2f8756c4 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrintPrinter.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrintPrinter.md @@ -19,7 +19,7 @@ Update-MgPrintPrinter -PrinterId [-AdditionalProperties ] [-Defaults ] [-DisplayName ] [-HasPhysicalDevice] [-Id ] [-IsAcceptingJobs] [-IsShared] [-Jobs ] [-LastSeenDateTime ] [-Location ] [-Manufacturer ] [-Model ] - [-RegisteredDateTime ] [-Shares ] + [-RegisteredDateTime ] [-Shares ] [-Status ] [-TaskTriggers ] [-PassThru] [-Confirm] [-WhatIf] [] ``` @@ -43,7 +43,7 @@ Update-MgPrintPrinter -InputObject [-AdditionalProp [-Defaults ] [-DisplayName ] [-HasPhysicalDevice] [-Id ] [-IsAcceptingJobs] [-IsShared] [-Jobs ] [-LastSeenDateTime ] [-Location ] [-Manufacturer ] [-Model ] - [-RegisteredDateTime ] [-Shares ] + [-RegisteredDateTime ] [-Shares ] [-Status ] [-TaskTriggers ] [-PassThru] [-Confirm] [-WhatIf] [] ``` @@ -359,7 +359,7 @@ Nullable. To construct, please use Get-Help -Online and see NOTES section for SHARES properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare[] +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare1[] Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: @@ -619,7 +619,7 @@ BODYPARAMETER : printer - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - `[Capabilities ]`: printerCapabilities - `[Defaults ]`: printerDefaults - `[DisplayName ]`: The name of the printer/printerShare. @@ -932,7 +932,7 @@ BODYPARAMETER : printer - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -940,9 +940,9 @@ BODYPARAMETER : printer - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -979,7 +979,7 @@ BODYPARAMETER : printer - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1811,6 +1811,7 @@ BODYPARAMETER : printer - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1896,7 +1897,7 @@ BODYPARAMETER : printer - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2705,7 +2706,7 @@ BODYPARAMETER : printer - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -2745,9 +2746,9 @@ BODYPARAMETER : printer - `[AllowMeetingChat ]`: meetingChatMode - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -2794,11 +2795,11 @@ BODYPARAMETER : printer - `[Scope ]`: lobbyBypassScope - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Organizer ]`: meetingParticipantInfo + - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. @@ -3307,7 +3308,7 @@ LOCATION : printerLocation - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. - `[Subunit ]`: -SHARES : The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. +SHARES : The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - `[Capabilities ]`: printerCapabilities - `[(Any) ]`: This indicates any property can be added to this object. - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. @@ -3760,7 +3761,7 @@ SHARES : The list of printerShares that are assoc - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3768,9 +3769,9 @@ SHARES : The list of printerShares that are assoc - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3807,7 +3808,7 @@ SHARES : The list of printerShares that are assoc - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -4639,6 +4640,7 @@ SHARES : The list of printerShares that are assoc - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -4724,7 +4726,7 @@ SHARES : The list of printerShares that are assoc - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5533,7 +5535,7 @@ SHARES : The list of printerShares that are assoc - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -5573,9 +5575,9 @@ SHARES : The list of printerShares that are assoc - `[AllowMeetingChat ]`: meetingChatMode - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -5622,11 +5624,11 @@ SHARES : The list of printerShares that are assoc - `[Scope ]`: lobbyBypassScope - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Organizer ]`: meetingParticipantInfo + - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. @@ -5972,7 +5974,7 @@ SHARES : The list of printerShares that are assoc - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. STATUS : printerStatus diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrintShare.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrintShare.md index 5ce7f0b3e5a..c907cfce9b0 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrintShare.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/Update-MgPrintShare.md @@ -25,13 +25,13 @@ Update-MgPrintShare -PrinterShareId [-AdditionalProperties ] ### Update ``` -Update-MgPrintShare -PrinterShareId -BodyParameter [-PassThru] +Update-MgPrintShare -PrinterShareId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentity ``` -Update-MgPrintShare -InputObject -BodyParameter +Update-MgPrintShare -InputObject -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` @@ -121,7 +121,7 @@ printerShare To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare1 Parameter Sets: Update, UpdateViaIdentity Aliases: @@ -403,7 +403,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### Microsoft.Graph.PowerShell.Models.IDevicesCloudPrintIdentity -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrinterShare1 ## OUTPUTS @@ -719,7 +719,7 @@ ALLOWEDGROUPS : The groups whose users have access to pr - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -727,9 +727,9 @@ ALLOWEDGROUPS : The groups whose users have access to pr - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -766,7 +766,7 @@ ALLOWEDGROUPS : The groups whose users have access to pr - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1598,6 +1598,7 @@ ALLOWEDGROUPS : The groups whose users have access to pr - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1683,7 +1684,7 @@ ALLOWEDGROUPS : The groups whose users have access to pr - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2492,7 +2493,7 @@ ALLOWEDGROUPS : The groups whose users have access to pr - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -2532,9 +2533,9 @@ ALLOWEDGROUPS : The groups whose users have access to pr - `[AllowMeetingChat ]`: meetingChatMode - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -2581,11 +2582,11 @@ ALLOWEDGROUPS : The groups whose users have access to pr - `[Scope ]`: lobbyBypassScope - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Organizer ]`: meetingParticipantInfo + - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. @@ -2986,7 +2987,7 @@ ALLOWEDUSERS : The users who have access to print using - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -2994,9 +2995,9 @@ ALLOWEDUSERS : The users who have access to print using - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3036,7 +3037,7 @@ ALLOWEDUSERS : The users who have access to print using - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -4031,6 +4032,7 @@ ALLOWEDUSERS : The users who have access to print using - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -4116,7 +4118,7 @@ ALLOWEDUSERS : The users who have access to print using - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5157,7 +5159,7 @@ ALLOWEDUSERS : The users who have access to print using - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -5193,9 +5195,9 @@ ALLOWEDUSERS : The users who have access to print using - `[AllowMeetingChat ]`: meetingChatMode - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -5242,11 +5244,11 @@ ALLOWEDUSERS : The users who have access to print using - `[Scope ]`: lobbyBypassScope - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Organizer ]`: meetingParticipantInfo + - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. @@ -5394,7 +5396,7 @@ ALLOWEDUSERS : The users who have access to print using - `[UserPrincipalName ]`: 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.NOTE: This property cannot contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderBy. - `[UserType ]`: A string value that can be used to classify user types in your directory, such as Member and Guest. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for member and guest users, see What are the default user permissions in Azure Active Directory? -BODYPARAMETER : printerShare +BODYPARAMETER : printerShare - `[(Any) ]`: This indicates any property can be added to this object. - `[Capabilities ]`: printerCapabilities - `[(Any) ]`: This indicates any property can be added to this object. @@ -5848,7 +5850,7 @@ BODYPARAMETER : printerShare - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5856,9 +5858,9 @@ BODYPARAMETER : printerShare - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5895,7 +5897,7 @@ BODYPARAMETER : printerShare - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6727,6 +6729,7 @@ BODYPARAMETER : printerShare - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -6812,7 +6815,7 @@ BODYPARAMETER : printerShare - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7621,7 +7624,7 @@ BODYPARAMETER : printerShare - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -7661,9 +7664,9 @@ BODYPARAMETER : printerShare - `[AllowMeetingChat ]`: meetingChatMode - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -7710,11 +7713,11 @@ BODYPARAMETER : printerShare - `[Scope ]`: lobbyBypassScope - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Organizer ]`: meetingParticipantInfo + - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. @@ -8060,7 +8063,7 @@ BODYPARAMETER : printerShare - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. CAPABILITIES : printerCapabilities @@ -8384,7 +8387,7 @@ PRINTER : printer - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. - - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. - `[Capabilities ]`: printerCapabilities - `[Defaults ]`: printerDefaults - `[DisplayName ]`: The name of the printer/printerShare. @@ -8697,7 +8700,7 @@ PRINTER : printer - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8705,9 +8708,9 @@ PRINTER : printer - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8744,7 +8747,7 @@ PRINTER : printer - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9576,6 +9579,7 @@ PRINTER : printer - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -9661,7 +9665,7 @@ PRINTER : printer - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10470,7 +10474,7 @@ PRINTER : printer - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -10510,9 +10514,9 @@ PRINTER : printer - `[AllowMeetingChat ]`: meetingChatMode - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -10559,11 +10563,11 @@ PRINTER : printer - `[Scope ]`: lobbyBypassScope - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Organizer ]`: meetingParticipantInfo + - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. diff --git a/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0-beta/Microsoft.Graph.Devices.CorporateManagement.md b/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0-beta/Microsoft.Graph.Devices.CorporateManagement.md index 5a97db3fa98..01441ff13ce 100644 --- a/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0-beta/Microsoft.Graph.Devices.CorporateManagement.md +++ b/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0-beta/Microsoft.Graph.Devices.CorporateManagement.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Devices.CorporateManagement -Module Guid: e98fbb58-f635-4293-8806-9b7cc9bef842 +Module Guid: dde3aaf2-1dd4-4933-8019-bcf1f9d05dd9 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.corporatemanagement Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0-beta/New-MgUserManagedDevice.md b/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0-beta/New-MgUserManagedDevice.md index a5c6f794682..b66466e4b6f 100644 --- a/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0-beta/New-MgUserManagedDevice.md +++ b/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0-beta/New-MgUserManagedDevice.md @@ -2100,10 +2100,10 @@ BODYPARAMETER : Devices that are managed or pre-en - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -2112,9 +2112,9 @@ BODYPARAMETER : Devices that are managed or pre-en - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -2212,18 +2212,18 @@ BODYPARAMETER : Devices that are managed or pre-en - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -2231,7 +2231,7 @@ BODYPARAMETER : Devices that are managed or pre-en - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -2240,7 +2240,7 @@ BODYPARAMETER : Devices that are managed or pre-en - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3508,7 +3508,7 @@ BODYPARAMETER : Devices that are managed or pre-en - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5058,6 +5058,247 @@ BODYPARAMETER : Devices that are managed or pre-en - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -6119,10 +6360,10 @@ DETECTEDAPPS : All applications currently installe - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -6131,9 +6372,9 @@ DETECTEDAPPS : All applications currently installe - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -6231,18 +6472,18 @@ DETECTEDAPPS : All applications currently installe - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -6250,7 +6491,7 @@ DETECTEDAPPS : All applications currently installe - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -6259,7 +6500,7 @@ DETECTEDAPPS : All applications currently installe - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -7527,7 +7768,7 @@ DETECTEDAPPS : All applications currently installe - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -9077,6 +9318,247 @@ DETECTEDAPPS : All applications currently installe - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -10067,10 +10549,10 @@ USERS : The primary users associated with the managed dev - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -10079,9 +10561,9 @@ USERS : The primary users associated with the managed dev - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -10179,18 +10661,18 @@ USERS : The primary users associated with the managed dev - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -10198,7 +10680,7 @@ USERS : The primary users associated with the managed dev - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -10207,7 +10689,7 @@ USERS : The primary users associated with the managed dev - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -11489,7 +11971,7 @@ USERS : The primary users associated with the managed dev - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -13369,6 +13851,247 @@ USERS : The primary users associated with the managed dev - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0-beta/Update-MgUserManagedDevice.md b/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0-beta/Update-MgUserManagedDevice.md index 7f97382440e..8fb06a784a4 100644 --- a/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0-beta/Update-MgUserManagedDevice.md +++ b/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0-beta/Update-MgUserManagedDevice.md @@ -2131,10 +2131,10 @@ BODYPARAMETER : Devices that are managed or pre-en - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -2143,9 +2143,9 @@ BODYPARAMETER : Devices that are managed or pre-en - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -2243,18 +2243,18 @@ BODYPARAMETER : Devices that are managed or pre-en - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -2262,7 +2262,7 @@ BODYPARAMETER : Devices that are managed or pre-en - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -2271,7 +2271,7 @@ BODYPARAMETER : Devices that are managed or pre-en - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3539,7 +3539,7 @@ BODYPARAMETER : Devices that are managed or pre-en - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5089,6 +5089,247 @@ BODYPARAMETER : Devices that are managed or pre-en - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -6150,10 +6391,10 @@ DETECTEDAPPS : All applications currently installe - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -6162,9 +6403,9 @@ DETECTEDAPPS : All applications currently installe - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -6262,18 +6503,18 @@ DETECTEDAPPS : All applications currently installe - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -6281,7 +6522,7 @@ DETECTEDAPPS : All applications currently installe - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -6290,7 +6531,7 @@ DETECTEDAPPS : All applications currently installe - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -7558,7 +7799,7 @@ DETECTEDAPPS : All applications currently installe - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -9108,6 +9349,247 @@ DETECTEDAPPS : All applications currently installe - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -10098,10 +10580,10 @@ USERS : The primary users associated with the managed dev - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -10110,9 +10592,9 @@ USERS : The primary users associated with the managed dev - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -10210,18 +10692,18 @@ USERS : The primary users associated with the managed dev - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -10229,7 +10711,7 @@ USERS : The primary users associated with the managed dev - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -10238,7 +10720,7 @@ USERS : The primary users associated with the managed dev - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -11520,7 +12002,7 @@ USERS : The primary users associated with the managed dev - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -13400,6 +13882,247 @@ USERS : The primary users associated with the managed dev - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0/Microsoft.Graph.Devices.CorporateManagement.md b/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0/Microsoft.Graph.Devices.CorporateManagement.md index 157050737dd..6a914af1827 100644 --- a/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0/Microsoft.Graph.Devices.CorporateManagement.md +++ b/src/Devices.CorporateManagement/Devices.CorporateManagement/docs/v1.0/Microsoft.Graph.Devices.CorporateManagement.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Devices.CorporateManagement -Module Guid: e98fbb58-f635-4293-8806-9b7cc9bef842 +Module Guid: dde3aaf2-1dd4-4933-8019-bcf1f9d05dd9 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devices.corporatemanagement Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Education/Education/docs/v1.0-beta/Microsoft.Graph.Education.md b/src/Education/Education/docs/v1.0-beta/Microsoft.Graph.Education.md index 09ee4c697a8..642a7b27044 100644 --- a/src/Education/Education/docs/v1.0-beta/Microsoft.Graph.Education.md +++ b/src/Education/Education/docs/v1.0-beta/Microsoft.Graph.Education.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Education -Module Guid: 5d8e5e97-2707-4fd7-963b-3957401a2c02 +Module Guid: 06ae9817-2da7-4aa3-813d-dad69ff5ec62 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Education/Education/docs/v1.0-beta/New-MgEducationClass.md b/src/Education/Education/docs/v1.0-beta/New-MgEducationClass.md index 005bea32425..91e9e73b78e 100644 --- a/src/Education/Education/docs/v1.0-beta/New-MgEducationClass.md +++ b/src/Education/Education/docs/v1.0-beta/New-MgEducationClass.md @@ -775,7 +775,7 @@ BODYPARAMETER : educationClass - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -799,12 +799,12 @@ BODYPARAMETER : educationClass - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -1040,13 +1040,13 @@ BODYPARAMETER : educationClass - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -1055,9 +1055,9 @@ BODYPARAMETER : educationClass - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1152,18 +1152,18 @@ BODYPARAMETER : educationClass - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -1171,7 +1171,7 @@ BODYPARAMETER : educationClass - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -1180,7 +1180,7 @@ BODYPARAMETER : educationClass - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1197,7 +1197,7 @@ BODYPARAMETER : educationClass - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -1516,7 +1516,7 @@ BODYPARAMETER : educationClass - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -2211,10 +2211,55 @@ BODYPARAMETER : educationClass - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -2252,7 +2297,7 @@ BODYPARAMETER : educationClass - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2470,45 +2515,6 @@ BODYPARAMETER : educationClass - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3108,7 +3114,7 @@ BODYPARAMETER : educationClass - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -3535,7 +3541,7 @@ BODYPARAMETER : educationClass - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3553,7 +3559,7 @@ BODYPARAMETER : educationClass - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -3562,9 +3568,9 @@ BODYPARAMETER : educationClass - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -3572,6 +3578,7 @@ BODYPARAMETER : educationClass - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3624,16 +3631,16 @@ BODYPARAMETER : educationClass - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -3840,7 +3847,7 @@ BODYPARAMETER : educationClass - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -3851,7 +3858,7 @@ BODYPARAMETER : educationClass - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -3978,7 +3985,7 @@ BODYPARAMETER : educationClass - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -3987,6 +3994,247 @@ BODYPARAMETER : educationClass - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4373,7 +4621,7 @@ BODYPARAMETER : educationClass - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -4475,7 +4723,7 @@ BODYPARAMETER : educationClass - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -4487,7 +4735,7 @@ BODYPARAMETER : educationClass - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4852,7 +5100,7 @@ GROUP : group - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -4876,12 +5124,12 @@ GROUP : group - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -5124,13 +5372,13 @@ GROUP : group - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5139,9 +5387,9 @@ GROUP : group - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5236,18 +5484,18 @@ GROUP : group - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -5255,7 +5503,7 @@ GROUP : group - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -5264,7 +5512,7 @@ GROUP : group - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5281,7 +5529,7 @@ GROUP : group - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -5600,7 +5848,7 @@ GROUP : group - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -6295,10 +6543,55 @@ GROUP : group - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -6336,7 +6629,7 @@ GROUP : group - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6554,45 +6847,6 @@ GROUP : group - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -7192,7 +7446,7 @@ GROUP : group - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7619,7 +7873,7 @@ GROUP : group - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7637,7 +7891,7 @@ GROUP : group - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -7646,9 +7900,9 @@ GROUP : group - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -7656,6 +7910,7 @@ GROUP : group - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7708,16 +7963,16 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -7924,7 +8179,7 @@ GROUP : group - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -7935,7 +8190,7 @@ GROUP : group - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -8062,7 +8317,7 @@ GROUP : group - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -8071,6 +8326,247 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8457,7 +8953,7 @@ GROUP : group - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -8559,7 +9055,7 @@ GROUP : group - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -8571,7 +9067,7 @@ GROUP : group - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8958,7 +9454,7 @@ MEMBERS : All users in the class. Nullable. - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -8982,12 +9478,12 @@ MEMBERS : All users in the class. Nullable. - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -9219,13 +9715,13 @@ MEMBERS : All users in the class. Nullable. - `[Approvals ]`: - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9234,9 +9730,9 @@ MEMBERS : All users in the class. Nullable. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9331,18 +9827,18 @@ MEMBERS : All users in the class. Nullable. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9350,7 +9846,7 @@ MEMBERS : All users in the class. Nullable. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9359,7 +9855,7 @@ MEMBERS : All users in the class. Nullable. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9376,7 +9872,7 @@ MEMBERS : All users in the class. Nullable. - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -9695,7 +10191,7 @@ MEMBERS : All users in the class. Nullable. - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -10390,10 +10886,55 @@ MEMBERS : All users in the class. Nullable. - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -10431,7 +10972,7 @@ MEMBERS : All users in the class. Nullable. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10649,45 +11190,6 @@ MEMBERS : All users in the class. Nullable. - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -11287,7 +11789,7 @@ MEMBERS : All users in the class. Nullable. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -11714,7 +12216,7 @@ MEMBERS : All users in the class. Nullable. - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -11732,7 +12234,7 @@ MEMBERS : All users in the class. Nullable. - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -11741,9 +12243,9 @@ MEMBERS : All users in the class. Nullable. - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -11751,6 +12253,7 @@ MEMBERS : All users in the class. Nullable. - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -11803,16 +12306,16 @@ MEMBERS : All users in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -12019,7 +12522,7 @@ MEMBERS : All users in the class. Nullable. - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -12030,7 +12533,7 @@ MEMBERS : All users in the class. Nullable. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -12157,7 +12660,7 @@ MEMBERS : All users in the class. Nullable. - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -12166,6 +12669,247 @@ MEMBERS : All users in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -12552,7 +13296,7 @@ MEMBERS : All users in the class. Nullable. - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -12654,7 +13398,7 @@ MEMBERS : All users in the class. Nullable. - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -12666,7 +13410,7 @@ MEMBERS : All users in the class. Nullable. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -13159,7 +13903,7 @@ SCHOOLS : All schools that this class is assoc - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates @@ -13175,12 +13919,12 @@ SCHOOLS : All schools that this class is assoc - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -13416,13 +14160,13 @@ SCHOOLS : All schools that this class is assoc - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13431,9 +14175,9 @@ SCHOOLS : All schools that this class is assoc - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13528,18 +14272,18 @@ SCHOOLS : All schools that this class is assoc - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -13547,7 +14291,7 @@ SCHOOLS : All schools that this class is assoc - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -13556,7 +14300,7 @@ SCHOOLS : All schools that this class is assoc - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13573,7 +14317,7 @@ SCHOOLS : All schools that this class is assoc - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -13892,7 +14636,7 @@ SCHOOLS : All schools that this class is assoc - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -14587,10 +15331,55 @@ SCHOOLS : All schools that this class is assoc - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -14628,7 +15417,7 @@ SCHOOLS : All schools that this class is assoc - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -14846,45 +15635,6 @@ SCHOOLS : All schools that this class is assoc - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -15484,7 +16234,7 @@ SCHOOLS : All schools that this class is assoc - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -15911,7 +16661,7 @@ SCHOOLS : All schools that this class is assoc - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -15929,7 +16679,7 @@ SCHOOLS : All schools that this class is assoc - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -15938,9 +16688,9 @@ SCHOOLS : All schools that this class is assoc - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -15948,6 +16698,7 @@ SCHOOLS : All schools that this class is assoc - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -16000,16 +16751,16 @@ SCHOOLS : All schools that this class is assoc - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -16216,7 +16967,7 @@ SCHOOLS : All schools that this class is assoc - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -16227,7 +16978,7 @@ SCHOOLS : All schools that this class is assoc - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -16354,7 +17105,7 @@ SCHOOLS : All schools that this class is assoc - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -16363,6 +17114,247 @@ SCHOOLS : All schools that this class is assoc - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -16745,7 +17737,7 @@ SCHOOLS : All schools that this class is assoc - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -16847,7 +17839,7 @@ SCHOOLS : All schools that this class is assoc - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -16859,7 +17851,7 @@ SCHOOLS : All schools that this class is assoc - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -17324,7 +18316,7 @@ TEACHERS : All teachers in the class. Nullable. - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -17348,12 +18340,12 @@ TEACHERS : All teachers in the class. Nullable. - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -17585,13 +18577,13 @@ TEACHERS : All teachers in the class. Nullable. - `[Approvals ]`: - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -17600,9 +18592,9 @@ TEACHERS : All teachers in the class. Nullable. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -17697,18 +18689,18 @@ TEACHERS : All teachers in the class. Nullable. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -17716,7 +18708,7 @@ TEACHERS : All teachers in the class. Nullable. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -17725,7 +18717,7 @@ TEACHERS : All teachers in the class. Nullable. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -17742,7 +18734,7 @@ TEACHERS : All teachers in the class. Nullable. - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -18061,7 +19053,7 @@ TEACHERS : All teachers in the class. Nullable. - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -18756,10 +19748,55 @@ TEACHERS : All teachers in the class. Nullable. - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -18797,7 +19834,7 @@ TEACHERS : All teachers in the class. Nullable. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -19015,45 +20052,6 @@ TEACHERS : All teachers in the class. Nullable. - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -19653,7 +20651,7 @@ TEACHERS : All teachers in the class. Nullable. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -20080,7 +21078,7 @@ TEACHERS : All teachers in the class. Nullable. - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -20098,7 +21096,7 @@ TEACHERS : All teachers in the class. Nullable. - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -20107,9 +21105,9 @@ TEACHERS : All teachers in the class. Nullable. - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -20117,6 +21115,7 @@ TEACHERS : All teachers in the class. Nullable. - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -20169,16 +21168,16 @@ TEACHERS : All teachers in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -20385,7 +21384,7 @@ TEACHERS : All teachers in the class. Nullable. - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -20396,7 +21395,7 @@ TEACHERS : All teachers in the class. Nullable. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -20523,7 +21522,7 @@ TEACHERS : All teachers in the class. Nullable. - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -20532,6 +21531,247 @@ TEACHERS : All teachers in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -20918,7 +22158,7 @@ TEACHERS : All teachers in the class. Nullable. - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -21020,7 +22260,7 @@ TEACHERS : All teachers in the class. Nullable. - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -21032,7 +22272,7 @@ TEACHERS : All teachers in the class. Nullable. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Education/Education/docs/v1.0-beta/New-MgEducationSchool.md b/src/Education/Education/docs/v1.0-beta/New-MgEducationSchool.md index 9418731e4a3..5fc3be54f6c 100644 --- a/src/Education/Education/docs/v1.0-beta/New-MgEducationSchool.md +++ b/src/Education/Education/docs/v1.0-beta/New-MgEducationSchool.md @@ -683,7 +683,7 @@ BODYPARAMETER : educationSchool - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates @@ -699,12 +699,12 @@ BODYPARAMETER : educationSchool - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -940,13 +940,13 @@ BODYPARAMETER : educationSchool - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -955,9 +955,9 @@ BODYPARAMETER : educationSchool - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1052,18 +1052,18 @@ BODYPARAMETER : educationSchool - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -1071,7 +1071,7 @@ BODYPARAMETER : educationSchool - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -1080,7 +1080,7 @@ BODYPARAMETER : educationSchool - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1097,7 +1097,7 @@ BODYPARAMETER : educationSchool - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -1416,7 +1416,7 @@ BODYPARAMETER : educationSchool - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -2111,10 +2111,55 @@ BODYPARAMETER : educationSchool - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -2152,7 +2197,7 @@ BODYPARAMETER : educationSchool - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2370,45 +2415,6 @@ BODYPARAMETER : educationSchool - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3008,7 +3014,7 @@ BODYPARAMETER : educationSchool - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -3435,7 +3441,7 @@ BODYPARAMETER : educationSchool - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3453,7 +3459,7 @@ BODYPARAMETER : educationSchool - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -3462,9 +3468,9 @@ BODYPARAMETER : educationSchool - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -3472,6 +3478,7 @@ BODYPARAMETER : educationSchool - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3524,16 +3531,16 @@ BODYPARAMETER : educationSchool - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -3740,7 +3747,7 @@ BODYPARAMETER : educationSchool - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -3751,7 +3758,7 @@ BODYPARAMETER : educationSchool - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -3878,7 +3885,7 @@ BODYPARAMETER : educationSchool - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -3887,6 +3894,247 @@ BODYPARAMETER : educationSchool - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4269,7 +4517,7 @@ BODYPARAMETER : educationSchool - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -4371,7 +4619,7 @@ BODYPARAMETER : educationSchool - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -4383,7 +4631,7 @@ BODYPARAMETER : educationSchool - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4837,7 +5085,7 @@ CLASSES : Classes taught at the school. Nullabl - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -4861,12 +5109,12 @@ CLASSES : Classes taught at the school. Nullabl - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -5102,13 +5350,13 @@ CLASSES : Classes taught at the school. Nullabl - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5117,9 +5365,9 @@ CLASSES : Classes taught at the school. Nullabl - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5214,18 +5462,18 @@ CLASSES : Classes taught at the school. Nullabl - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -5233,7 +5481,7 @@ CLASSES : Classes taught at the school. Nullabl - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -5242,7 +5490,7 @@ CLASSES : Classes taught at the school. Nullabl - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5259,7 +5507,7 @@ CLASSES : Classes taught at the school. Nullabl - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -5578,7 +5826,7 @@ CLASSES : Classes taught at the school. Nullabl - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -6273,10 +6521,55 @@ CLASSES : Classes taught at the school. Nullabl - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -6314,7 +6607,7 @@ CLASSES : Classes taught at the school. Nullabl - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6532,45 +6825,6 @@ CLASSES : Classes taught at the school. Nullabl - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -7170,7 +7424,7 @@ CLASSES : Classes taught at the school. Nullabl - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7597,7 +7851,7 @@ CLASSES : Classes taught at the school. Nullabl - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7615,7 +7869,7 @@ CLASSES : Classes taught at the school. Nullabl - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -7624,9 +7878,9 @@ CLASSES : Classes taught at the school. Nullabl - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -7634,6 +7888,7 @@ CLASSES : Classes taught at the school. Nullabl - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7686,16 +7941,16 @@ CLASSES : Classes taught at the school. Nullabl - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -7902,7 +8157,7 @@ CLASSES : Classes taught at the school. Nullabl - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -7913,7 +8168,7 @@ CLASSES : Classes taught at the school. Nullabl - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -8040,7 +8295,7 @@ CLASSES : Classes taught at the school. Nullabl - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -8049,6 +8304,247 @@ CLASSES : Classes taught at the school. Nullabl - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8435,7 +8931,7 @@ CLASSES : Classes taught at the school. Nullabl - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -8537,7 +9033,7 @@ CLASSES : Classes taught at the school. Nullabl - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -8549,7 +9045,7 @@ CLASSES : Classes taught at the school. Nullabl - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -9040,7 +9536,7 @@ USERS : Users in the school. Nullable. - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -9064,12 +9560,12 @@ USERS : Users in the school. Nullable. - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -9301,13 +9797,13 @@ USERS : Users in the school. Nullable. - `[Approvals ]`: - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9316,9 +9812,9 @@ USERS : Users in the school. Nullable. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9413,18 +9909,18 @@ USERS : Users in the school. Nullable. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9432,7 +9928,7 @@ USERS : Users in the school. Nullable. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9441,7 +9937,7 @@ USERS : Users in the school. Nullable. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9458,7 +9954,7 @@ USERS : Users in the school. Nullable. - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -9777,7 +10273,7 @@ USERS : Users in the school. Nullable. - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -10472,10 +10968,55 @@ USERS : Users in the school. Nullable. - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -10513,7 +11054,7 @@ USERS : Users in the school. Nullable. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10731,45 +11272,6 @@ USERS : Users in the school. Nullable. - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -11369,7 +11871,7 @@ USERS : Users in the school. Nullable. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -11796,7 +12298,7 @@ USERS : Users in the school. Nullable. - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -11814,7 +12316,7 @@ USERS : Users in the school. Nullable. - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -11823,9 +12325,9 @@ USERS : Users in the school. Nullable. - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -11833,6 +12335,7 @@ USERS : Users in the school. Nullable. - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -11885,16 +12388,16 @@ USERS : Users in the school. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -12101,7 +12604,7 @@ USERS : Users in the school. Nullable. - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -12112,7 +12615,7 @@ USERS : Users in the school. Nullable. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -12239,7 +12742,7 @@ USERS : Users in the school. Nullable. - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -12248,6 +12751,247 @@ USERS : Users in the school. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -12634,7 +13378,7 @@ USERS : Users in the school. Nullable. - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -12736,7 +13480,7 @@ USERS : Users in the school. Nullable. - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -12748,7 +13492,7 @@ USERS : Users in the school. Nullable. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Education/Education/docs/v1.0-beta/New-MgEducationUser.md b/src/Education/Education/docs/v1.0-beta/New-MgEducationUser.md index 418d2da6052..449713fbd6a 100644 --- a/src/Education/Education/docs/v1.0-beta/New-MgEducationUser.md +++ b/src/Education/Education/docs/v1.0-beta/New-MgEducationUser.md @@ -1094,7 +1094,7 @@ BODYPARAMETER : educationUser - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -1118,12 +1118,12 @@ BODYPARAMETER : educationUser - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -1355,13 +1355,13 @@ BODYPARAMETER : educationUser - `[Approvals ]`: - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -1370,9 +1370,9 @@ BODYPARAMETER : educationUser - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1467,18 +1467,18 @@ BODYPARAMETER : educationUser - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -1486,7 +1486,7 @@ BODYPARAMETER : educationUser - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -1495,7 +1495,7 @@ BODYPARAMETER : educationUser - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1512,7 +1512,7 @@ BODYPARAMETER : educationUser - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -1831,7 +1831,7 @@ BODYPARAMETER : educationUser - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -2526,10 +2526,55 @@ BODYPARAMETER : educationUser - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -2567,7 +2612,7 @@ BODYPARAMETER : educationUser - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2785,45 +2830,6 @@ BODYPARAMETER : educationUser - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3423,7 +3429,7 @@ BODYPARAMETER : educationUser - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -3850,7 +3856,7 @@ BODYPARAMETER : educationUser - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3868,7 +3874,7 @@ BODYPARAMETER : educationUser - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -3877,9 +3883,9 @@ BODYPARAMETER : educationUser - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -3887,6 +3893,7 @@ BODYPARAMETER : educationUser - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3939,16 +3946,16 @@ BODYPARAMETER : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -4155,7 +4162,7 @@ BODYPARAMETER : educationUser - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -4166,7 +4173,7 @@ BODYPARAMETER : educationUser - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -4293,7 +4300,7 @@ BODYPARAMETER : educationUser - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -4302,6 +4309,247 @@ BODYPARAMETER : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4688,7 +4936,7 @@ BODYPARAMETER : educationUser - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -4790,7 +5038,7 @@ BODYPARAMETER : educationUser - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -4802,7 +5050,7 @@ BODYPARAMETER : educationUser - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -5266,7 +5514,7 @@ CLASSES : Classes to which the user belongs. Nu - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -5290,12 +5538,12 @@ CLASSES : Classes to which the user belongs. Nu - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -5531,13 +5779,13 @@ CLASSES : Classes to which the user belongs. Nu - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5546,9 +5794,9 @@ CLASSES : Classes to which the user belongs. Nu - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5643,18 +5891,18 @@ CLASSES : Classes to which the user belongs. Nu - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -5662,7 +5910,7 @@ CLASSES : Classes to which the user belongs. Nu - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -5671,7 +5919,7 @@ CLASSES : Classes to which the user belongs. Nu - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5688,7 +5936,7 @@ CLASSES : Classes to which the user belongs. Nu - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -6007,7 +6255,7 @@ CLASSES : Classes to which the user belongs. Nu - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -6702,10 +6950,55 @@ CLASSES : Classes to which the user belongs. Nu - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -6743,7 +7036,7 @@ CLASSES : Classes to which the user belongs. Nu - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6961,45 +7254,6 @@ CLASSES : Classes to which the user belongs. Nu - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -7599,7 +7853,7 @@ CLASSES : Classes to which the user belongs. Nu - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -8026,7 +8280,7 @@ CLASSES : Classes to which the user belongs. Nu - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -8044,7 +8298,7 @@ CLASSES : Classes to which the user belongs. Nu - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -8053,9 +8307,9 @@ CLASSES : Classes to which the user belongs. Nu - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -8063,6 +8317,7 @@ CLASSES : Classes to which the user belongs. Nu - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -8115,16 +8370,16 @@ CLASSES : Classes to which the user belongs. Nu - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -8331,7 +8586,7 @@ CLASSES : Classes to which the user belongs. Nu - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -8342,7 +8597,7 @@ CLASSES : Classes to which the user belongs. Nu - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -8469,7 +8724,7 @@ CLASSES : Classes to which the user belongs. Nu - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -8478,6 +8733,247 @@ CLASSES : Classes to which the user belongs. Nu - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8864,7 +9360,7 @@ CLASSES : Classes to which the user belongs. Nu - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -8966,7 +9462,7 @@ CLASSES : Classes to which the user belongs. Nu - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -8978,7 +9474,7 @@ CLASSES : Classes to which the user belongs. Nu - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -9563,7 +10059,7 @@ SCHOOLS : Schools to which the user belongs. N - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates @@ -9579,12 +10075,12 @@ SCHOOLS : Schools to which the user belongs. N - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -9820,13 +10316,13 @@ SCHOOLS : Schools to which the user belongs. N - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9835,9 +10331,9 @@ SCHOOLS : Schools to which the user belongs. N - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9932,18 +10428,18 @@ SCHOOLS : Schools to which the user belongs. N - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9951,7 +10447,7 @@ SCHOOLS : Schools to which the user belongs. N - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9960,7 +10456,7 @@ SCHOOLS : Schools to which the user belongs. N - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9977,7 +10473,7 @@ SCHOOLS : Schools to which the user belongs. N - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -10296,7 +10792,7 @@ SCHOOLS : Schools to which the user belongs. N - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -10991,10 +11487,55 @@ SCHOOLS : Schools to which the user belongs. N - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -11032,7 +11573,7 @@ SCHOOLS : Schools to which the user belongs. N - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -11250,45 +11791,6 @@ SCHOOLS : Schools to which the user belongs. N - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -11888,7 +12390,7 @@ SCHOOLS : Schools to which the user belongs. N - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -12315,7 +12817,7 @@ SCHOOLS : Schools to which the user belongs. N - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -12333,7 +12835,7 @@ SCHOOLS : Schools to which the user belongs. N - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -12342,9 +12844,9 @@ SCHOOLS : Schools to which the user belongs. N - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -12352,6 +12854,7 @@ SCHOOLS : Schools to which the user belongs. N - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -12404,16 +12907,16 @@ SCHOOLS : Schools to which the user belongs. N - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -12620,7 +13123,7 @@ SCHOOLS : Schools to which the user belongs. N - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -12631,7 +13134,7 @@ SCHOOLS : Schools to which the user belongs. N - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -12758,7 +13261,7 @@ SCHOOLS : Schools to which the user belongs. N - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -12767,6 +13270,247 @@ SCHOOLS : Schools to which the user belongs. N - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -13149,7 +13893,7 @@ SCHOOLS : Schools to which the user belongs. N - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -13251,7 +13995,7 @@ SCHOOLS : Schools to which the user belongs. N - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -13263,7 +14007,7 @@ SCHOOLS : Schools to which the user belongs. N - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -13726,7 +14470,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -13750,12 +14494,12 @@ TAUGHTCLASSES : Classes for which the user is a - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -13991,13 +14735,13 @@ TAUGHTCLASSES : Classes for which the user is a - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -14006,9 +14750,9 @@ TAUGHTCLASSES : Classes for which the user is a - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -14103,18 +14847,18 @@ TAUGHTCLASSES : Classes for which the user is a - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -14122,7 +14866,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -14131,7 +14875,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -14148,7 +14892,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -14467,7 +15211,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -15162,10 +15906,55 @@ TAUGHTCLASSES : Classes for which the user is a - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -15203,7 +15992,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15421,45 +16210,6 @@ TAUGHTCLASSES : Classes for which the user is a - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -16059,7 +16809,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -16486,7 +17236,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -16504,7 +17254,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -16513,9 +17263,9 @@ TAUGHTCLASSES : Classes for which the user is a - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -16523,6 +17273,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -16575,16 +17326,16 @@ TAUGHTCLASSES : Classes for which the user is a - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -16791,7 +17542,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -16802,7 +17553,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -16929,7 +17680,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -16938,6 +17689,247 @@ TAUGHTCLASSES : Classes for which the user is a - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -17324,7 +18316,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -17426,7 +18418,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -17438,7 +18430,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -17830,13 +18822,13 @@ USER : user - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -17845,9 +18837,9 @@ USER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -17945,18 +18937,18 @@ USER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -17964,7 +18956,7 @@ USER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -17973,7 +18965,7 @@ USER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -18044,7 +19036,7 @@ USER : user - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -18068,12 +19060,12 @@ USER : user - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -18149,7 +19141,7 @@ USER : user - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -18468,7 +19460,7 @@ USER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -19169,10 +20161,55 @@ USER : user - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -19210,7 +20247,7 @@ USER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -19457,45 +20494,6 @@ USER : user - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -20362,7 +21360,7 @@ USER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -20789,7 +21787,7 @@ USER : user - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -20803,7 +21801,7 @@ USER : user - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -20812,9 +21810,9 @@ USER : user - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -20822,6 +21820,7 @@ USER : user - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -20874,16 +21873,16 @@ USER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -21090,7 +22089,7 @@ USER : user - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -21101,7 +22100,7 @@ USER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -21119,7 +22118,7 @@ USER : user - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -21128,6 +22127,247 @@ USER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -21514,7 +22754,7 @@ USER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -21616,7 +22856,7 @@ USER : user - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -21628,7 +22868,7 @@ USER : user - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Education/Education/docs/v1.0-beta/Update-MgEducationClass.md b/src/Education/Education/docs/v1.0-beta/Update-MgEducationClass.md index 8e94318c552..c032f8c7fc0 100644 --- a/src/Education/Education/docs/v1.0-beta/Update-MgEducationClass.md +++ b/src/Education/Education/docs/v1.0-beta/Update-MgEducationClass.md @@ -845,7 +845,7 @@ BODYPARAMETER : educationClass - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -869,12 +869,12 @@ BODYPARAMETER : educationClass - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -1110,13 +1110,13 @@ BODYPARAMETER : educationClass - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -1125,9 +1125,9 @@ BODYPARAMETER : educationClass - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1222,18 +1222,18 @@ BODYPARAMETER : educationClass - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -1241,7 +1241,7 @@ BODYPARAMETER : educationClass - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -1250,7 +1250,7 @@ BODYPARAMETER : educationClass - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1267,7 +1267,7 @@ BODYPARAMETER : educationClass - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -1586,7 +1586,7 @@ BODYPARAMETER : educationClass - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -2281,10 +2281,55 @@ BODYPARAMETER : educationClass - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -2322,7 +2367,7 @@ BODYPARAMETER : educationClass - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2540,45 +2585,6 @@ BODYPARAMETER : educationClass - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3178,7 +3184,7 @@ BODYPARAMETER : educationClass - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -3605,7 +3611,7 @@ BODYPARAMETER : educationClass - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3623,7 +3629,7 @@ BODYPARAMETER : educationClass - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -3632,9 +3638,9 @@ BODYPARAMETER : educationClass - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -3642,6 +3648,7 @@ BODYPARAMETER : educationClass - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3694,16 +3701,16 @@ BODYPARAMETER : educationClass - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -3910,7 +3917,7 @@ BODYPARAMETER : educationClass - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -3921,7 +3928,7 @@ BODYPARAMETER : educationClass - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -4048,7 +4055,7 @@ BODYPARAMETER : educationClass - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -4057,6 +4064,247 @@ BODYPARAMETER : educationClass - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4443,7 +4691,7 @@ BODYPARAMETER : educationClass - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -4545,7 +4793,7 @@ BODYPARAMETER : educationClass - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -4557,7 +4805,7 @@ BODYPARAMETER : educationClass - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4922,7 +5170,7 @@ GROUP : group - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -4946,12 +5194,12 @@ GROUP : group - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -5194,13 +5442,13 @@ GROUP : group - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5209,9 +5457,9 @@ GROUP : group - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5306,18 +5554,18 @@ GROUP : group - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -5325,7 +5573,7 @@ GROUP : group - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -5334,7 +5582,7 @@ GROUP : group - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5351,7 +5599,7 @@ GROUP : group - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -5670,7 +5918,7 @@ GROUP : group - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -6365,10 +6613,55 @@ GROUP : group - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -6406,7 +6699,7 @@ GROUP : group - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6624,45 +6917,6 @@ GROUP : group - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -7262,7 +7516,7 @@ GROUP : group - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7689,7 +7943,7 @@ GROUP : group - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7707,7 +7961,7 @@ GROUP : group - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -7716,9 +7970,9 @@ GROUP : group - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -7726,6 +7980,7 @@ GROUP : group - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7778,16 +8033,16 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -7994,7 +8249,7 @@ GROUP : group - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -8005,7 +8260,7 @@ GROUP : group - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -8132,7 +8387,7 @@ GROUP : group - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -8141,6 +8396,247 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8527,7 +9023,7 @@ GROUP : group - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -8629,7 +9125,7 @@ GROUP : group - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -8641,7 +9137,7 @@ GROUP : group - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -9042,7 +9538,7 @@ MEMBERS : All users in the class. Nullable. - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -9066,12 +9562,12 @@ MEMBERS : All users in the class. Nullable. - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -9303,13 +9799,13 @@ MEMBERS : All users in the class. Nullable. - `[Approvals ]`: - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9318,9 +9814,9 @@ MEMBERS : All users in the class. Nullable. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9415,18 +9911,18 @@ MEMBERS : All users in the class. Nullable. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9434,7 +9930,7 @@ MEMBERS : All users in the class. Nullable. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9443,7 +9939,7 @@ MEMBERS : All users in the class. Nullable. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9460,7 +9956,7 @@ MEMBERS : All users in the class. Nullable. - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -9779,7 +10275,7 @@ MEMBERS : All users in the class. Nullable. - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -10474,10 +10970,55 @@ MEMBERS : All users in the class. Nullable. - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -10515,7 +11056,7 @@ MEMBERS : All users in the class. Nullable. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10733,45 +11274,6 @@ MEMBERS : All users in the class. Nullable. - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -11371,7 +11873,7 @@ MEMBERS : All users in the class. Nullable. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -11798,7 +12300,7 @@ MEMBERS : All users in the class. Nullable. - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -11816,7 +12318,7 @@ MEMBERS : All users in the class. Nullable. - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -11825,9 +12327,9 @@ MEMBERS : All users in the class. Nullable. - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -11835,6 +12337,7 @@ MEMBERS : All users in the class. Nullable. - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -11887,16 +12390,16 @@ MEMBERS : All users in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -12103,7 +12606,7 @@ MEMBERS : All users in the class. Nullable. - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -12114,7 +12617,7 @@ MEMBERS : All users in the class. Nullable. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -12241,7 +12744,7 @@ MEMBERS : All users in the class. Nullable. - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -12250,6 +12753,247 @@ MEMBERS : All users in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -12636,7 +13380,7 @@ MEMBERS : All users in the class. Nullable. - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -12738,7 +13482,7 @@ MEMBERS : All users in the class. Nullable. - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -12750,7 +13494,7 @@ MEMBERS : All users in the class. Nullable. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -13243,7 +13987,7 @@ SCHOOLS : All schools that this class is assoc - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates @@ -13259,12 +14003,12 @@ SCHOOLS : All schools that this class is assoc - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -13500,13 +14244,13 @@ SCHOOLS : All schools that this class is assoc - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13515,9 +14259,9 @@ SCHOOLS : All schools that this class is assoc - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13612,18 +14356,18 @@ SCHOOLS : All schools that this class is assoc - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -13631,7 +14375,7 @@ SCHOOLS : All schools that this class is assoc - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -13640,7 +14384,7 @@ SCHOOLS : All schools that this class is assoc - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13657,7 +14401,7 @@ SCHOOLS : All schools that this class is assoc - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -13976,7 +14720,7 @@ SCHOOLS : All schools that this class is assoc - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -14671,10 +15415,55 @@ SCHOOLS : All schools that this class is assoc - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -14712,7 +15501,7 @@ SCHOOLS : All schools that this class is assoc - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -14930,45 +15719,6 @@ SCHOOLS : All schools that this class is assoc - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -15568,7 +16318,7 @@ SCHOOLS : All schools that this class is assoc - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -15995,7 +16745,7 @@ SCHOOLS : All schools that this class is assoc - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -16013,7 +16763,7 @@ SCHOOLS : All schools that this class is assoc - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -16022,9 +16772,9 @@ SCHOOLS : All schools that this class is assoc - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -16032,6 +16782,7 @@ SCHOOLS : All schools that this class is assoc - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -16084,16 +16835,16 @@ SCHOOLS : All schools that this class is assoc - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -16300,7 +17051,7 @@ SCHOOLS : All schools that this class is assoc - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -16311,7 +17062,7 @@ SCHOOLS : All schools that this class is assoc - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -16438,7 +17189,7 @@ SCHOOLS : All schools that this class is assoc - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -16447,6 +17198,247 @@ SCHOOLS : All schools that this class is assoc - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -16829,7 +17821,7 @@ SCHOOLS : All schools that this class is assoc - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -16931,7 +17923,7 @@ SCHOOLS : All schools that this class is assoc - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -16943,7 +17935,7 @@ SCHOOLS : All schools that this class is assoc - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -17408,7 +18400,7 @@ TEACHERS : All teachers in the class. Nullable. - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -17432,12 +18424,12 @@ TEACHERS : All teachers in the class. Nullable. - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -17669,13 +18661,13 @@ TEACHERS : All teachers in the class. Nullable. - `[Approvals ]`: - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -17684,9 +18676,9 @@ TEACHERS : All teachers in the class. Nullable. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -17781,18 +18773,18 @@ TEACHERS : All teachers in the class. Nullable. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -17800,7 +18792,7 @@ TEACHERS : All teachers in the class. Nullable. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -17809,7 +18801,7 @@ TEACHERS : All teachers in the class. Nullable. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -17826,7 +18818,7 @@ TEACHERS : All teachers in the class. Nullable. - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -18145,7 +19137,7 @@ TEACHERS : All teachers in the class. Nullable. - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -18840,10 +19832,55 @@ TEACHERS : All teachers in the class. Nullable. - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -18881,7 +19918,7 @@ TEACHERS : All teachers in the class. Nullable. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -19099,45 +20136,6 @@ TEACHERS : All teachers in the class. Nullable. - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -19737,7 +20735,7 @@ TEACHERS : All teachers in the class. Nullable. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -20164,7 +21162,7 @@ TEACHERS : All teachers in the class. Nullable. - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -20182,7 +21180,7 @@ TEACHERS : All teachers in the class. Nullable. - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -20191,9 +21189,9 @@ TEACHERS : All teachers in the class. Nullable. - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -20201,6 +21199,7 @@ TEACHERS : All teachers in the class. Nullable. - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -20253,16 +21252,16 @@ TEACHERS : All teachers in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -20469,7 +21468,7 @@ TEACHERS : All teachers in the class. Nullable. - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -20480,7 +21479,7 @@ TEACHERS : All teachers in the class. Nullable. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -20607,7 +21606,7 @@ TEACHERS : All teachers in the class. Nullable. - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -20616,6 +21615,247 @@ TEACHERS : All teachers in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -21002,7 +22242,7 @@ TEACHERS : All teachers in the class. Nullable. - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -21104,7 +22344,7 @@ TEACHERS : All teachers in the class. Nullable. - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -21116,7 +22356,7 @@ TEACHERS : All teachers in the class. Nullable. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Education/Education/docs/v1.0-beta/Update-MgEducationMe.md b/src/Education/Education/docs/v1.0-beta/Update-MgEducationMe.md index f831cf92aa8..72d67fc1f74 100644 --- a/src/Education/Education/docs/v1.0-beta/Update-MgEducationMe.md +++ b/src/Education/Education/docs/v1.0-beta/Update-MgEducationMe.md @@ -1110,7 +1110,7 @@ BODYPARAMETER : educationUser - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -1134,12 +1134,12 @@ BODYPARAMETER : educationUser - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -1371,13 +1371,13 @@ BODYPARAMETER : educationUser - `[Approvals ]`: - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -1386,9 +1386,9 @@ BODYPARAMETER : educationUser - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1483,18 +1483,18 @@ BODYPARAMETER : educationUser - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -1502,7 +1502,7 @@ BODYPARAMETER : educationUser - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -1511,7 +1511,7 @@ BODYPARAMETER : educationUser - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1528,7 +1528,7 @@ BODYPARAMETER : educationUser - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -1847,7 +1847,7 @@ BODYPARAMETER : educationUser - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -2542,10 +2542,55 @@ BODYPARAMETER : educationUser - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -2583,7 +2628,7 @@ BODYPARAMETER : educationUser - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2801,45 +2846,6 @@ BODYPARAMETER : educationUser - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3439,7 +3445,7 @@ BODYPARAMETER : educationUser - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -3866,7 +3872,7 @@ BODYPARAMETER : educationUser - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3884,7 +3890,7 @@ BODYPARAMETER : educationUser - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -3893,9 +3899,9 @@ BODYPARAMETER : educationUser - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -3903,6 +3909,7 @@ BODYPARAMETER : educationUser - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3955,16 +3962,16 @@ BODYPARAMETER : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -4171,7 +4178,7 @@ BODYPARAMETER : educationUser - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -4182,7 +4189,7 @@ BODYPARAMETER : educationUser - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -4309,7 +4316,7 @@ BODYPARAMETER : educationUser - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -4318,6 +4325,247 @@ BODYPARAMETER : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4704,7 +4952,7 @@ BODYPARAMETER : educationUser - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -4806,7 +5054,7 @@ BODYPARAMETER : educationUser - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -4818,7 +5066,7 @@ BODYPARAMETER : educationUser - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -5282,7 +5530,7 @@ CLASSES : Classes to which the user belongs. Nu - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -5306,12 +5554,12 @@ CLASSES : Classes to which the user belongs. Nu - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -5547,13 +5795,13 @@ CLASSES : Classes to which the user belongs. Nu - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5562,9 +5810,9 @@ CLASSES : Classes to which the user belongs. Nu - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5659,18 +5907,18 @@ CLASSES : Classes to which the user belongs. Nu - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -5678,7 +5926,7 @@ CLASSES : Classes to which the user belongs. Nu - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -5687,7 +5935,7 @@ CLASSES : Classes to which the user belongs. Nu - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5704,7 +5952,7 @@ CLASSES : Classes to which the user belongs. Nu - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -6023,7 +6271,7 @@ CLASSES : Classes to which the user belongs. Nu - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -6718,10 +6966,55 @@ CLASSES : Classes to which the user belongs. Nu - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -6759,7 +7052,7 @@ CLASSES : Classes to which the user belongs. Nu - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6977,45 +7270,6 @@ CLASSES : Classes to which the user belongs. Nu - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -7615,7 +7869,7 @@ CLASSES : Classes to which the user belongs. Nu - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -8042,7 +8296,7 @@ CLASSES : Classes to which the user belongs. Nu - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -8060,7 +8314,7 @@ CLASSES : Classes to which the user belongs. Nu - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -8069,9 +8323,9 @@ CLASSES : Classes to which the user belongs. Nu - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -8079,6 +8333,7 @@ CLASSES : Classes to which the user belongs. Nu - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -8131,16 +8386,16 @@ CLASSES : Classes to which the user belongs. Nu - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -8347,7 +8602,7 @@ CLASSES : Classes to which the user belongs. Nu - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -8358,7 +8613,7 @@ CLASSES : Classes to which the user belongs. Nu - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -8485,7 +8740,7 @@ CLASSES : Classes to which the user belongs. Nu - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -8494,6 +8749,247 @@ CLASSES : Classes to which the user belongs. Nu - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8880,7 +9376,7 @@ CLASSES : Classes to which the user belongs. Nu - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -8982,7 +9478,7 @@ CLASSES : Classes to which the user belongs. Nu - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -8994,7 +9490,7 @@ CLASSES : Classes to which the user belongs. Nu - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -9579,7 +10075,7 @@ SCHOOLS : Schools to which the user belongs. N - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates @@ -9595,12 +10091,12 @@ SCHOOLS : Schools to which the user belongs. N - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -9836,13 +10332,13 @@ SCHOOLS : Schools to which the user belongs. N - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9851,9 +10347,9 @@ SCHOOLS : Schools to which the user belongs. N - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9948,18 +10444,18 @@ SCHOOLS : Schools to which the user belongs. N - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9967,7 +10463,7 @@ SCHOOLS : Schools to which the user belongs. N - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9976,7 +10472,7 @@ SCHOOLS : Schools to which the user belongs. N - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9993,7 +10489,7 @@ SCHOOLS : Schools to which the user belongs. N - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -10312,7 +10808,7 @@ SCHOOLS : Schools to which the user belongs. N - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -11007,10 +11503,55 @@ SCHOOLS : Schools to which the user belongs. N - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -11048,7 +11589,7 @@ SCHOOLS : Schools to which the user belongs. N - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -11266,45 +11807,6 @@ SCHOOLS : Schools to which the user belongs. N - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -11904,7 +12406,7 @@ SCHOOLS : Schools to which the user belongs. N - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -12331,7 +12833,7 @@ SCHOOLS : Schools to which the user belongs. N - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -12349,7 +12851,7 @@ SCHOOLS : Schools to which the user belongs. N - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -12358,9 +12860,9 @@ SCHOOLS : Schools to which the user belongs. N - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -12368,6 +12870,7 @@ SCHOOLS : Schools to which the user belongs. N - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -12420,16 +12923,16 @@ SCHOOLS : Schools to which the user belongs. N - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -12636,7 +13139,7 @@ SCHOOLS : Schools to which the user belongs. N - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -12647,7 +13150,7 @@ SCHOOLS : Schools to which the user belongs. N - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -12774,7 +13277,7 @@ SCHOOLS : Schools to which the user belongs. N - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -12783,6 +13286,247 @@ SCHOOLS : Schools to which the user belongs. N - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -13165,7 +13909,7 @@ SCHOOLS : Schools to which the user belongs. N - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -13267,7 +14011,7 @@ SCHOOLS : Schools to which the user belongs. N - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -13279,7 +14023,7 @@ SCHOOLS : Schools to which the user belongs. N - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -13742,7 +14486,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -13766,12 +14510,12 @@ TAUGHTCLASSES : Classes for which the user is a - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -14007,13 +14751,13 @@ TAUGHTCLASSES : Classes for which the user is a - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -14022,9 +14766,9 @@ TAUGHTCLASSES : Classes for which the user is a - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -14119,18 +14863,18 @@ TAUGHTCLASSES : Classes for which the user is a - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -14138,7 +14882,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -14147,7 +14891,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -14164,7 +14908,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -14483,7 +15227,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -15178,10 +15922,55 @@ TAUGHTCLASSES : Classes for which the user is a - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -15219,7 +16008,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15437,45 +16226,6 @@ TAUGHTCLASSES : Classes for which the user is a - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -16075,7 +16825,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -16502,7 +17252,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -16520,7 +17270,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -16529,9 +17279,9 @@ TAUGHTCLASSES : Classes for which the user is a - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -16539,6 +17289,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -16591,16 +17342,16 @@ TAUGHTCLASSES : Classes for which the user is a - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -16807,7 +17558,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -16818,7 +17569,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -16945,7 +17696,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -16954,6 +17705,247 @@ TAUGHTCLASSES : Classes for which the user is a - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -17340,7 +18332,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -17442,7 +18434,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -17454,7 +18446,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -17846,13 +18838,13 @@ USER : user - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -17861,9 +18853,9 @@ USER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -17961,18 +18953,18 @@ USER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -17980,7 +18972,7 @@ USER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -17989,7 +18981,7 @@ USER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -18060,7 +19052,7 @@ USER : user - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -18084,12 +19076,12 @@ USER : user - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -18165,7 +19157,7 @@ USER : user - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -18484,7 +19476,7 @@ USER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -19185,10 +20177,55 @@ USER : user - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -19226,7 +20263,7 @@ USER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -19473,45 +20510,6 @@ USER : user - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -20378,7 +21376,7 @@ USER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -20805,7 +21803,7 @@ USER : user - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -20819,7 +21817,7 @@ USER : user - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -20828,9 +21826,9 @@ USER : user - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -20838,6 +21836,7 @@ USER : user - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -20890,16 +21889,16 @@ USER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -21106,7 +22105,7 @@ USER : user - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -21117,7 +22116,7 @@ USER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -21135,7 +22134,7 @@ USER : user - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -21144,6 +22143,247 @@ USER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -21530,7 +22770,7 @@ USER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -21632,7 +22872,7 @@ USER : user - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -21644,7 +22884,7 @@ USER : user - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Education/Education/docs/v1.0-beta/Update-MgEducationRoot.md b/src/Education/Education/docs/v1.0-beta/Update-MgEducationRoot.md index 9c2e95f36af..ef7b044e13e 100644 --- a/src/Education/Education/docs/v1.0-beta/Update-MgEducationRoot.md +++ b/src/Education/Education/docs/v1.0-beta/Update-MgEducationRoot.md @@ -424,7 +424,7 @@ BODYPARAMETER : educationRoot - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -448,12 +448,12 @@ BODYPARAMETER : educationRoot - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -689,13 +689,13 @@ BODYPARAMETER : educationRoot - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -704,9 +704,9 @@ BODYPARAMETER : educationRoot - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -801,18 +801,18 @@ BODYPARAMETER : educationRoot - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -820,7 +820,7 @@ BODYPARAMETER : educationRoot - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -829,7 +829,7 @@ BODYPARAMETER : educationRoot - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -846,7 +846,7 @@ BODYPARAMETER : educationRoot - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -1165,7 +1165,7 @@ BODYPARAMETER : educationRoot - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -1860,10 +1860,55 @@ BODYPARAMETER : educationRoot - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -1901,7 +1946,7 @@ BODYPARAMETER : educationRoot - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2119,45 +2164,6 @@ BODYPARAMETER : educationRoot - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -2757,7 +2763,7 @@ BODYPARAMETER : educationRoot - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -3184,7 +3190,7 @@ BODYPARAMETER : educationRoot - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3202,7 +3208,7 @@ BODYPARAMETER : educationRoot - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -3211,9 +3217,9 @@ BODYPARAMETER : educationRoot - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -3221,6 +3227,7 @@ BODYPARAMETER : educationRoot - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3273,16 +3280,16 @@ BODYPARAMETER : educationRoot - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -3489,7 +3496,7 @@ BODYPARAMETER : educationRoot - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -3500,7 +3507,7 @@ BODYPARAMETER : educationRoot - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -3627,7 +3634,7 @@ BODYPARAMETER : educationRoot - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -3636,6 +3643,247 @@ BODYPARAMETER : educationRoot - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4022,7 +4270,7 @@ BODYPARAMETER : educationRoot - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -4124,7 +4372,7 @@ BODYPARAMETER : educationRoot - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -4136,7 +4384,7 @@ BODYPARAMETER : educationRoot - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4639,7 +4887,7 @@ CLASSES : . - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -4663,12 +4911,12 @@ CLASSES : . - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -4904,13 +5152,13 @@ CLASSES : . - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4919,9 +5167,9 @@ CLASSES : . - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5016,18 +5264,18 @@ CLASSES : . - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -5035,7 +5283,7 @@ CLASSES : . - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -5044,7 +5292,7 @@ CLASSES : . - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5061,7 +5309,7 @@ CLASSES : . - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -5380,7 +5628,7 @@ CLASSES : . - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -6075,10 +6323,55 @@ CLASSES : . - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -6116,7 +6409,7 @@ CLASSES : . - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6334,45 +6627,6 @@ CLASSES : . - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -6972,7 +7226,7 @@ CLASSES : . - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7399,7 +7653,7 @@ CLASSES : . - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7417,7 +7671,7 @@ CLASSES : . - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -7426,9 +7680,9 @@ CLASSES : . - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -7436,6 +7690,7 @@ CLASSES : . - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7488,16 +7743,16 @@ CLASSES : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -7704,7 +7959,7 @@ CLASSES : . - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -7715,7 +7970,7 @@ CLASSES : . - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -7842,7 +8097,7 @@ CLASSES : . - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -7851,6 +8106,247 @@ CLASSES : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8237,7 +8733,7 @@ CLASSES : . - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -8339,7 +8835,7 @@ CLASSES : . - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -8351,7 +8847,7 @@ CLASSES : . - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8834,7 +9330,7 @@ ME : educationUser - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -8858,12 +9354,12 @@ ME : educationUser - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -9095,13 +9591,13 @@ ME : educationUser - `[Approvals ]`: - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9110,9 +9606,9 @@ ME : educationUser - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9207,18 +9703,18 @@ ME : educationUser - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9226,7 +9722,7 @@ ME : educationUser - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9235,7 +9731,7 @@ ME : educationUser - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9252,7 +9748,7 @@ ME : educationUser - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -9571,7 +10067,7 @@ ME : educationUser - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -10266,10 +10762,55 @@ ME : educationUser - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -10307,7 +10848,7 @@ ME : educationUser - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10525,45 +11066,6 @@ ME : educationUser - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -11163,7 +11665,7 @@ ME : educationUser - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -11590,7 +12092,7 @@ ME : educationUser - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -11608,7 +12110,7 @@ ME : educationUser - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -11617,9 +12119,9 @@ ME : educationUser - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -11627,6 +12129,7 @@ ME : educationUser - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -11679,16 +12182,16 @@ ME : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -11895,7 +12398,7 @@ ME : educationUser - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -11906,7 +12409,7 @@ ME : educationUser - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -12033,7 +12536,7 @@ ME : educationUser - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -12042,6 +12545,247 @@ ME : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -12428,7 +13172,7 @@ ME : educationUser - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -12530,7 +13274,7 @@ ME : educationUser - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -12542,7 +13286,7 @@ ME : educationUser - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -13035,7 +13779,7 @@ SCHOOLS : . - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates @@ -13051,12 +13795,12 @@ SCHOOLS : . - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -13292,13 +14036,13 @@ SCHOOLS : . - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13307,9 +14051,9 @@ SCHOOLS : . - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13404,18 +14148,18 @@ SCHOOLS : . - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -13423,7 +14167,7 @@ SCHOOLS : . - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -13432,7 +14176,7 @@ SCHOOLS : . - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13449,7 +14193,7 @@ SCHOOLS : . - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -13768,7 +14512,7 @@ SCHOOLS : . - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -14463,10 +15207,55 @@ SCHOOLS : . - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -14504,7 +15293,7 @@ SCHOOLS : . - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -14722,45 +15511,6 @@ SCHOOLS : . - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -15360,7 +16110,7 @@ SCHOOLS : . - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -15787,7 +16537,7 @@ SCHOOLS : . - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -15805,7 +16555,7 @@ SCHOOLS : . - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -15814,9 +16564,9 @@ SCHOOLS : . - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -15824,6 +16574,7 @@ SCHOOLS : . - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -15876,16 +16627,16 @@ SCHOOLS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -16092,7 +16843,7 @@ SCHOOLS : . - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -16103,7 +16854,7 @@ SCHOOLS : . - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -16230,7 +16981,7 @@ SCHOOLS : . - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -16239,6 +16990,247 @@ SCHOOLS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -16621,7 +17613,7 @@ SCHOOLS : . - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -16723,7 +17715,7 @@ SCHOOLS : . - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -16735,7 +17727,7 @@ SCHOOLS : . - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -17230,7 +18222,7 @@ USERS : . - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -17254,12 +18246,12 @@ USERS : . - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -17491,13 +18483,13 @@ USERS : . - `[Approvals ]`: - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -17506,9 +18498,9 @@ USERS : . - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -17603,18 +18595,18 @@ USERS : . - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -17622,7 +18614,7 @@ USERS : . - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -17631,7 +18623,7 @@ USERS : . - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -17648,7 +18640,7 @@ USERS : . - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -17967,7 +18959,7 @@ USERS : . - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -18662,10 +19654,55 @@ USERS : . - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -18703,7 +19740,7 @@ USERS : . - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -18921,45 +19958,6 @@ USERS : . - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -19559,7 +20557,7 @@ USERS : . - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -19986,7 +20984,7 @@ USERS : . - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -20004,7 +21002,7 @@ USERS : . - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -20013,9 +21011,9 @@ USERS : . - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -20023,6 +21021,7 @@ USERS : . - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -20075,16 +21074,16 @@ USERS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -20291,7 +21290,7 @@ USERS : . - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -20302,7 +21301,7 @@ USERS : . - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -20429,7 +21428,7 @@ USERS : . - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -20438,6 +21437,247 @@ USERS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -20824,7 +22064,7 @@ USERS : . - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -20926,7 +22166,7 @@ USERS : . - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -20938,7 +22178,7 @@ USERS : . - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Education/Education/docs/v1.0-beta/Update-MgEducationSchool.md b/src/Education/Education/docs/v1.0-beta/Update-MgEducationSchool.md index 973f9998ae2..f2207bf7bbd 100644 --- a/src/Education/Education/docs/v1.0-beta/Update-MgEducationSchool.md +++ b/src/Education/Education/docs/v1.0-beta/Update-MgEducationSchool.md @@ -750,7 +750,7 @@ BODYPARAMETER : educationSchool - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates @@ -766,12 +766,12 @@ BODYPARAMETER : educationSchool - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -1007,13 +1007,13 @@ BODYPARAMETER : educationSchool - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -1022,9 +1022,9 @@ BODYPARAMETER : educationSchool - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1119,18 +1119,18 @@ BODYPARAMETER : educationSchool - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -1138,7 +1138,7 @@ BODYPARAMETER : educationSchool - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -1147,7 +1147,7 @@ BODYPARAMETER : educationSchool - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1164,7 +1164,7 @@ BODYPARAMETER : educationSchool - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -1483,7 +1483,7 @@ BODYPARAMETER : educationSchool - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -2178,10 +2178,55 @@ BODYPARAMETER : educationSchool - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -2219,7 +2264,7 @@ BODYPARAMETER : educationSchool - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2437,45 +2482,6 @@ BODYPARAMETER : educationSchool - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3075,7 +3081,7 @@ BODYPARAMETER : educationSchool - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -3502,7 +3508,7 @@ BODYPARAMETER : educationSchool - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3520,7 +3526,7 @@ BODYPARAMETER : educationSchool - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -3529,9 +3535,9 @@ BODYPARAMETER : educationSchool - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -3539,6 +3545,7 @@ BODYPARAMETER : educationSchool - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3591,16 +3598,16 @@ BODYPARAMETER : educationSchool - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -3807,7 +3814,7 @@ BODYPARAMETER : educationSchool - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -3818,7 +3825,7 @@ BODYPARAMETER : educationSchool - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -3945,7 +3952,7 @@ BODYPARAMETER : educationSchool - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -3954,6 +3961,247 @@ BODYPARAMETER : educationSchool - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4336,7 +4584,7 @@ BODYPARAMETER : educationSchool - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -4438,7 +4686,7 @@ BODYPARAMETER : educationSchool - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -4450,7 +4698,7 @@ BODYPARAMETER : educationSchool - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4904,7 +5152,7 @@ CLASSES : Classes taught at the school. Nullabl - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -4928,12 +5176,12 @@ CLASSES : Classes taught at the school. Nullabl - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -5169,13 +5417,13 @@ CLASSES : Classes taught at the school. Nullabl - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5184,9 +5432,9 @@ CLASSES : Classes taught at the school. Nullabl - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5281,18 +5529,18 @@ CLASSES : Classes taught at the school. Nullabl - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -5300,7 +5548,7 @@ CLASSES : Classes taught at the school. Nullabl - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -5309,7 +5557,7 @@ CLASSES : Classes taught at the school. Nullabl - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5326,7 +5574,7 @@ CLASSES : Classes taught at the school. Nullabl - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -5645,7 +5893,7 @@ CLASSES : Classes taught at the school. Nullabl - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -6340,10 +6588,55 @@ CLASSES : Classes taught at the school. Nullabl - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -6381,7 +6674,7 @@ CLASSES : Classes taught at the school. Nullabl - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6599,45 +6892,6 @@ CLASSES : Classes taught at the school. Nullabl - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -7237,7 +7491,7 @@ CLASSES : Classes taught at the school. Nullabl - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7664,7 +7918,7 @@ CLASSES : Classes taught at the school. Nullabl - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7682,7 +7936,7 @@ CLASSES : Classes taught at the school. Nullabl - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -7691,9 +7945,9 @@ CLASSES : Classes taught at the school. Nullabl - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -7701,6 +7955,7 @@ CLASSES : Classes taught at the school. Nullabl - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7753,16 +8008,16 @@ CLASSES : Classes taught at the school. Nullabl - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -7969,7 +8224,7 @@ CLASSES : Classes taught at the school. Nullabl - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -7980,7 +8235,7 @@ CLASSES : Classes taught at the school. Nullabl - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -8107,7 +8362,7 @@ CLASSES : Classes taught at the school. Nullabl - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -8116,6 +8371,247 @@ CLASSES : Classes taught at the school. Nullabl - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8502,7 +8998,7 @@ CLASSES : Classes taught at the school. Nullabl - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -8604,7 +9100,7 @@ CLASSES : Classes taught at the school. Nullabl - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -8616,7 +9112,7 @@ CLASSES : Classes taught at the school. Nullabl - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -9121,7 +9617,7 @@ USERS : Users in the school. Nullable. - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -9145,12 +9641,12 @@ USERS : Users in the school. Nullable. - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -9382,13 +9878,13 @@ USERS : Users in the school. Nullable. - `[Approvals ]`: - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9397,9 +9893,9 @@ USERS : Users in the school. Nullable. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9494,18 +9990,18 @@ USERS : Users in the school. Nullable. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9513,7 +10009,7 @@ USERS : Users in the school. Nullable. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9522,7 +10018,7 @@ USERS : Users in the school. Nullable. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9539,7 +10035,7 @@ USERS : Users in the school. Nullable. - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -9858,7 +10354,7 @@ USERS : Users in the school. Nullable. - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -10553,10 +11049,55 @@ USERS : Users in the school. Nullable. - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -10594,7 +11135,7 @@ USERS : Users in the school. Nullable. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10812,45 +11353,6 @@ USERS : Users in the school. Nullable. - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -11450,7 +11952,7 @@ USERS : Users in the school. Nullable. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -11877,7 +12379,7 @@ USERS : Users in the school. Nullable. - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -11895,7 +12397,7 @@ USERS : Users in the school. Nullable. - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -11904,9 +12406,9 @@ USERS : Users in the school. Nullable. - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -11914,6 +12416,7 @@ USERS : Users in the school. Nullable. - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -11966,16 +12469,16 @@ USERS : Users in the school. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -12182,7 +12685,7 @@ USERS : Users in the school. Nullable. - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -12193,7 +12696,7 @@ USERS : Users in the school. Nullable. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -12320,7 +12823,7 @@ USERS : Users in the school. Nullable. - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -12329,6 +12832,247 @@ USERS : Users in the school. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -12715,7 +13459,7 @@ USERS : Users in the school. Nullable. - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -12817,7 +13561,7 @@ USERS : Users in the school. Nullable. - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -12829,7 +13573,7 @@ USERS : Users in the school. Nullable. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Education/Education/docs/v1.0-beta/Update-MgEducationUser.md b/src/Education/Education/docs/v1.0-beta/Update-MgEducationUser.md index 768b9e8f58d..b26d10e61e8 100644 --- a/src/Education/Education/docs/v1.0-beta/Update-MgEducationUser.md +++ b/src/Education/Education/docs/v1.0-beta/Update-MgEducationUser.md @@ -1169,7 +1169,7 @@ BODYPARAMETER : educationUser - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -1193,12 +1193,12 @@ BODYPARAMETER : educationUser - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -1430,13 +1430,13 @@ BODYPARAMETER : educationUser - `[Approvals ]`: - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -1445,9 +1445,9 @@ BODYPARAMETER : educationUser - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1542,18 +1542,18 @@ BODYPARAMETER : educationUser - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -1561,7 +1561,7 @@ BODYPARAMETER : educationUser - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -1570,7 +1570,7 @@ BODYPARAMETER : educationUser - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1587,7 +1587,7 @@ BODYPARAMETER : educationUser - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -1906,7 +1906,7 @@ BODYPARAMETER : educationUser - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -2601,10 +2601,55 @@ BODYPARAMETER : educationUser - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -2642,7 +2687,7 @@ BODYPARAMETER : educationUser - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2860,45 +2905,6 @@ BODYPARAMETER : educationUser - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3498,7 +3504,7 @@ BODYPARAMETER : educationUser - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -3925,7 +3931,7 @@ BODYPARAMETER : educationUser - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3943,7 +3949,7 @@ BODYPARAMETER : educationUser - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -3952,9 +3958,9 @@ BODYPARAMETER : educationUser - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -3962,6 +3968,7 @@ BODYPARAMETER : educationUser - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -4014,16 +4021,16 @@ BODYPARAMETER : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -4230,7 +4237,7 @@ BODYPARAMETER : educationUser - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -4241,7 +4248,7 @@ BODYPARAMETER : educationUser - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -4368,7 +4375,7 @@ BODYPARAMETER : educationUser - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -4377,6 +4384,247 @@ BODYPARAMETER : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4763,7 +5011,7 @@ BODYPARAMETER : educationUser - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -4865,7 +5113,7 @@ BODYPARAMETER : educationUser - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -4877,7 +5125,7 @@ BODYPARAMETER : educationUser - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -5341,7 +5589,7 @@ CLASSES : Classes to which the user belongs. Nu - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -5365,12 +5613,12 @@ CLASSES : Classes to which the user belongs. Nu - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -5606,13 +5854,13 @@ CLASSES : Classes to which the user belongs. Nu - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5621,9 +5869,9 @@ CLASSES : Classes to which the user belongs. Nu - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5718,18 +5966,18 @@ CLASSES : Classes to which the user belongs. Nu - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -5737,7 +5985,7 @@ CLASSES : Classes to which the user belongs. Nu - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -5746,7 +5994,7 @@ CLASSES : Classes to which the user belongs. Nu - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5763,7 +6011,7 @@ CLASSES : Classes to which the user belongs. Nu - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -6082,7 +6330,7 @@ CLASSES : Classes to which the user belongs. Nu - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -6777,10 +7025,55 @@ CLASSES : Classes to which the user belongs. Nu - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -6818,7 +7111,7 @@ CLASSES : Classes to which the user belongs. Nu - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7036,45 +7329,6 @@ CLASSES : Classes to which the user belongs. Nu - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -7674,7 +7928,7 @@ CLASSES : Classes to which the user belongs. Nu - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -8101,7 +8355,7 @@ CLASSES : Classes to which the user belongs. Nu - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -8119,7 +8373,7 @@ CLASSES : Classes to which the user belongs. Nu - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -8128,9 +8382,9 @@ CLASSES : Classes to which the user belongs. Nu - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -8138,6 +8392,7 @@ CLASSES : Classes to which the user belongs. Nu - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -8190,16 +8445,16 @@ CLASSES : Classes to which the user belongs. Nu - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -8406,7 +8661,7 @@ CLASSES : Classes to which the user belongs. Nu - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -8417,7 +8672,7 @@ CLASSES : Classes to which the user belongs. Nu - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -8544,7 +8799,7 @@ CLASSES : Classes to which the user belongs. Nu - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -8553,6 +8808,247 @@ CLASSES : Classes to which the user belongs. Nu - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8939,7 +9435,7 @@ CLASSES : Classes to which the user belongs. Nu - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -9041,7 +9537,7 @@ CLASSES : Classes to which the user belongs. Nu - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -9053,7 +9549,7 @@ CLASSES : Classes to which the user belongs. Nu - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -9652,7 +10148,7 @@ SCHOOLS : Schools to which the user belongs. N - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates @@ -9668,12 +10164,12 @@ SCHOOLS : Schools to which the user belongs. N - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -9909,13 +10405,13 @@ SCHOOLS : Schools to which the user belongs. N - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9924,9 +10420,9 @@ SCHOOLS : Schools to which the user belongs. N - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -10021,18 +10517,18 @@ SCHOOLS : Schools to which the user belongs. N - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -10040,7 +10536,7 @@ SCHOOLS : Schools to which the user belongs. N - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -10049,7 +10545,7 @@ SCHOOLS : Schools to which the user belongs. N - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10066,7 +10562,7 @@ SCHOOLS : Schools to which the user belongs. N - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -10385,7 +10881,7 @@ SCHOOLS : Schools to which the user belongs. N - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -11080,10 +11576,55 @@ SCHOOLS : Schools to which the user belongs. N - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -11121,7 +11662,7 @@ SCHOOLS : Schools to which the user belongs. N - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -11339,45 +11880,6 @@ SCHOOLS : Schools to which the user belongs. N - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -11977,7 +12479,7 @@ SCHOOLS : Schools to which the user belongs. N - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -12404,7 +12906,7 @@ SCHOOLS : Schools to which the user belongs. N - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -12422,7 +12924,7 @@ SCHOOLS : Schools to which the user belongs. N - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -12431,9 +12933,9 @@ SCHOOLS : Schools to which the user belongs. N - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -12441,6 +12943,7 @@ SCHOOLS : Schools to which the user belongs. N - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -12493,16 +12996,16 @@ SCHOOLS : Schools to which the user belongs. N - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -12709,7 +13212,7 @@ SCHOOLS : Schools to which the user belongs. N - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -12720,7 +13223,7 @@ SCHOOLS : Schools to which the user belongs. N - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -12847,7 +13350,7 @@ SCHOOLS : Schools to which the user belongs. N - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -12856,6 +13359,247 @@ SCHOOLS : Schools to which the user belongs. N - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -13238,7 +13982,7 @@ SCHOOLS : Schools to which the user belongs. N - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -13340,7 +14084,7 @@ SCHOOLS : Schools to which the user belongs. N - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -13352,7 +14096,7 @@ SCHOOLS : Schools to which the user belongs. N - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -13815,7 +14559,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -13839,12 +14583,12 @@ TAUGHTCLASSES : Classes for which the user is a - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -14080,13 +14824,13 @@ TAUGHTCLASSES : Classes for which the user is a - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -14095,9 +14839,9 @@ TAUGHTCLASSES : Classes for which the user is a - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -14192,18 +14936,18 @@ TAUGHTCLASSES : Classes for which the user is a - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -14211,7 +14955,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -14220,7 +14964,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -14237,7 +14981,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -14556,7 +15300,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -15251,10 +15995,55 @@ TAUGHTCLASSES : Classes for which the user is a - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -15292,7 +16081,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15510,45 +16299,6 @@ TAUGHTCLASSES : Classes for which the user is a - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -16148,7 +16898,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -16575,7 +17325,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -16593,7 +17343,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -16602,9 +17352,9 @@ TAUGHTCLASSES : Classes for which the user is a - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -16612,6 +17362,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -16664,16 +17415,16 @@ TAUGHTCLASSES : Classes for which the user is a - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -16880,7 +17631,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -16891,7 +17642,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -17018,7 +17769,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -17027,6 +17778,247 @@ TAUGHTCLASSES : Classes for which the user is a - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -17413,7 +18405,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -17515,7 +18507,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -17527,7 +18519,7 @@ TAUGHTCLASSES : Classes for which the user is a - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -17919,13 +18911,13 @@ USER : user - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -17934,9 +18926,9 @@ USER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -18034,18 +19026,18 @@ USER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -18053,7 +19045,7 @@ USER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -18062,7 +19054,7 @@ USER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -18133,7 +19125,7 @@ USER : user - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -18157,12 +19149,12 @@ USER : user - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - `[OccurrenceId ]`: - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -18238,7 +19230,7 @@ USER : user - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -18557,7 +19549,7 @@ USER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -19258,10 +20250,55 @@ USER : user - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -19299,7 +20336,7 @@ USER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -19546,45 +20583,6 @@ USER : user - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -20451,7 +21449,7 @@ USER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -20878,7 +21876,7 @@ USER : user - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -20892,7 +21890,7 @@ USER : user - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -20901,9 +21899,9 @@ USER : user - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -20911,6 +21909,7 @@ USER : user - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -20963,16 +21962,16 @@ USER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsDialInBypassEnabled ]`: Specifies whether or not to always let dial-in callers bypass the lobby. Optional. - `[Scope ]`: lobbyBypassScope - - `[MeetingAttendanceReport ]`: meetingAttendanceReport + - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -21179,7 +22178,7 @@ USER : user - `[PersonNotes ]`: Free-form notes that the user has taken about this person. - `[PersonType ]`: The type of person. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[Sources ]`: The sources the user data comes from, for example Directory or Outlook Contacts. - `[Type ]`: The type of data source. @@ -21190,7 +22189,7 @@ USER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -21208,7 +22207,7 @@ USER : user - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -21217,6 +22216,247 @@ USER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -21603,7 +22843,7 @@ USER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -21705,7 +22945,7 @@ USER : user - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -21717,7 +22957,7 @@ USER : user - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Education/Education/docs/v1.0/Microsoft.Graph.Education.md b/src/Education/Education/docs/v1.0/Microsoft.Graph.Education.md index 24ec5e0cb5e..357215ef294 100644 --- a/src/Education/Education/docs/v1.0/Microsoft.Graph.Education.md +++ b/src/Education/Education/docs/v1.0/Microsoft.Graph.Education.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Education -Module Guid: 5d8e5e97-2707-4fd7-963b-3957401a2c02 +Module Guid: 06ae9817-2da7-4aa3-813d-dad69ff5ec62 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.education Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Education/Education/docs/v1.0/New-MgEducationClass.md b/src/Education/Education/docs/v1.0/New-MgEducationClass.md index 81203d61392..e4fdc7a973c 100644 --- a/src/Education/Education/docs/v1.0/New-MgEducationClass.md +++ b/src/Education/Education/docs/v1.0/New-MgEducationClass.md @@ -773,7 +773,7 @@ BODYPARAMETER : educationClass - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -795,11 +795,11 @@ BODYPARAMETER : educationClass - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -978,10 +978,10 @@ BODYPARAMETER : educationClass - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -989,9 +989,9 @@ BODYPARAMETER : educationClass - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1028,7 +1028,7 @@ BODYPARAMETER : educationClass - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1045,7 +1045,7 @@ BODYPARAMETER : educationClass - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -1235,7 +1235,7 @@ BODYPARAMETER : educationClass - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -1860,6 +1860,7 @@ BODYPARAMETER : educationClass - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1945,7 +1946,7 @@ BODYPARAMETER : educationClass - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2569,7 +2570,7 @@ BODYPARAMETER : educationClass - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2754,7 +2755,7 @@ BODYPARAMETER : educationClass - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -2787,7 +2788,7 @@ BODYPARAMETER : educationClass - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -2845,7 +2846,7 @@ BODYPARAMETER : educationClass - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -2886,7 +2887,7 @@ BODYPARAMETER : educationClass - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -2902,7 +2903,7 @@ BODYPARAMETER : educationClass - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -2981,7 +2982,7 @@ BODYPARAMETER : educationClass - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -2999,7 +3000,7 @@ BODYPARAMETER : educationClass - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -3022,14 +3023,14 @@ BODYPARAMETER : educationClass - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -3366,7 +3367,7 @@ GROUP : group - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -3388,11 +3389,11 @@ GROUP : group - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -3578,10 +3579,10 @@ GROUP : group - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3589,9 +3590,9 @@ GROUP : group - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3628,7 +3629,7 @@ GROUP : group - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3645,7 +3646,7 @@ GROUP : group - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -3835,7 +3836,7 @@ GROUP : group - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -4460,6 +4461,7 @@ GROUP : group - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -4545,7 +4547,7 @@ GROUP : group - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5169,7 +5171,7 @@ GROUP : group - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -5354,7 +5356,7 @@ GROUP : group - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -5387,7 +5389,7 @@ GROUP : group - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -5445,7 +5447,7 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -5486,7 +5488,7 @@ GROUP : group - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -5502,7 +5504,7 @@ GROUP : group - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -5581,7 +5583,7 @@ GROUP : group - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -5599,7 +5601,7 @@ GROUP : group - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -5622,14 +5624,14 @@ GROUP : group - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -5989,7 +5991,7 @@ MEMBERS : All users in the class. Nullable. - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -6011,11 +6013,11 @@ MEMBERS : All users in the class. Nullable. - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -6190,10 +6192,10 @@ MEMBERS : All users in the class. Nullable. - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -6201,9 +6203,9 @@ MEMBERS : All users in the class. Nullable. - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -6240,7 +6242,7 @@ MEMBERS : All users in the class. Nullable. - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6257,7 +6259,7 @@ MEMBERS : All users in the class. Nullable. - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -6447,7 +6449,7 @@ MEMBERS : All users in the class. Nullable. - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -7072,6 +7074,7 @@ MEMBERS : All users in the class. Nullable. - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -7157,7 +7160,7 @@ MEMBERS : All users in the class. Nullable. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7781,7 +7784,7 @@ MEMBERS : All users in the class. Nullable. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7966,7 +7969,7 @@ MEMBERS : All users in the class. Nullable. - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -7999,7 +8002,7 @@ MEMBERS : All users in the class. Nullable. - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -8057,7 +8060,7 @@ MEMBERS : All users in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -8098,7 +8101,7 @@ MEMBERS : All users in the class. Nullable. - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -8114,7 +8117,7 @@ MEMBERS : All users in the class. Nullable. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -8193,7 +8196,7 @@ MEMBERS : All users in the class. Nullable. - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -8211,7 +8214,7 @@ MEMBERS : All users in the class. Nullable. - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -8234,14 +8237,14 @@ MEMBERS : All users in the class. Nullable. - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8704,7 +8707,7 @@ SCHOOLS : All schools that this class is asso - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates @@ -8720,11 +8723,11 @@ SCHOOLS : All schools that this class is asso - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -8903,10 +8906,10 @@ SCHOOLS : All schools that this class is asso - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8914,9 +8917,9 @@ SCHOOLS : All schools that this class is asso - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8953,7 +8956,7 @@ SCHOOLS : All schools that this class is asso - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -8970,7 +8973,7 @@ SCHOOLS : All schools that this class is asso - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -9160,7 +9163,7 @@ SCHOOLS : All schools that this class is asso - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -9785,6 +9788,7 @@ SCHOOLS : All schools that this class is asso - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -9870,7 +9874,7 @@ SCHOOLS : All schools that this class is asso - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10494,7 +10498,7 @@ SCHOOLS : All schools that this class is asso - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -10679,7 +10683,7 @@ SCHOOLS : All schools that this class is asso - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -10712,7 +10716,7 @@ SCHOOLS : All schools that this class is asso - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -10770,7 +10774,7 @@ SCHOOLS : All schools that this class is asso - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -10811,7 +10815,7 @@ SCHOOLS : All schools that this class is asso - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -10827,7 +10831,7 @@ SCHOOLS : All schools that this class is asso - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -10906,7 +10910,7 @@ SCHOOLS : All schools that this class is asso - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -10920,7 +10924,7 @@ SCHOOLS : All schools that this class is asso - `[Responsibilities ]`: A list for the user to enumerate their responsibilities. Returned only on $select. - `[Schools ]`: A list for the user to enumerate the schools they have attended. Returned only on $select. - `[ScopedRoleMemberOf ]`: The scoped-role administrative unit memberships for this user. Read-only. Nullable. - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -10943,14 +10947,14 @@ SCHOOLS : All schools that this class is asso - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -11387,7 +11391,7 @@ TEACHERS : All teachers in the class. Nullable. - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -11409,11 +11413,11 @@ TEACHERS : All teachers in the class. Nullable. - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -11588,10 +11592,10 @@ TEACHERS : All teachers in the class. Nullable. - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -11599,9 +11603,9 @@ TEACHERS : All teachers in the class. Nullable. - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -11638,7 +11642,7 @@ TEACHERS : All teachers in the class. Nullable. - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -11655,7 +11659,7 @@ TEACHERS : All teachers in the class. Nullable. - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -11845,7 +11849,7 @@ TEACHERS : All teachers in the class. Nullable. - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -12470,6 +12474,7 @@ TEACHERS : All teachers in the class. Nullable. - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -12555,7 +12560,7 @@ TEACHERS : All teachers in the class. Nullable. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -13179,7 +13184,7 @@ TEACHERS : All teachers in the class. Nullable. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -13364,7 +13369,7 @@ TEACHERS : All teachers in the class. Nullable. - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -13397,7 +13402,7 @@ TEACHERS : All teachers in the class. Nullable. - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -13455,7 +13460,7 @@ TEACHERS : All teachers in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -13496,7 +13501,7 @@ TEACHERS : All teachers in the class. Nullable. - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -13512,7 +13517,7 @@ TEACHERS : All teachers in the class. Nullable. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -13591,7 +13596,7 @@ TEACHERS : All teachers in the class. Nullable. - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -13609,7 +13614,7 @@ TEACHERS : All teachers in the class. Nullable. - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -13632,14 +13637,14 @@ TEACHERS : All teachers in the class. Nullable. - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Education/Education/docs/v1.0/New-MgEducationSchool.md b/src/Education/Education/docs/v1.0/New-MgEducationSchool.md index 3e1bdfa2782..1706a07368b 100644 --- a/src/Education/Education/docs/v1.0/New-MgEducationSchool.md +++ b/src/Education/Education/docs/v1.0/New-MgEducationSchool.md @@ -677,7 +677,7 @@ BODYPARAMETER : educationSchool - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates @@ -693,11 +693,11 @@ BODYPARAMETER : educationSchool - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -876,10 +876,10 @@ BODYPARAMETER : educationSchool - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -887,9 +887,9 @@ BODYPARAMETER : educationSchool - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -926,7 +926,7 @@ BODYPARAMETER : educationSchool - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -943,7 +943,7 @@ BODYPARAMETER : educationSchool - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -1133,7 +1133,7 @@ BODYPARAMETER : educationSchool - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -1758,6 +1758,7 @@ BODYPARAMETER : educationSchool - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1843,7 +1844,7 @@ BODYPARAMETER : educationSchool - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2467,7 +2468,7 @@ BODYPARAMETER : educationSchool - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2652,7 +2653,7 @@ BODYPARAMETER : educationSchool - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -2685,7 +2686,7 @@ BODYPARAMETER : educationSchool - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -2743,7 +2744,7 @@ BODYPARAMETER : educationSchool - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -2784,7 +2785,7 @@ BODYPARAMETER : educationSchool - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -2800,7 +2801,7 @@ BODYPARAMETER : educationSchool - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -2879,7 +2880,7 @@ BODYPARAMETER : educationSchool - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -2893,7 +2894,7 @@ BODYPARAMETER : educationSchool - `[Responsibilities ]`: A list for the user to enumerate their responsibilities. Returned only on $select. - `[Schools ]`: A list for the user to enumerate the schools they have attended. Returned only on $select. - `[ScopedRoleMemberOf ]`: The scoped-role administrative unit memberships for this user. Read-only. Nullable. - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -2916,14 +2917,14 @@ BODYPARAMETER : educationSchool - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -3349,7 +3350,7 @@ CLASSES : Classes taught at the school. Nullab - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -3371,11 +3372,11 @@ CLASSES : Classes taught at the school. Nullab - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -3554,10 +3555,10 @@ CLASSES : Classes taught at the school. Nullab - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3565,9 +3566,9 @@ CLASSES : Classes taught at the school. Nullab - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3604,7 +3605,7 @@ CLASSES : Classes taught at the school. Nullab - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3621,7 +3622,7 @@ CLASSES : Classes taught at the school. Nullab - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -3811,7 +3812,7 @@ CLASSES : Classes taught at the school. Nullab - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -4436,6 +4437,7 @@ CLASSES : Classes taught at the school. Nullab - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -4521,7 +4523,7 @@ CLASSES : Classes taught at the school. Nullab - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5145,7 +5147,7 @@ CLASSES : Classes taught at the school. Nullab - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -5330,7 +5332,7 @@ CLASSES : Classes taught at the school. Nullab - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -5363,7 +5365,7 @@ CLASSES : Classes taught at the school. Nullab - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -5421,7 +5423,7 @@ CLASSES : Classes taught at the school. Nullab - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -5462,7 +5464,7 @@ CLASSES : Classes taught at the school. Nullab - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -5478,7 +5480,7 @@ CLASSES : Classes taught at the school. Nullab - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -5557,7 +5559,7 @@ CLASSES : Classes taught at the school. Nullab - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -5575,7 +5577,7 @@ CLASSES : Classes taught at the school. Nullab - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -5598,14 +5600,14 @@ CLASSES : Classes taught at the school. Nullab - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -6068,7 +6070,7 @@ USERS : Users in the school. Nullable. - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -6090,11 +6092,11 @@ USERS : Users in the school. Nullable. - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -6269,10 +6271,10 @@ USERS : Users in the school. Nullable. - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -6280,9 +6282,9 @@ USERS : Users in the school. Nullable. - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -6319,7 +6321,7 @@ USERS : Users in the school. Nullable. - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6336,7 +6338,7 @@ USERS : Users in the school. Nullable. - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -6526,7 +6528,7 @@ USERS : Users in the school. Nullable. - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -7151,6 +7153,7 @@ USERS : Users in the school. Nullable. - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -7236,7 +7239,7 @@ USERS : Users in the school. Nullable. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7860,7 +7863,7 @@ USERS : Users in the school. Nullable. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -8045,7 +8048,7 @@ USERS : Users in the school. Nullable. - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -8078,7 +8081,7 @@ USERS : Users in the school. Nullable. - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -8136,7 +8139,7 @@ USERS : Users in the school. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -8177,7 +8180,7 @@ USERS : Users in the school. Nullable. - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -8193,7 +8196,7 @@ USERS : Users in the school. Nullable. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -8272,7 +8275,7 @@ USERS : Users in the school. Nullable. - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -8290,7 +8293,7 @@ USERS : Users in the school. Nullable. - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -8313,14 +8316,14 @@ USERS : Users in the school. Nullable. - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Education/Education/docs/v1.0/New-MgEducationUser.md b/src/Education/Education/docs/v1.0/New-MgEducationUser.md index ea07f1a3d37..48993777625 100644 --- a/src/Education/Education/docs/v1.0/New-MgEducationUser.md +++ b/src/Education/Education/docs/v1.0/New-MgEducationUser.md @@ -1092,7 +1092,7 @@ BODYPARAMETER : educationUser - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -1114,11 +1114,11 @@ BODYPARAMETER : educationUser - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -1293,10 +1293,10 @@ BODYPARAMETER : educationUser - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -1304,9 +1304,9 @@ BODYPARAMETER : educationUser - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1343,7 +1343,7 @@ BODYPARAMETER : educationUser - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1360,7 +1360,7 @@ BODYPARAMETER : educationUser - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -1550,7 +1550,7 @@ BODYPARAMETER : educationUser - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -2175,6 +2175,7 @@ BODYPARAMETER : educationUser - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -2260,7 +2261,7 @@ BODYPARAMETER : educationUser - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2884,7 +2885,7 @@ BODYPARAMETER : educationUser - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -3069,7 +3070,7 @@ BODYPARAMETER : educationUser - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -3102,7 +3103,7 @@ BODYPARAMETER : educationUser - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -3160,7 +3161,7 @@ BODYPARAMETER : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -3201,7 +3202,7 @@ BODYPARAMETER : educationUser - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -3217,7 +3218,7 @@ BODYPARAMETER : educationUser - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -3296,7 +3297,7 @@ BODYPARAMETER : educationUser - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -3314,7 +3315,7 @@ BODYPARAMETER : educationUser - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -3337,14 +3338,14 @@ BODYPARAMETER : educationUser - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -3780,7 +3781,7 @@ CLASSES : Classes to which the user belongs. N - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -3802,11 +3803,11 @@ CLASSES : Classes to which the user belongs. N - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -3985,10 +3986,10 @@ CLASSES : Classes to which the user belongs. N - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3996,9 +3997,9 @@ CLASSES : Classes to which the user belongs. N - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4035,7 +4036,7 @@ CLASSES : Classes to which the user belongs. N - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -4052,7 +4053,7 @@ CLASSES : Classes to which the user belongs. N - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -4242,7 +4243,7 @@ CLASSES : Classes to which the user belongs. N - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -4867,6 +4868,7 @@ CLASSES : Classes to which the user belongs. N - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -4952,7 +4954,7 @@ CLASSES : Classes to which the user belongs. N - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5576,7 +5578,7 @@ CLASSES : Classes to which the user belongs. N - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -5761,7 +5763,7 @@ CLASSES : Classes to which the user belongs. N - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -5794,7 +5796,7 @@ CLASSES : Classes to which the user belongs. N - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -5852,7 +5854,7 @@ CLASSES : Classes to which the user belongs. N - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -5893,7 +5895,7 @@ CLASSES : Classes to which the user belongs. N - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -5909,7 +5911,7 @@ CLASSES : Classes to which the user belongs. N - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -5988,7 +5990,7 @@ CLASSES : Classes to which the user belongs. N - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -6006,7 +6008,7 @@ CLASSES : Classes to which the user belongs. N - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -6029,14 +6031,14 @@ CLASSES : Classes to which the user belongs. N - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -6586,7 +6588,7 @@ SCHOOLS : Schools to which the user belongs. - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates @@ -6602,11 +6604,11 @@ SCHOOLS : Schools to which the user belongs. - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -6785,10 +6787,10 @@ SCHOOLS : Schools to which the user belongs. - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -6796,9 +6798,9 @@ SCHOOLS : Schools to which the user belongs. - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -6835,7 +6837,7 @@ SCHOOLS : Schools to which the user belongs. - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6852,7 +6854,7 @@ SCHOOLS : Schools to which the user belongs. - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -7042,7 +7044,7 @@ SCHOOLS : Schools to which the user belongs. - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -7667,6 +7669,7 @@ SCHOOLS : Schools to which the user belongs. - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -7752,7 +7755,7 @@ SCHOOLS : Schools to which the user belongs. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -8376,7 +8379,7 @@ SCHOOLS : Schools to which the user belongs. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -8561,7 +8564,7 @@ SCHOOLS : Schools to which the user belongs. - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -8594,7 +8597,7 @@ SCHOOLS : Schools to which the user belongs. - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -8652,7 +8655,7 @@ SCHOOLS : Schools to which the user belongs. - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -8693,7 +8696,7 @@ SCHOOLS : Schools to which the user belongs. - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -8709,7 +8712,7 @@ SCHOOLS : Schools to which the user belongs. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -8788,7 +8791,7 @@ SCHOOLS : Schools to which the user belongs. - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -8802,7 +8805,7 @@ SCHOOLS : Schools to which the user belongs. - `[Responsibilities ]`: A list for the user to enumerate their responsibilities. Returned only on $select. - `[Schools ]`: A list for the user to enumerate the schools they have attended. Returned only on $select. - `[ScopedRoleMemberOf ]`: The scoped-role administrative unit memberships for this user. Read-only. Nullable. - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -8825,14 +8828,14 @@ SCHOOLS : Schools to which the user belongs. - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -9267,7 +9270,7 @@ TAUGHTCLASSES : Classes for which the user is - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -9289,11 +9292,11 @@ TAUGHTCLASSES : Classes for which the user is - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -9472,10 +9475,10 @@ TAUGHTCLASSES : Classes for which the user is - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9483,9 +9486,9 @@ TAUGHTCLASSES : Classes for which the user is - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9522,7 +9525,7 @@ TAUGHTCLASSES : Classes for which the user is - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9539,7 +9542,7 @@ TAUGHTCLASSES : Classes for which the user is - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -9729,7 +9732,7 @@ TAUGHTCLASSES : Classes for which the user is - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -10354,6 +10357,7 @@ TAUGHTCLASSES : Classes for which the user is - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -10439,7 +10443,7 @@ TAUGHTCLASSES : Classes for which the user is - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -11063,7 +11067,7 @@ TAUGHTCLASSES : Classes for which the user is - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -11248,7 +11252,7 @@ TAUGHTCLASSES : Classes for which the user is - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -11281,7 +11285,7 @@ TAUGHTCLASSES : Classes for which the user is - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -11339,7 +11343,7 @@ TAUGHTCLASSES : Classes for which the user is - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -11380,7 +11384,7 @@ TAUGHTCLASSES : Classes for which the user is - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -11396,7 +11400,7 @@ TAUGHTCLASSES : Classes for which the user is - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -11475,7 +11479,7 @@ TAUGHTCLASSES : Classes for which the user is - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -11493,7 +11497,7 @@ TAUGHTCLASSES : Classes for which the user is - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -11516,14 +11520,14 @@ TAUGHTCLASSES : Classes for which the user is - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -11839,10 +11843,10 @@ USER : user - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -11850,9 +11854,9 @@ USER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -11892,7 +11896,7 @@ USER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -11961,7 +11965,7 @@ USER : user - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -11983,11 +11987,11 @@ USER : user - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -12062,7 +12066,7 @@ USER : user - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -12259,7 +12263,7 @@ USER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -12887,6 +12891,7 @@ USER : user - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -12972,7 +12977,7 @@ USER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -13828,7 +13833,7 @@ USER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -14013,7 +14018,7 @@ USER : user - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -14042,7 +14047,7 @@ USER : user - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -14100,7 +14105,7 @@ USER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -14141,7 +14146,7 @@ USER : user - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -14157,7 +14162,7 @@ USER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -14165,7 +14170,7 @@ USER : user - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -14183,7 +14188,7 @@ USER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -14206,14 +14211,14 @@ USER : user - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Education/Education/docs/v1.0/Update-MgEducationClass.md b/src/Education/Education/docs/v1.0/Update-MgEducationClass.md index c3b83a6a130..5624ad2a048 100644 --- a/src/Education/Education/docs/v1.0/Update-MgEducationClass.md +++ b/src/Education/Education/docs/v1.0/Update-MgEducationClass.md @@ -843,7 +843,7 @@ BODYPARAMETER : educationClass - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -865,11 +865,11 @@ BODYPARAMETER : educationClass - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -1048,10 +1048,10 @@ BODYPARAMETER : educationClass - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -1059,9 +1059,9 @@ BODYPARAMETER : educationClass - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1098,7 +1098,7 @@ BODYPARAMETER : educationClass - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1115,7 +1115,7 @@ BODYPARAMETER : educationClass - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -1305,7 +1305,7 @@ BODYPARAMETER : educationClass - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -1930,6 +1930,7 @@ BODYPARAMETER : educationClass - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -2015,7 +2016,7 @@ BODYPARAMETER : educationClass - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2639,7 +2640,7 @@ BODYPARAMETER : educationClass - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2824,7 +2825,7 @@ BODYPARAMETER : educationClass - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -2857,7 +2858,7 @@ BODYPARAMETER : educationClass - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -2915,7 +2916,7 @@ BODYPARAMETER : educationClass - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -2956,7 +2957,7 @@ BODYPARAMETER : educationClass - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -2972,7 +2973,7 @@ BODYPARAMETER : educationClass - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -3051,7 +3052,7 @@ BODYPARAMETER : educationClass - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -3069,7 +3070,7 @@ BODYPARAMETER : educationClass - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -3092,14 +3093,14 @@ BODYPARAMETER : educationClass - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -3436,7 +3437,7 @@ GROUP : group - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -3458,11 +3459,11 @@ GROUP : group - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -3648,10 +3649,10 @@ GROUP : group - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3659,9 +3660,9 @@ GROUP : group - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3698,7 +3699,7 @@ GROUP : group - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3715,7 +3716,7 @@ GROUP : group - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -3905,7 +3906,7 @@ GROUP : group - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -4530,6 +4531,7 @@ GROUP : group - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -4615,7 +4617,7 @@ GROUP : group - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5239,7 +5241,7 @@ GROUP : group - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -5424,7 +5426,7 @@ GROUP : group - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -5457,7 +5459,7 @@ GROUP : group - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -5515,7 +5517,7 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -5556,7 +5558,7 @@ GROUP : group - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -5572,7 +5574,7 @@ GROUP : group - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -5651,7 +5653,7 @@ GROUP : group - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -5669,7 +5671,7 @@ GROUP : group - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -5692,14 +5694,14 @@ GROUP : group - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -6073,7 +6075,7 @@ MEMBERS : All users in the class. Nullable. - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -6095,11 +6097,11 @@ MEMBERS : All users in the class. Nullable. - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -6274,10 +6276,10 @@ MEMBERS : All users in the class. Nullable. - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -6285,9 +6287,9 @@ MEMBERS : All users in the class. Nullable. - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -6324,7 +6326,7 @@ MEMBERS : All users in the class. Nullable. - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6341,7 +6343,7 @@ MEMBERS : All users in the class. Nullable. - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -6531,7 +6533,7 @@ MEMBERS : All users in the class. Nullable. - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -7156,6 +7158,7 @@ MEMBERS : All users in the class. Nullable. - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -7241,7 +7244,7 @@ MEMBERS : All users in the class. Nullable. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7865,7 +7868,7 @@ MEMBERS : All users in the class. Nullable. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -8050,7 +8053,7 @@ MEMBERS : All users in the class. Nullable. - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -8083,7 +8086,7 @@ MEMBERS : All users in the class. Nullable. - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -8141,7 +8144,7 @@ MEMBERS : All users in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -8182,7 +8185,7 @@ MEMBERS : All users in the class. Nullable. - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -8198,7 +8201,7 @@ MEMBERS : All users in the class. Nullable. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -8277,7 +8280,7 @@ MEMBERS : All users in the class. Nullable. - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -8295,7 +8298,7 @@ MEMBERS : All users in the class. Nullable. - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -8318,14 +8321,14 @@ MEMBERS : All users in the class. Nullable. - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8788,7 +8791,7 @@ SCHOOLS : All schools that this class is asso - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates @@ -8804,11 +8807,11 @@ SCHOOLS : All schools that this class is asso - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -8987,10 +8990,10 @@ SCHOOLS : All schools that this class is asso - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8998,9 +9001,9 @@ SCHOOLS : All schools that this class is asso - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9037,7 +9040,7 @@ SCHOOLS : All schools that this class is asso - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9054,7 +9057,7 @@ SCHOOLS : All schools that this class is asso - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -9244,7 +9247,7 @@ SCHOOLS : All schools that this class is asso - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -9869,6 +9872,7 @@ SCHOOLS : All schools that this class is asso - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -9954,7 +9958,7 @@ SCHOOLS : All schools that this class is asso - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10578,7 +10582,7 @@ SCHOOLS : All schools that this class is asso - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -10763,7 +10767,7 @@ SCHOOLS : All schools that this class is asso - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -10796,7 +10800,7 @@ SCHOOLS : All schools that this class is asso - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -10854,7 +10858,7 @@ SCHOOLS : All schools that this class is asso - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -10895,7 +10899,7 @@ SCHOOLS : All schools that this class is asso - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -10911,7 +10915,7 @@ SCHOOLS : All schools that this class is asso - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -10990,7 +10994,7 @@ SCHOOLS : All schools that this class is asso - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -11004,7 +11008,7 @@ SCHOOLS : All schools that this class is asso - `[Responsibilities ]`: A list for the user to enumerate their responsibilities. Returned only on $select. - `[Schools ]`: A list for the user to enumerate the schools they have attended. Returned only on $select. - `[ScopedRoleMemberOf ]`: The scoped-role administrative unit memberships for this user. Read-only. Nullable. - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -11027,14 +11031,14 @@ SCHOOLS : All schools that this class is asso - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -11471,7 +11475,7 @@ TEACHERS : All teachers in the class. Nullable. - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -11493,11 +11497,11 @@ TEACHERS : All teachers in the class. Nullable. - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -11672,10 +11676,10 @@ TEACHERS : All teachers in the class. Nullable. - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -11683,9 +11687,9 @@ TEACHERS : All teachers in the class. Nullable. - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -11722,7 +11726,7 @@ TEACHERS : All teachers in the class. Nullable. - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -11739,7 +11743,7 @@ TEACHERS : All teachers in the class. Nullable. - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -11929,7 +11933,7 @@ TEACHERS : All teachers in the class. Nullable. - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -12554,6 +12558,7 @@ TEACHERS : All teachers in the class. Nullable. - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -12639,7 +12644,7 @@ TEACHERS : All teachers in the class. Nullable. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -13263,7 +13268,7 @@ TEACHERS : All teachers in the class. Nullable. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -13448,7 +13453,7 @@ TEACHERS : All teachers in the class. Nullable. - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -13481,7 +13486,7 @@ TEACHERS : All teachers in the class. Nullable. - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -13539,7 +13544,7 @@ TEACHERS : All teachers in the class. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -13580,7 +13585,7 @@ TEACHERS : All teachers in the class. Nullable. - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -13596,7 +13601,7 @@ TEACHERS : All teachers in the class. Nullable. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -13675,7 +13680,7 @@ TEACHERS : All teachers in the class. Nullable. - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -13693,7 +13698,7 @@ TEACHERS : All teachers in the class. Nullable. - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -13716,14 +13721,14 @@ TEACHERS : All teachers in the class. Nullable. - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Education/Education/docs/v1.0/Update-MgEducationMe.md b/src/Education/Education/docs/v1.0/Update-MgEducationMe.md index f750435226d..be88e76f97d 100644 --- a/src/Education/Education/docs/v1.0/Update-MgEducationMe.md +++ b/src/Education/Education/docs/v1.0/Update-MgEducationMe.md @@ -1108,7 +1108,7 @@ BODYPARAMETER : educationUser - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -1130,11 +1130,11 @@ BODYPARAMETER : educationUser - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -1309,10 +1309,10 @@ BODYPARAMETER : educationUser - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -1320,9 +1320,9 @@ BODYPARAMETER : educationUser - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1359,7 +1359,7 @@ BODYPARAMETER : educationUser - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1376,7 +1376,7 @@ BODYPARAMETER : educationUser - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -1566,7 +1566,7 @@ BODYPARAMETER : educationUser - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -2191,6 +2191,7 @@ BODYPARAMETER : educationUser - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -2276,7 +2277,7 @@ BODYPARAMETER : educationUser - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2900,7 +2901,7 @@ BODYPARAMETER : educationUser - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -3085,7 +3086,7 @@ BODYPARAMETER : educationUser - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -3118,7 +3119,7 @@ BODYPARAMETER : educationUser - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -3176,7 +3177,7 @@ BODYPARAMETER : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -3217,7 +3218,7 @@ BODYPARAMETER : educationUser - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -3233,7 +3234,7 @@ BODYPARAMETER : educationUser - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -3312,7 +3313,7 @@ BODYPARAMETER : educationUser - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -3330,7 +3331,7 @@ BODYPARAMETER : educationUser - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -3353,14 +3354,14 @@ BODYPARAMETER : educationUser - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -3796,7 +3797,7 @@ CLASSES : Classes to which the user belongs. N - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -3818,11 +3819,11 @@ CLASSES : Classes to which the user belongs. N - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -4001,10 +4002,10 @@ CLASSES : Classes to which the user belongs. N - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4012,9 +4013,9 @@ CLASSES : Classes to which the user belongs. N - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4051,7 +4052,7 @@ CLASSES : Classes to which the user belongs. N - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -4068,7 +4069,7 @@ CLASSES : Classes to which the user belongs. N - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -4258,7 +4259,7 @@ CLASSES : Classes to which the user belongs. N - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -4883,6 +4884,7 @@ CLASSES : Classes to which the user belongs. N - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -4968,7 +4970,7 @@ CLASSES : Classes to which the user belongs. N - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5592,7 +5594,7 @@ CLASSES : Classes to which the user belongs. N - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -5777,7 +5779,7 @@ CLASSES : Classes to which the user belongs. N - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -5810,7 +5812,7 @@ CLASSES : Classes to which the user belongs. N - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -5868,7 +5870,7 @@ CLASSES : Classes to which the user belongs. N - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -5909,7 +5911,7 @@ CLASSES : Classes to which the user belongs. N - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -5925,7 +5927,7 @@ CLASSES : Classes to which the user belongs. N - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -6004,7 +6006,7 @@ CLASSES : Classes to which the user belongs. N - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -6022,7 +6024,7 @@ CLASSES : Classes to which the user belongs. N - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -6045,14 +6047,14 @@ CLASSES : Classes to which the user belongs. N - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -6602,7 +6604,7 @@ SCHOOLS : Schools to which the user belongs. - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates @@ -6618,11 +6620,11 @@ SCHOOLS : Schools to which the user belongs. - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -6801,10 +6803,10 @@ SCHOOLS : Schools to which the user belongs. - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -6812,9 +6814,9 @@ SCHOOLS : Schools to which the user belongs. - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -6851,7 +6853,7 @@ SCHOOLS : Schools to which the user belongs. - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6868,7 +6870,7 @@ SCHOOLS : Schools to which the user belongs. - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -7058,7 +7060,7 @@ SCHOOLS : Schools to which the user belongs. - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -7683,6 +7685,7 @@ SCHOOLS : Schools to which the user belongs. - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -7768,7 +7771,7 @@ SCHOOLS : Schools to which the user belongs. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -8392,7 +8395,7 @@ SCHOOLS : Schools to which the user belongs. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -8577,7 +8580,7 @@ SCHOOLS : Schools to which the user belongs. - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -8610,7 +8613,7 @@ SCHOOLS : Schools to which the user belongs. - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -8668,7 +8671,7 @@ SCHOOLS : Schools to which the user belongs. - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -8709,7 +8712,7 @@ SCHOOLS : Schools to which the user belongs. - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -8725,7 +8728,7 @@ SCHOOLS : Schools to which the user belongs. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -8804,7 +8807,7 @@ SCHOOLS : Schools to which the user belongs. - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -8818,7 +8821,7 @@ SCHOOLS : Schools to which the user belongs. - `[Responsibilities ]`: A list for the user to enumerate their responsibilities. Returned only on $select. - `[Schools ]`: A list for the user to enumerate the schools they have attended. Returned only on $select. - `[ScopedRoleMemberOf ]`: The scoped-role administrative unit memberships for this user. Read-only. Nullable. - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -8841,14 +8844,14 @@ SCHOOLS : Schools to which the user belongs. - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -9283,7 +9286,7 @@ TAUGHTCLASSES : Classes for which the user is - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -9305,11 +9308,11 @@ TAUGHTCLASSES : Classes for which the user is - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -9488,10 +9491,10 @@ TAUGHTCLASSES : Classes for which the user is - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9499,9 +9502,9 @@ TAUGHTCLASSES : Classes for which the user is - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9538,7 +9541,7 @@ TAUGHTCLASSES : Classes for which the user is - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9555,7 +9558,7 @@ TAUGHTCLASSES : Classes for which the user is - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -9745,7 +9748,7 @@ TAUGHTCLASSES : Classes for which the user is - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -10370,6 +10373,7 @@ TAUGHTCLASSES : Classes for which the user is - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -10455,7 +10459,7 @@ TAUGHTCLASSES : Classes for which the user is - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -11079,7 +11083,7 @@ TAUGHTCLASSES : Classes for which the user is - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -11264,7 +11268,7 @@ TAUGHTCLASSES : Classes for which the user is - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -11297,7 +11301,7 @@ TAUGHTCLASSES : Classes for which the user is - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -11355,7 +11359,7 @@ TAUGHTCLASSES : Classes for which the user is - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -11396,7 +11400,7 @@ TAUGHTCLASSES : Classes for which the user is - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -11412,7 +11416,7 @@ TAUGHTCLASSES : Classes for which the user is - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -11491,7 +11495,7 @@ TAUGHTCLASSES : Classes for which the user is - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -11509,7 +11513,7 @@ TAUGHTCLASSES : Classes for which the user is - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -11532,14 +11536,14 @@ TAUGHTCLASSES : Classes for which the user is - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -11855,10 +11859,10 @@ USER : user - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -11866,9 +11870,9 @@ USER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -11908,7 +11912,7 @@ USER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -11977,7 +11981,7 @@ USER : user - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -11999,11 +12003,11 @@ USER : user - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -12078,7 +12082,7 @@ USER : user - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -12275,7 +12279,7 @@ USER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -12903,6 +12907,7 @@ USER : user - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -12988,7 +12993,7 @@ USER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -13844,7 +13849,7 @@ USER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -14029,7 +14034,7 @@ USER : user - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -14058,7 +14063,7 @@ USER : user - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -14116,7 +14121,7 @@ USER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -14157,7 +14162,7 @@ USER : user - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -14173,7 +14178,7 @@ USER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -14181,7 +14186,7 @@ USER : user - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -14199,7 +14204,7 @@ USER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -14222,14 +14227,14 @@ USER : user - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Education/Education/docs/v1.0/Update-MgEducationRoot.md b/src/Education/Education/docs/v1.0/Update-MgEducationRoot.md index 6dd5ab66dfa..bc4e18b641d 100644 --- a/src/Education/Education/docs/v1.0/Update-MgEducationRoot.md +++ b/src/Education/Education/docs/v1.0/Update-MgEducationRoot.md @@ -405,7 +405,7 @@ BODYPARAMETER : educationRoot - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -427,11 +427,11 @@ BODYPARAMETER : educationRoot - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -610,10 +610,10 @@ BODYPARAMETER : educationRoot - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -621,9 +621,9 @@ BODYPARAMETER : educationRoot - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -660,7 +660,7 @@ BODYPARAMETER : educationRoot - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -677,7 +677,7 @@ BODYPARAMETER : educationRoot - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -867,7 +867,7 @@ BODYPARAMETER : educationRoot - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -1492,6 +1492,7 @@ BODYPARAMETER : educationRoot - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1577,7 +1578,7 @@ BODYPARAMETER : educationRoot - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2201,7 +2202,7 @@ BODYPARAMETER : educationRoot - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2386,7 +2387,7 @@ BODYPARAMETER : educationRoot - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -2419,7 +2420,7 @@ BODYPARAMETER : educationRoot - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -2477,7 +2478,7 @@ BODYPARAMETER : educationRoot - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -2518,7 +2519,7 @@ BODYPARAMETER : educationRoot - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -2534,7 +2535,7 @@ BODYPARAMETER : educationRoot - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -2613,7 +2614,7 @@ BODYPARAMETER : educationRoot - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -2631,7 +2632,7 @@ BODYPARAMETER : educationRoot - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -2654,14 +2655,14 @@ BODYPARAMETER : educationRoot - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -3107,7 +3108,7 @@ CLASSES : . - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -3129,11 +3130,11 @@ CLASSES : . - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -3312,10 +3313,10 @@ CLASSES : . - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3323,9 +3324,9 @@ CLASSES : . - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3362,7 +3363,7 @@ CLASSES : . - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3379,7 +3380,7 @@ CLASSES : . - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -3569,7 +3570,7 @@ CLASSES : . - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -4194,6 +4195,7 @@ CLASSES : . - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -4279,7 +4281,7 @@ CLASSES : . - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -4903,7 +4905,7 @@ CLASSES : . - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -5088,7 +5090,7 @@ CLASSES : . - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -5121,7 +5123,7 @@ CLASSES : . - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -5179,7 +5181,7 @@ CLASSES : . - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -5220,7 +5222,7 @@ CLASSES : . - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -5236,7 +5238,7 @@ CLASSES : . - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -5315,7 +5317,7 @@ CLASSES : . - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -5333,7 +5335,7 @@ CLASSES : . - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -5356,14 +5358,14 @@ CLASSES : . - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -5818,7 +5820,7 @@ ME : educationUser - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -5840,11 +5842,11 @@ ME : educationUser - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -6019,10 +6021,10 @@ ME : educationUser - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -6030,9 +6032,9 @@ ME : educationUser - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -6069,7 +6071,7 @@ ME : educationUser - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6086,7 +6088,7 @@ ME : educationUser - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -6276,7 +6278,7 @@ ME : educationUser - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -6901,6 +6903,7 @@ ME : educationUser - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -6986,7 +6989,7 @@ ME : educationUser - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7610,7 +7613,7 @@ ME : educationUser - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7795,7 +7798,7 @@ ME : educationUser - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -7828,7 +7831,7 @@ ME : educationUser - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -7886,7 +7889,7 @@ ME : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -7927,7 +7930,7 @@ ME : educationUser - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -7943,7 +7946,7 @@ ME : educationUser - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -8022,7 +8025,7 @@ ME : educationUser - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -8040,7 +8043,7 @@ ME : educationUser - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -8063,14 +8066,14 @@ ME : educationUser - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8533,7 +8536,7 @@ SCHOOLS : . - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates @@ -8549,11 +8552,11 @@ SCHOOLS : . - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -8732,10 +8735,10 @@ SCHOOLS : . - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8743,9 +8746,9 @@ SCHOOLS : . - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8782,7 +8785,7 @@ SCHOOLS : . - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -8799,7 +8802,7 @@ SCHOOLS : . - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -8989,7 +8992,7 @@ SCHOOLS : . - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -9614,6 +9617,7 @@ SCHOOLS : . - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -9699,7 +9703,7 @@ SCHOOLS : . - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10323,7 +10327,7 @@ SCHOOLS : . - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -10508,7 +10512,7 @@ SCHOOLS : . - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -10541,7 +10545,7 @@ SCHOOLS : . - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -10599,7 +10603,7 @@ SCHOOLS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -10640,7 +10644,7 @@ SCHOOLS : . - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -10656,7 +10660,7 @@ SCHOOLS : . - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -10735,7 +10739,7 @@ SCHOOLS : . - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -10749,7 +10753,7 @@ SCHOOLS : . - `[Responsibilities ]`: A list for the user to enumerate their responsibilities. Returned only on $select. - `[Schools ]`: A list for the user to enumerate the schools they have attended. Returned only on $select. - `[ScopedRoleMemberOf ]`: The scoped-role administrative unit memberships for this user. Read-only. Nullable. - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -10772,14 +10776,14 @@ SCHOOLS : . - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -11216,7 +11220,7 @@ USERS : . - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -11238,11 +11242,11 @@ USERS : . - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -11417,10 +11421,10 @@ USERS : . - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -11428,9 +11432,9 @@ USERS : . - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -11467,7 +11471,7 @@ USERS : . - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -11484,7 +11488,7 @@ USERS : . - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -11674,7 +11678,7 @@ USERS : . - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -12299,6 +12303,7 @@ USERS : . - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -12384,7 +12389,7 @@ USERS : . - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -13008,7 +13013,7 @@ USERS : . - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -13193,7 +13198,7 @@ USERS : . - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -13226,7 +13231,7 @@ USERS : . - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -13284,7 +13289,7 @@ USERS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -13325,7 +13330,7 @@ USERS : . - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -13341,7 +13346,7 @@ USERS : . - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -13420,7 +13425,7 @@ USERS : . - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -13438,7 +13443,7 @@ USERS : . - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -13461,14 +13466,14 @@ USERS : . - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Education/Education/docs/v1.0/Update-MgEducationSchool.md b/src/Education/Education/docs/v1.0/Update-MgEducationSchool.md index ba22986aace..8d89efb2163 100644 --- a/src/Education/Education/docs/v1.0/Update-MgEducationSchool.md +++ b/src/Education/Education/docs/v1.0/Update-MgEducationSchool.md @@ -744,7 +744,7 @@ BODYPARAMETER : educationSchool - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates @@ -760,11 +760,11 @@ BODYPARAMETER : educationSchool - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -943,10 +943,10 @@ BODYPARAMETER : educationSchool - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -954,9 +954,9 @@ BODYPARAMETER : educationSchool - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -993,7 +993,7 @@ BODYPARAMETER : educationSchool - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1010,7 +1010,7 @@ BODYPARAMETER : educationSchool - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -1200,7 +1200,7 @@ BODYPARAMETER : educationSchool - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -1825,6 +1825,7 @@ BODYPARAMETER : educationSchool - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1910,7 +1911,7 @@ BODYPARAMETER : educationSchool - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2534,7 +2535,7 @@ BODYPARAMETER : educationSchool - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2719,7 +2720,7 @@ BODYPARAMETER : educationSchool - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -2752,7 +2753,7 @@ BODYPARAMETER : educationSchool - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -2810,7 +2811,7 @@ BODYPARAMETER : educationSchool - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -2851,7 +2852,7 @@ BODYPARAMETER : educationSchool - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -2867,7 +2868,7 @@ BODYPARAMETER : educationSchool - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -2946,7 +2947,7 @@ BODYPARAMETER : educationSchool - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -2960,7 +2961,7 @@ BODYPARAMETER : educationSchool - `[Responsibilities ]`: A list for the user to enumerate their responsibilities. Returned only on $select. - `[Schools ]`: A list for the user to enumerate the schools they have attended. Returned only on $select. - `[ScopedRoleMemberOf ]`: The scoped-role administrative unit memberships for this user. Read-only. Nullable. - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -2983,14 +2984,14 @@ BODYPARAMETER : educationSchool - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -3416,7 +3417,7 @@ CLASSES : Classes taught at the school. Nullab - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -3438,11 +3439,11 @@ CLASSES : Classes taught at the school. Nullab - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -3621,10 +3622,10 @@ CLASSES : Classes taught at the school. Nullab - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3632,9 +3633,9 @@ CLASSES : Classes taught at the school. Nullab - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3671,7 +3672,7 @@ CLASSES : Classes taught at the school. Nullab - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3688,7 +3689,7 @@ CLASSES : Classes taught at the school. Nullab - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -3878,7 +3879,7 @@ CLASSES : Classes taught at the school. Nullab - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -4503,6 +4504,7 @@ CLASSES : Classes taught at the school. Nullab - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -4588,7 +4590,7 @@ CLASSES : Classes taught at the school. Nullab - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5212,7 +5214,7 @@ CLASSES : Classes taught at the school. Nullab - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -5397,7 +5399,7 @@ CLASSES : Classes taught at the school. Nullab - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -5430,7 +5432,7 @@ CLASSES : Classes taught at the school. Nullab - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -5488,7 +5490,7 @@ CLASSES : Classes taught at the school. Nullab - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -5529,7 +5531,7 @@ CLASSES : Classes taught at the school. Nullab - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -5545,7 +5547,7 @@ CLASSES : Classes taught at the school. Nullab - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -5624,7 +5626,7 @@ CLASSES : Classes taught at the school. Nullab - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -5642,7 +5644,7 @@ CLASSES : Classes taught at the school. Nullab - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -5665,14 +5667,14 @@ CLASSES : Classes taught at the school. Nullab - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -6149,7 +6151,7 @@ USERS : Users in the school. Nullable. - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -6171,11 +6173,11 @@ USERS : Users in the school. Nullable. - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -6350,10 +6352,10 @@ USERS : Users in the school. Nullable. - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -6361,9 +6363,9 @@ USERS : Users in the school. Nullable. - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -6400,7 +6402,7 @@ USERS : Users in the school. Nullable. - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6417,7 +6419,7 @@ USERS : Users in the school. Nullable. - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -6607,7 +6609,7 @@ USERS : Users in the school. Nullable. - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -7232,6 +7234,7 @@ USERS : Users in the school. Nullable. - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -7317,7 +7320,7 @@ USERS : Users in the school. Nullable. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7941,7 +7944,7 @@ USERS : Users in the school. Nullable. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -8126,7 +8129,7 @@ USERS : Users in the school. Nullable. - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -8159,7 +8162,7 @@ USERS : Users in the school. Nullable. - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -8217,7 +8220,7 @@ USERS : Users in the school. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -8258,7 +8261,7 @@ USERS : Users in the school. Nullable. - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -8274,7 +8277,7 @@ USERS : Users in the school. Nullable. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -8353,7 +8356,7 @@ USERS : Users in the school. Nullable. - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -8371,7 +8374,7 @@ USERS : Users in the school. Nullable. - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -8394,14 +8397,14 @@ USERS : Users in the school. Nullable. - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Education/Education/docs/v1.0/Update-MgEducationUser.md b/src/Education/Education/docs/v1.0/Update-MgEducationUser.md index d86d8aa3ada..1e1c776d65a 100644 --- a/src/Education/Education/docs/v1.0/Update-MgEducationUser.md +++ b/src/Education/Education/docs/v1.0/Update-MgEducationUser.md @@ -1167,7 +1167,7 @@ BODYPARAMETER : educationUser - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -1189,11 +1189,11 @@ BODYPARAMETER : educationUser - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -1368,10 +1368,10 @@ BODYPARAMETER : educationUser - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -1379,9 +1379,9 @@ BODYPARAMETER : educationUser - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1418,7 +1418,7 @@ BODYPARAMETER : educationUser - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1435,7 +1435,7 @@ BODYPARAMETER : educationUser - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -1625,7 +1625,7 @@ BODYPARAMETER : educationUser - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -2250,6 +2250,7 @@ BODYPARAMETER : educationUser - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -2335,7 +2336,7 @@ BODYPARAMETER : educationUser - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2959,7 +2960,7 @@ BODYPARAMETER : educationUser - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -3144,7 +3145,7 @@ BODYPARAMETER : educationUser - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -3177,7 +3178,7 @@ BODYPARAMETER : educationUser - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -3235,7 +3236,7 @@ BODYPARAMETER : educationUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -3276,7 +3277,7 @@ BODYPARAMETER : educationUser - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -3292,7 +3293,7 @@ BODYPARAMETER : educationUser - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -3371,7 +3372,7 @@ BODYPARAMETER : educationUser - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -3389,7 +3390,7 @@ BODYPARAMETER : educationUser - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -3412,14 +3413,14 @@ BODYPARAMETER : educationUser - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -3855,7 +3856,7 @@ CLASSES : Classes to which the user belongs. N - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -3877,11 +3878,11 @@ CLASSES : Classes to which the user belongs. N - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -4060,10 +4061,10 @@ CLASSES : Classes to which the user belongs. N - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4071,9 +4072,9 @@ CLASSES : Classes to which the user belongs. N - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4110,7 +4111,7 @@ CLASSES : Classes to which the user belongs. N - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -4127,7 +4128,7 @@ CLASSES : Classes to which the user belongs. N - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -4317,7 +4318,7 @@ CLASSES : Classes to which the user belongs. N - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -4942,6 +4943,7 @@ CLASSES : Classes to which the user belongs. N - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -5027,7 +5029,7 @@ CLASSES : Classes to which the user belongs. N - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5651,7 +5653,7 @@ CLASSES : Classes to which the user belongs. N - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -5836,7 +5838,7 @@ CLASSES : Classes to which the user belongs. N - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -5869,7 +5871,7 @@ CLASSES : Classes to which the user belongs. N - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -5927,7 +5929,7 @@ CLASSES : Classes to which the user belongs. N - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -5968,7 +5970,7 @@ CLASSES : Classes to which the user belongs. N - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -5984,7 +5986,7 @@ CLASSES : Classes to which the user belongs. N - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -6063,7 +6065,7 @@ CLASSES : Classes to which the user belongs. N - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -6081,7 +6083,7 @@ CLASSES : Classes to which the user belongs. N - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -6104,14 +6106,14 @@ CLASSES : Classes to which the user belongs. N - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -6675,7 +6677,7 @@ SCHOOLS : Schools to which the user belongs. - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[Coordinates ]`: outlookGeoCoordinates @@ -6691,11 +6693,11 @@ SCHOOLS : Schools to which the user belongs. - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -6874,10 +6876,10 @@ SCHOOLS : Schools to which the user belongs. - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -6885,9 +6887,9 @@ SCHOOLS : Schools to which the user belongs. - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -6924,7 +6926,7 @@ SCHOOLS : Schools to which the user belongs. - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6941,7 +6943,7 @@ SCHOOLS : Schools to which the user belongs. - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -7131,7 +7133,7 @@ SCHOOLS : Schools to which the user belongs. - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -7756,6 +7758,7 @@ SCHOOLS : Schools to which the user belongs. - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -7841,7 +7844,7 @@ SCHOOLS : Schools to which the user belongs. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -8465,7 +8468,7 @@ SCHOOLS : Schools to which the user belongs. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -8650,7 +8653,7 @@ SCHOOLS : Schools to which the user belongs. - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -8683,7 +8686,7 @@ SCHOOLS : Schools to which the user belongs. - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -8741,7 +8744,7 @@ SCHOOLS : Schools to which the user belongs. - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -8782,7 +8785,7 @@ SCHOOLS : Schools to which the user belongs. - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -8798,7 +8801,7 @@ SCHOOLS : Schools to which the user belongs. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -8877,7 +8880,7 @@ SCHOOLS : Schools to which the user belongs. - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -8891,7 +8894,7 @@ SCHOOLS : Schools to which the user belongs. - `[Responsibilities ]`: A list for the user to enumerate their responsibilities. Returned only on $select. - `[Schools ]`: A list for the user to enumerate the schools they have attended. Returned only on $select. - `[ScopedRoleMemberOf ]`: The scoped-role administrative unit memberships for this user. Read-only. Nullable. - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -8914,14 +8917,14 @@ SCHOOLS : Schools to which the user belongs. - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -9356,7 +9359,7 @@ TAUGHTCLASSES : Classes for which the user is - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -9378,11 +9381,11 @@ TAUGHTCLASSES : Classes for which the user is - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -9561,10 +9564,10 @@ TAUGHTCLASSES : Classes for which the user is - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9572,9 +9575,9 @@ TAUGHTCLASSES : Classes for which the user is - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9611,7 +9614,7 @@ TAUGHTCLASSES : Classes for which the user is - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9628,7 +9631,7 @@ TAUGHTCLASSES : Classes for which the user is - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -9818,7 +9821,7 @@ TAUGHTCLASSES : Classes for which the user is - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -10443,6 +10446,7 @@ TAUGHTCLASSES : Classes for which the user is - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -10528,7 +10532,7 @@ TAUGHTCLASSES : Classes for which the user is - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -11152,7 +11156,7 @@ TAUGHTCLASSES : Classes for which the user is - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -11337,7 +11341,7 @@ TAUGHTCLASSES : Classes for which the user is - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -11370,7 +11374,7 @@ TAUGHTCLASSES : Classes for which the user is - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -11428,7 +11432,7 @@ TAUGHTCLASSES : Classes for which the user is - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -11469,7 +11473,7 @@ TAUGHTCLASSES : Classes for which the user is - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -11485,7 +11489,7 @@ TAUGHTCLASSES : Classes for which the user is - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -11564,7 +11568,7 @@ TAUGHTCLASSES : Classes for which the user is - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -11582,7 +11586,7 @@ TAUGHTCLASSES : Classes for which the user is - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -11605,14 +11609,14 @@ TAUGHTCLASSES : Classes for which the user is - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -11928,10 +11932,10 @@ USER : user - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -11939,9 +11943,9 @@ USER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -11981,7 +11985,7 @@ USER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -12050,7 +12054,7 @@ USER : user - `[IsOnlineMeeting ]`: - `[IsOrganizer ]`: - `[IsReminderOn ]`: - - `[Location ]`: location + - `[Location ]`: location - `[(Any) ]`: This indicates any property can be added to this object. - `[Address ]`: physicalAddress - `[(Any) ]`: This indicates any property can be added to this object. @@ -12072,11 +12076,11 @@ USER : user - `[LocationUri ]`: Optional URI representing the location. - `[UniqueId ]`: For internal use only. - `[UniqueIdType ]`: locationUniqueIdType - - `[Locations ]`: + - `[Locations ]`: - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. - `[Id ]`: Read-only. - `[Value ]`: A collection of property values. - - `[OnlineMeeting ]`: onlineMeetingInfo + - `[OnlineMeeting ]`: onlineMeetingInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ConferenceId ]`: The ID of the conference. - `[JoinUrl ]`: 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. @@ -12151,7 +12155,7 @@ USER : user - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -12348,7 +12352,7 @@ USER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -12976,6 +12980,7 @@ USER : user - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -13061,7 +13066,7 @@ USER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -13917,7 +13922,7 @@ USER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -14102,7 +14107,7 @@ USER : user - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -14131,7 +14136,7 @@ USER : user - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -14189,7 +14194,7 @@ USER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -14230,7 +14235,7 @@ USER : user - `[Class ]`: The type of data source, such as Person. - `[Subclass ]`: The secondary type of data source, such as OrganizationUser. - `[Phones ]`: The person's phone numbers. - - `[PostalAddresses ]`: The person's addresses. + - `[PostalAddresses ]`: The person's addresses. - `[Profession ]`: The person's profession. - `[ScoredEmailAddresses ]`: The person's email addresses. - `[Address ]`: The email address. @@ -14246,7 +14251,7 @@ USER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -14254,7 +14259,7 @@ USER : user - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -14272,7 +14277,7 @@ USER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -14295,14 +14300,14 @@ USER : user - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Files/Files/docs/v1.0-beta/Microsoft.Graph.Files.md b/src/Files/Files/docs/v1.0-beta/Microsoft.Graph.Files.md index e49f99f71d3..b978439ecba 100644 --- a/src/Files/Files/docs/v1.0-beta/Microsoft.Graph.Files.md +++ b/src/Files/Files/docs/v1.0-beta/Microsoft.Graph.Files.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Files -Module Guid: 4d1a9989-ca29-40b4-b601-5717e5d481b6 +Module Guid: 90653b64-f2aa-4c01-99d8-732ac45f6f0b Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Files/Files/docs/v1.0-beta/New-MgDrive.md b/src/Files/Files/docs/v1.0-beta/New-MgDrive.md index 4ebd87b2cdd..3b5927b3909 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgDrive.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgDrive.md @@ -682,10 +682,10 @@ ACTIVITIES : The list of recent activities tha - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -694,9 +694,9 @@ ACTIVITIES : The list of recent activities tha - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -794,18 +794,18 @@ ACTIVITIES : The list of recent activities tha - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -813,7 +813,7 @@ ACTIVITIES : The list of recent activities tha - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -822,7 +822,7 @@ ACTIVITIES : The list of recent activities tha - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1317,7 +1317,7 @@ ACTIVITIES : The list of recent activities tha - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -1539,7 +1539,7 @@ ACTIVITIES : The list of recent activities tha - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2686,7 +2686,7 @@ ACTIVITIES : The list of recent activities tha - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -2769,7 +2769,7 @@ ACTIVITIES : The list of recent activities tha - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2803,7 +2803,7 @@ ACTIVITIES : The list of recent activities tha - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -2847,7 +2847,7 @@ ACTIVITIES : The list of recent activities tha - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -3136,7 +3136,7 @@ ACTIVITIES : The list of recent activities tha - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -3320,7 +3320,7 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -3482,7 +3482,7 @@ ACTIVITIES : The list of recent activities tha - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -3509,7 +3509,7 @@ ACTIVITIES : The list of recent activities tha - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -3536,6 +3536,247 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -3922,7 +4163,7 @@ ACTIVITIES : The list of recent activities tha - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -4624,10 +4865,10 @@ BODYPARAMETER : drive - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4636,9 +4877,9 @@ BODYPARAMETER : drive - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4736,18 +4977,18 @@ BODYPARAMETER : drive - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4755,7 +4996,7 @@ BODYPARAMETER : drive - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4764,7 +5005,7 @@ BODYPARAMETER : drive - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5259,7 +5500,7 @@ BODYPARAMETER : drive - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -6040,7 +6281,7 @@ BODYPARAMETER : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7041,7 +7282,7 @@ BODYPARAMETER : drive - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -7124,7 +7365,7 @@ BODYPARAMETER : drive - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7158,7 +7399,7 @@ BODYPARAMETER : drive - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -7202,7 +7443,7 @@ BODYPARAMETER : drive - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -7491,7 +7732,7 @@ BODYPARAMETER : drive - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -7675,7 +7916,7 @@ BODYPARAMETER : drive - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7837,7 +8078,7 @@ BODYPARAMETER : drive - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7864,7 +8105,7 @@ BODYPARAMETER : drive - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -7891,6 +8132,247 @@ BODYPARAMETER : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8277,7 +8759,7 @@ BODYPARAMETER : drive - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -8602,10 +9084,10 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8614,9 +9096,9 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8714,18 +9196,18 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8733,7 +9215,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8742,7 +9224,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9237,7 +9719,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -9564,7 +10046,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10650,7 +11132,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -10733,7 +11215,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -10767,7 +11249,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -10811,7 +11293,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -11100,7 +11582,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -11284,7 +11766,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -11446,7 +11928,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -11473,7 +11955,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -11500,6 +11982,247 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -11886,7 +12609,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -12588,10 +13311,10 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -12600,9 +13323,9 @@ CREATEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -12700,18 +13423,18 @@ CREATEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -12719,7 +13442,7 @@ CREATEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -12728,7 +13451,7 @@ CREATEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13223,7 +13946,7 @@ CREATEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -14010,7 +14733,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15040,7 +15763,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -15123,7 +15846,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -15157,7 +15880,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -15201,7 +15924,7 @@ CREATEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -15490,7 +16213,7 @@ CREATEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -15674,7 +16397,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -15836,7 +16559,7 @@ CREATEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -15863,7 +16586,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -15890,6 +16613,247 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -16276,7 +17240,7 @@ CREATEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -16570,10 +17534,10 @@ FOLLOWING : The list of items the user is following. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -16582,9 +17546,9 @@ FOLLOWING : The list of items the user is following. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -16682,18 +17646,18 @@ FOLLOWING : The list of items the user is following. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -16701,7 +17665,7 @@ FOLLOWING : The list of items the user is following. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -16710,7 +17674,7 @@ FOLLOWING : The list of items the user is following. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -17205,7 +18169,7 @@ FOLLOWING : The list of items the user is following. - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -17532,7 +18496,7 @@ FOLLOWING : The list of items the user is following. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -18618,7 +19582,7 @@ FOLLOWING : The list of items the user is following. - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -18701,7 +19665,7 @@ FOLLOWING : The list of items the user is following. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -18735,7 +19699,7 @@ FOLLOWING : The list of items the user is following. - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -18779,7 +19743,7 @@ FOLLOWING : The list of items the user is following. - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -19068,7 +20032,7 @@ FOLLOWING : The list of items the user is following. - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -19252,7 +20216,7 @@ FOLLOWING : The list of items the user is following. - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -19414,7 +20378,7 @@ FOLLOWING : The list of items the user is following. - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -19441,7 +20405,7 @@ FOLLOWING : The list of items the user is following. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -19468,6 +20432,247 @@ FOLLOWING : The list of items the user is following. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -19854,7 +21059,7 @@ FOLLOWING : The list of items the user is following. - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -20549,10 +21754,10 @@ ITEMS : All items contained in the drive. Read-only. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -20561,9 +21766,9 @@ ITEMS : All items contained in the drive. Read-only. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -20661,18 +21866,18 @@ ITEMS : All items contained in the drive. Read-only. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -20680,7 +21885,7 @@ ITEMS : All items contained in the drive. Read-only. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -20689,7 +21894,7 @@ ITEMS : All items contained in the drive. Read-only. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -21184,7 +22389,7 @@ ITEMS : All items contained in the drive. Read-only. - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -21511,7 +22716,7 @@ ITEMS : All items contained in the drive. Read-only. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -22597,7 +23802,7 @@ ITEMS : All items contained in the drive. Read-only. - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -22680,7 +23885,7 @@ ITEMS : All items contained in the drive. Read-only. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -22714,7 +23919,7 @@ ITEMS : All items contained in the drive. Read-only. - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -22758,7 +23963,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -23047,7 +24252,7 @@ ITEMS : All items contained in the drive. Read-only. - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -23231,7 +24436,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -23393,7 +24598,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -23420,7 +24625,7 @@ ITEMS : All items contained in the drive. Read-only. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -23447,6 +24652,247 @@ ITEMS : All items contained in the drive. Read-only. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -23833,7 +25279,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -24535,10 +25981,10 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -24547,9 +25993,9 @@ LASTMODIFIEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -24647,18 +26093,18 @@ LASTMODIFIEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -24666,7 +26112,7 @@ LASTMODIFIEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -24675,7 +26121,7 @@ LASTMODIFIEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -25170,7 +26616,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -25957,7 +27403,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -26987,7 +28433,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -27070,7 +28516,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -27104,7 +28550,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -27148,7 +28594,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -27437,7 +28883,7 @@ LASTMODIFIEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -27621,7 +29067,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -27783,7 +29229,7 @@ LASTMODIFIEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -27810,7 +29256,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -27837,6 +29283,247 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -28223,7 +29910,7 @@ LASTMODIFIEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -28518,10 +30205,10 @@ LIST : list - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -28530,9 +30217,9 @@ LIST : list - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -28630,18 +30317,18 @@ LIST : list - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -28649,7 +30336,7 @@ LIST : list - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -28658,7 +30345,7 @@ LIST : list - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -29153,7 +30840,7 @@ LIST : list - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -29969,7 +31656,7 @@ LIST : list - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -30942,7 +32629,7 @@ LIST : list - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -31025,7 +32712,7 @@ LIST : list - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -31059,7 +32746,7 @@ LIST : list - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -31103,7 +32790,7 @@ LIST : list - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -31392,7 +33079,7 @@ LIST : list - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -31576,7 +33263,7 @@ LIST : list - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -31738,7 +33425,7 @@ LIST : list - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -31765,7 +33452,7 @@ LIST : list - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -31792,6 +33479,247 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -32178,7 +34106,7 @@ LIST : list - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -32537,10 +34465,10 @@ ROOT : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -32549,9 +34477,9 @@ ROOT : driveItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -32649,18 +34577,18 @@ ROOT : driveItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -32668,7 +34596,7 @@ ROOT : driveItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -32677,7 +34605,7 @@ ROOT : driveItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -33172,7 +35100,7 @@ ROOT : driveItem - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -33499,7 +35427,7 @@ ROOT : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -34585,7 +36513,7 @@ ROOT : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -34668,7 +36596,7 @@ ROOT : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -34702,7 +36630,7 @@ ROOT : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -34746,7 +36674,7 @@ ROOT : driveItem - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -35035,7 +36963,7 @@ ROOT : driveItem - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -35219,7 +37147,7 @@ ROOT : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -35381,7 +37309,7 @@ ROOT : driveItem - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -35408,7 +37336,7 @@ ROOT : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -35435,6 +37363,247 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -35821,7 +37990,7 @@ ROOT : driveItem - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -36526,10 +38695,10 @@ SPECIAL : Collection of common folders available in - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -36538,9 +38707,9 @@ SPECIAL : Collection of common folders available in - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -36638,18 +38807,18 @@ SPECIAL : Collection of common folders available in - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -36657,7 +38826,7 @@ SPECIAL : Collection of common folders available in - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -36666,7 +38835,7 @@ SPECIAL : Collection of common folders available in - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -37161,7 +39330,7 @@ SPECIAL : Collection of common folders available in - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -37488,7 +39657,7 @@ SPECIAL : Collection of common folders available in - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -38574,7 +40743,7 @@ SPECIAL : Collection of common folders available in - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -38657,7 +40826,7 @@ SPECIAL : Collection of common folders available in - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -38691,7 +40860,7 @@ SPECIAL : Collection of common folders available in - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -38735,7 +40904,7 @@ SPECIAL : Collection of common folders available in - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -39024,7 +41193,7 @@ SPECIAL : Collection of common folders available in - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -39208,7 +41377,7 @@ SPECIAL : Collection of common folders available in - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -39370,7 +41539,7 @@ SPECIAL : Collection of common folders available in - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -39397,7 +41566,7 @@ SPECIAL : Collection of common folders available in - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -39424,6 +41593,247 @@ SPECIAL : Collection of common folders available in - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -39810,7 +42220,7 @@ SPECIAL : Collection of common folders available in - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions diff --git a/src/Files/Files/docs/v1.0-beta/New-MgDriveItem.md b/src/Files/Files/docs/v1.0-beta/New-MgDriveItem.md index dfc9b4cb645..4903e7f7433 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgDriveItem.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgDriveItem.md @@ -1131,10 +1131,10 @@ ACTIVITIES : The list of recent activities tha - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -1143,9 +1143,9 @@ ACTIVITIES : The list of recent activities tha - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1243,18 +1243,18 @@ ACTIVITIES : The list of recent activities tha - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -1262,7 +1262,7 @@ ACTIVITIES : The list of recent activities tha - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -1271,7 +1271,7 @@ ACTIVITIES : The list of recent activities tha - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1766,7 +1766,7 @@ ACTIVITIES : The list of recent activities tha - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -1988,7 +1988,7 @@ ACTIVITIES : The list of recent activities tha - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3135,7 +3135,7 @@ ACTIVITIES : The list of recent activities tha - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -3218,7 +3218,7 @@ ACTIVITIES : The list of recent activities tha - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -3252,7 +3252,7 @@ ACTIVITIES : The list of recent activities tha - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -3296,7 +3296,7 @@ ACTIVITIES : The list of recent activities tha - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -3585,7 +3585,7 @@ ACTIVITIES : The list of recent activities tha - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -3769,7 +3769,7 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -3931,7 +3931,7 @@ ACTIVITIES : The list of recent activities tha - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -3958,7 +3958,7 @@ ACTIVITIES : The list of recent activities tha - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -3985,6 +3985,247 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4371,7 +4612,7 @@ ACTIVITIES : The list of recent activities tha - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -5089,10 +5330,10 @@ ANALYTICS : itemAnalytics - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5101,9 +5342,9 @@ ANALYTICS : itemAnalytics - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5201,18 +5442,18 @@ ANALYTICS : itemAnalytics - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -5220,7 +5461,7 @@ ANALYTICS : itemAnalytics - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -5229,7 +5470,7 @@ ANALYTICS : itemAnalytics - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5724,7 +5965,7 @@ ANALYTICS : itemAnalytics - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -6022,7 +6263,7 @@ ANALYTICS : itemAnalytics - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7108,7 +7349,7 @@ ANALYTICS : itemAnalytics - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -7191,7 +7432,7 @@ ANALYTICS : itemAnalytics - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7225,7 +7466,7 @@ ANALYTICS : itemAnalytics - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -7269,7 +7510,7 @@ ANALYTICS : itemAnalytics - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -7558,7 +7799,7 @@ ANALYTICS : itemAnalytics - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -7742,7 +7983,7 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7904,7 +8145,7 @@ ANALYTICS : itemAnalytics - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7931,7 +8172,7 @@ ANALYTICS : itemAnalytics - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -7958,6 +8199,247 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8344,7 +8826,7 @@ ANALYTICS : itemAnalytics - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -9072,10 +9554,10 @@ BODYPARAMETER : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9084,9 +9566,9 @@ BODYPARAMETER : driveItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9184,18 +9666,18 @@ BODYPARAMETER : driveItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9203,7 +9685,7 @@ BODYPARAMETER : driveItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9212,7 +9694,7 @@ BODYPARAMETER : driveItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9707,7 +10189,7 @@ BODYPARAMETER : driveItem - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -10034,7 +10516,7 @@ BODYPARAMETER : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -11120,7 +11602,7 @@ BODYPARAMETER : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -11203,7 +11685,7 @@ BODYPARAMETER : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -11237,7 +11719,7 @@ BODYPARAMETER : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -11281,7 +11763,7 @@ BODYPARAMETER : driveItem - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -11570,7 +12052,7 @@ BODYPARAMETER : driveItem - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -11754,7 +12236,7 @@ BODYPARAMETER : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -11916,7 +12398,7 @@ BODYPARAMETER : driveItem - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -11943,7 +12425,7 @@ BODYPARAMETER : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -11970,6 +12452,247 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -12356,7 +13079,7 @@ BODYPARAMETER : driveItem - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -13058,10 +13781,10 @@ CHILDREN : Collection containing Item objects for th - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13070,9 +13793,9 @@ CHILDREN : Collection containing Item objects for th - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13170,18 +13893,18 @@ CHILDREN : Collection containing Item objects for th - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -13189,7 +13912,7 @@ CHILDREN : Collection containing Item objects for th - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -13198,7 +13921,7 @@ CHILDREN : Collection containing Item objects for th - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13693,7 +14416,7 @@ CHILDREN : Collection containing Item objects for th - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -14020,7 +14743,7 @@ CHILDREN : Collection containing Item objects for th - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15106,7 +15829,7 @@ CHILDREN : Collection containing Item objects for th - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -15189,7 +15912,7 @@ CHILDREN : Collection containing Item objects for th - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -15223,7 +15946,7 @@ CHILDREN : Collection containing Item objects for th - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -15267,7 +15990,7 @@ CHILDREN : Collection containing Item objects for th - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -15556,7 +16279,7 @@ CHILDREN : Collection containing Item objects for th - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -15740,7 +16463,7 @@ CHILDREN : Collection containing Item objects for th - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -15902,7 +16625,7 @@ CHILDREN : Collection containing Item objects for th - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -15929,7 +16652,7 @@ CHILDREN : Collection containing Item objects for th - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -15956,6 +16679,247 @@ CHILDREN : Collection containing Item objects for th - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -16342,7 +17306,7 @@ CHILDREN : Collection containing Item objects for th - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -17044,10 +18008,10 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -17056,9 +18020,9 @@ CREATEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -17156,18 +18120,18 @@ CREATEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -17175,7 +18139,7 @@ CREATEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -17184,7 +18148,7 @@ CREATEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -17679,7 +18643,7 @@ CREATEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -18466,7 +19430,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -19496,7 +20460,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -19579,7 +20543,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -19613,7 +20577,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -19657,7 +20621,7 @@ CREATEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -19946,7 +20910,7 @@ CREATEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -20130,7 +21094,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -20292,7 +21256,7 @@ CREATEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -20319,7 +21283,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -20346,6 +21310,247 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -20732,7 +21937,7 @@ CREATEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -21087,10 +22292,10 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -21099,9 +22304,9 @@ LASTMODIFIEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -21199,18 +22404,18 @@ LASTMODIFIEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -21218,7 +22423,7 @@ LASTMODIFIEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -21227,7 +22432,7 @@ LASTMODIFIEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -21722,7 +22927,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -22509,7 +23714,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -23539,7 +24744,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -23622,7 +24827,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -23656,7 +24861,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -23700,7 +24905,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -23989,7 +25194,7 @@ LASTMODIFIEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -24173,7 +25378,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -24335,7 +25540,7 @@ LASTMODIFIEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -24362,7 +25567,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -24389,6 +25594,247 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -24775,7 +26221,7 @@ LASTMODIFIEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -25070,10 +26516,10 @@ LISTITEM : listItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -25082,9 +26528,9 @@ LISTITEM : listItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -25182,18 +26628,18 @@ LISTITEM : listItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -25201,7 +26647,7 @@ LISTITEM : listItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -25210,7 +26656,7 @@ LISTITEM : listItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -25705,7 +27151,7 @@ LISTITEM : listItem - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -26464,7 +27910,7 @@ LISTITEM : listItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -27494,7 +28940,7 @@ LISTITEM : listItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -27577,7 +29023,7 @@ LISTITEM : listItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -27611,7 +29057,7 @@ LISTITEM : listItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -27655,7 +29101,7 @@ LISTITEM : listItem - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -27944,7 +29390,7 @@ LISTITEM : listItem - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -28128,7 +29574,7 @@ LISTITEM : listItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -28290,7 +29736,7 @@ LISTITEM : listItem - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -28317,7 +29763,7 @@ LISTITEM : listItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -28344,6 +29790,247 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -28730,7 +30417,7 @@ LISTITEM : listItem - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions diff --git a/src/Files/Files/docs/v1.0-beta/New-MgDriveListContentType.md b/src/Files/Files/docs/v1.0-beta/New-MgDriveListContentType.md index 3a3f21c53d5..897b3cd185f 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgDriveListContentType.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgDriveListContentType.md @@ -638,7 +638,7 @@ BASE : contentType - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -825,7 +825,7 @@ BASETYPES : The collection of content types that a - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1013,7 +1013,7 @@ BODYPARAMETER : contentType - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1460,7 +1460,7 @@ DOCUMENTSET : documentSet - `[DisplayName ]`: If present, the value of this field contains the displayName string that has been set for the language present in the languageTag field. - `[LanguageTag ]`: Provides the language culture-code and friendly name of the language that the displayName field has been provided in. - `[Formula ]`: The formula to validate column value. For examples, see Examples of common formulas in lists. - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. diff --git a/src/Files/Files/docs/v1.0-beta/New-MgDriveListItem.md b/src/Files/Files/docs/v1.0-beta/New-MgDriveListItem.md index 383e45f6963..b2f511bf886 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgDriveListItem.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgDriveListItem.md @@ -661,10 +661,10 @@ ACTIVITIES : The list of recent activities tha - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -673,9 +673,9 @@ ACTIVITIES : The list of recent activities tha - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -773,18 +773,18 @@ ACTIVITIES : The list of recent activities tha - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -792,7 +792,7 @@ ACTIVITIES : The list of recent activities tha - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -801,7 +801,7 @@ ACTIVITIES : The list of recent activities tha - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1296,7 +1296,7 @@ ACTIVITIES : The list of recent activities tha - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -1518,7 +1518,7 @@ ACTIVITIES : The list of recent activities tha - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2665,7 +2665,7 @@ ACTIVITIES : The list of recent activities tha - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -2748,7 +2748,7 @@ ACTIVITIES : The list of recent activities tha - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2782,7 +2782,7 @@ ACTIVITIES : The list of recent activities tha - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -2826,7 +2826,7 @@ ACTIVITIES : The list of recent activities tha - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -3115,7 +3115,7 @@ ACTIVITIES : The list of recent activities tha - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -3299,7 +3299,7 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -3461,7 +3461,7 @@ ACTIVITIES : The list of recent activities tha - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -3488,7 +3488,7 @@ ACTIVITIES : The list of recent activities tha - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -3515,6 +3515,247 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -3901,7 +4142,7 @@ ACTIVITIES : The list of recent activities tha - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -4619,10 +4860,10 @@ ANALYTICS : itemAnalytics - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4631,9 +4872,9 @@ ANALYTICS : itemAnalytics - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4731,18 +4972,18 @@ ANALYTICS : itemAnalytics - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4750,7 +4991,7 @@ ANALYTICS : itemAnalytics - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4759,7 +5000,7 @@ ANALYTICS : itemAnalytics - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5254,7 +5495,7 @@ ANALYTICS : itemAnalytics - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -5552,7 +5793,7 @@ ANALYTICS : itemAnalytics - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6638,7 +6879,7 @@ ANALYTICS : itemAnalytics - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -6721,7 +6962,7 @@ ANALYTICS : itemAnalytics - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -6755,7 +6996,7 @@ ANALYTICS : itemAnalytics - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -6799,7 +7040,7 @@ ANALYTICS : itemAnalytics - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -7088,7 +7329,7 @@ ANALYTICS : itemAnalytics - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -7272,7 +7513,7 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7434,7 +7675,7 @@ ANALYTICS : itemAnalytics - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7461,7 +7702,7 @@ ANALYTICS : itemAnalytics - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -7488,6 +7729,247 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -7874,7 +8356,7 @@ ANALYTICS : itemAnalytics - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -8583,10 +9065,10 @@ BODYPARAMETER : listItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8595,9 +9077,9 @@ BODYPARAMETER : listItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8695,18 +9177,18 @@ BODYPARAMETER : listItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8714,7 +9196,7 @@ BODYPARAMETER : listItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8723,7 +9205,7 @@ BODYPARAMETER : listItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9218,7 +9700,7 @@ BODYPARAMETER : listItem - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -9977,7 +10459,7 @@ BODYPARAMETER : listItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -11007,7 +11489,7 @@ BODYPARAMETER : listItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -11090,7 +11572,7 @@ BODYPARAMETER : listItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -11124,7 +11606,7 @@ BODYPARAMETER : listItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -11168,7 +11650,7 @@ BODYPARAMETER : listItem - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -11457,7 +11939,7 @@ BODYPARAMETER : listItem - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -11641,7 +12123,7 @@ BODYPARAMETER : listItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -11803,7 +12285,7 @@ BODYPARAMETER : listItem - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -11830,7 +12312,7 @@ BODYPARAMETER : listItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -11857,6 +12339,247 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -12243,7 +12966,7 @@ BODYPARAMETER : listItem - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -12574,10 +13297,10 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -12586,9 +13309,9 @@ CREATEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -12686,18 +13409,18 @@ CREATEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -12705,7 +13428,7 @@ CREATEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -12714,7 +13437,7 @@ CREATEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13209,7 +13932,7 @@ CREATEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -13996,7 +14719,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15026,7 +15749,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -15109,7 +15832,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -15143,7 +15866,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -15187,7 +15910,7 @@ CREATEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -15476,7 +16199,7 @@ CREATEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -15660,7 +16383,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -15822,7 +16545,7 @@ CREATEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -15849,7 +16572,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -15876,6 +16599,247 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -16262,7 +17226,7 @@ CREATEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -16561,10 +17525,10 @@ DRIVEITEM : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -16573,9 +17537,9 @@ DRIVEITEM : driveItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -16673,18 +17637,18 @@ DRIVEITEM : driveItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -16692,7 +17656,7 @@ DRIVEITEM : driveItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -16701,7 +17665,7 @@ DRIVEITEM : driveItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -17196,7 +18160,7 @@ DRIVEITEM : driveItem - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -17523,7 +18487,7 @@ DRIVEITEM : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -18609,7 +19573,7 @@ DRIVEITEM : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -18692,7 +19656,7 @@ DRIVEITEM : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -18726,7 +19690,7 @@ DRIVEITEM : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -18770,7 +19734,7 @@ DRIVEITEM : driveItem - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -19059,7 +20023,7 @@ DRIVEITEM : driveItem - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -19243,7 +20207,7 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -19405,7 +20369,7 @@ DRIVEITEM : driveItem - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -19432,7 +20396,7 @@ DRIVEITEM : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -19459,6 +20423,247 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -19845,7 +21050,7 @@ DRIVEITEM : driveItem - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -20566,10 +21771,10 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -20578,9 +21783,9 @@ LASTMODIFIEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -20678,18 +21883,18 @@ LASTMODIFIEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -20697,7 +21902,7 @@ LASTMODIFIEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -20706,7 +21911,7 @@ LASTMODIFIEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -21201,7 +22406,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -21988,7 +23193,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -23018,7 +24223,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -23101,7 +24306,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -23135,7 +24340,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -23179,7 +24384,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -23468,7 +24673,7 @@ LASTMODIFIEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -23652,7 +24857,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -23814,7 +25019,7 @@ LASTMODIFIEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -23841,7 +25046,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -23868,6 +25073,247 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -24254,7 +25700,7 @@ LASTMODIFIEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions diff --git a/src/Files/Files/docs/v1.0-beta/New-MgGroupDrive.md b/src/Files/Files/docs/v1.0-beta/New-MgGroupDrive.md index 4abe1296f49..0ce8ea9592d 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgGroupDrive.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgGroupDrive.md @@ -740,10 +740,10 @@ ACTIVITIES : The list of recent activities tha - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -752,9 +752,9 @@ ACTIVITIES : The list of recent activities tha - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -852,18 +852,18 @@ ACTIVITIES : The list of recent activities tha - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -871,7 +871,7 @@ ACTIVITIES : The list of recent activities tha - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -880,7 +880,7 @@ ACTIVITIES : The list of recent activities tha - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1375,7 +1375,7 @@ ACTIVITIES : The list of recent activities tha - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -1597,7 +1597,7 @@ ACTIVITIES : The list of recent activities tha - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2744,7 +2744,7 @@ ACTIVITIES : The list of recent activities tha - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -2827,7 +2827,7 @@ ACTIVITIES : The list of recent activities tha - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2861,7 +2861,7 @@ ACTIVITIES : The list of recent activities tha - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -2905,7 +2905,7 @@ ACTIVITIES : The list of recent activities tha - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -3194,7 +3194,7 @@ ACTIVITIES : The list of recent activities tha - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -3378,7 +3378,7 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -3540,7 +3540,7 @@ ACTIVITIES : The list of recent activities tha - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -3567,7 +3567,7 @@ ACTIVITIES : The list of recent activities tha - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -3594,6 +3594,247 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -3980,7 +4221,7 @@ ACTIVITIES : The list of recent activities tha - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -4682,10 +4923,10 @@ BODYPARAMETER : drive - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4694,9 +4935,9 @@ BODYPARAMETER : drive - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4794,18 +5035,18 @@ BODYPARAMETER : drive - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4813,7 +5054,7 @@ BODYPARAMETER : drive - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4822,7 +5063,7 @@ BODYPARAMETER : drive - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5317,7 +5558,7 @@ BODYPARAMETER : drive - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -6098,7 +6339,7 @@ BODYPARAMETER : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7099,7 +7340,7 @@ BODYPARAMETER : drive - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -7182,7 +7423,7 @@ BODYPARAMETER : drive - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7216,7 +7457,7 @@ BODYPARAMETER : drive - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -7260,7 +7501,7 @@ BODYPARAMETER : drive - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -7549,7 +7790,7 @@ BODYPARAMETER : drive - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -7733,7 +7974,7 @@ BODYPARAMETER : drive - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7895,7 +8136,7 @@ BODYPARAMETER : drive - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7922,7 +8163,7 @@ BODYPARAMETER : drive - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -7949,6 +8190,247 @@ BODYPARAMETER : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8335,7 +8817,7 @@ BODYPARAMETER : drive - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -8660,10 +9142,10 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8672,9 +9154,9 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8772,18 +9254,18 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8791,7 +9273,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8800,7 +9282,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9295,7 +9777,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -9622,7 +10104,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10708,7 +11190,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -10791,7 +11273,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -10825,7 +11307,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -10869,7 +11351,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -11158,7 +11640,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -11342,7 +11824,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -11504,7 +11986,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -11531,7 +12013,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -11558,6 +12040,247 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -11944,7 +12667,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -12646,10 +13369,10 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -12658,9 +13381,9 @@ CREATEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -12758,18 +13481,18 @@ CREATEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -12777,7 +13500,7 @@ CREATEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -12786,7 +13509,7 @@ CREATEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13281,7 +14004,7 @@ CREATEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -14068,7 +14791,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15098,7 +15821,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -15181,7 +15904,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -15215,7 +15938,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -15259,7 +15982,7 @@ CREATEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -15548,7 +16271,7 @@ CREATEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -15732,7 +16455,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -15894,7 +16617,7 @@ CREATEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -15921,7 +16644,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -15948,6 +16671,247 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -16334,7 +17298,7 @@ CREATEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -16628,10 +17592,10 @@ FOLLOWING : The list of items the user is following. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -16640,9 +17604,9 @@ FOLLOWING : The list of items the user is following. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -16740,18 +17704,18 @@ FOLLOWING : The list of items the user is following. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -16759,7 +17723,7 @@ FOLLOWING : The list of items the user is following. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -16768,7 +17732,7 @@ FOLLOWING : The list of items the user is following. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -17263,7 +18227,7 @@ FOLLOWING : The list of items the user is following. - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -17590,7 +18554,7 @@ FOLLOWING : The list of items the user is following. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -18676,7 +19640,7 @@ FOLLOWING : The list of items the user is following. - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -18759,7 +19723,7 @@ FOLLOWING : The list of items the user is following. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -18793,7 +19757,7 @@ FOLLOWING : The list of items the user is following. - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -18837,7 +19801,7 @@ FOLLOWING : The list of items the user is following. - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -19126,7 +20090,7 @@ FOLLOWING : The list of items the user is following. - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -19310,7 +20274,7 @@ FOLLOWING : The list of items the user is following. - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -19472,7 +20436,7 @@ FOLLOWING : The list of items the user is following. - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -19499,7 +20463,7 @@ FOLLOWING : The list of items the user is following. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -19526,6 +20490,247 @@ FOLLOWING : The list of items the user is following. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -19912,7 +21117,7 @@ FOLLOWING : The list of items the user is following. - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -20626,10 +21831,10 @@ ITEMS : All items contained in the drive. Read-only. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -20638,9 +21843,9 @@ ITEMS : All items contained in the drive. Read-only. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -20738,18 +21943,18 @@ ITEMS : All items contained in the drive. Read-only. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -20757,7 +21962,7 @@ ITEMS : All items contained in the drive. Read-only. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -20766,7 +21971,7 @@ ITEMS : All items contained in the drive. Read-only. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -21261,7 +22466,7 @@ ITEMS : All items contained in the drive. Read-only. - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -21588,7 +22793,7 @@ ITEMS : All items contained in the drive. Read-only. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -22674,7 +23879,7 @@ ITEMS : All items contained in the drive. Read-only. - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -22757,7 +23962,7 @@ ITEMS : All items contained in the drive. Read-only. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -22791,7 +23996,7 @@ ITEMS : All items contained in the drive. Read-only. - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -22835,7 +24040,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -23124,7 +24329,7 @@ ITEMS : All items contained in the drive. Read-only. - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -23308,7 +24513,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -23470,7 +24675,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -23497,7 +24702,7 @@ ITEMS : All items contained in the drive. Read-only. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -23524,6 +24729,247 @@ ITEMS : All items contained in the drive. Read-only. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -23910,7 +25356,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -24612,10 +26058,10 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -24624,9 +26070,9 @@ LASTMODIFIEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -24724,18 +26170,18 @@ LASTMODIFIEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -24743,7 +26189,7 @@ LASTMODIFIEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -24752,7 +26198,7 @@ LASTMODIFIEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -25247,7 +26693,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -26034,7 +27480,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -27064,7 +28510,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -27147,7 +28593,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -27181,7 +28627,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -27225,7 +28671,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -27514,7 +28960,7 @@ LASTMODIFIEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -27698,7 +29144,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -27860,7 +29306,7 @@ LASTMODIFIEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -27887,7 +29333,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -27914,6 +29360,247 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -28300,7 +29987,7 @@ LASTMODIFIEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -28595,10 +30282,10 @@ LIST : list - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -28607,9 +30294,9 @@ LIST : list - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -28707,18 +30394,18 @@ LIST : list - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -28726,7 +30413,7 @@ LIST : list - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -28735,7 +30422,7 @@ LIST : list - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -29230,7 +30917,7 @@ LIST : list - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -30046,7 +31733,7 @@ LIST : list - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -31019,7 +32706,7 @@ LIST : list - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -31102,7 +32789,7 @@ LIST : list - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -31136,7 +32823,7 @@ LIST : list - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -31180,7 +32867,7 @@ LIST : list - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -31469,7 +33156,7 @@ LIST : list - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -31653,7 +33340,7 @@ LIST : list - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -31815,7 +33502,7 @@ LIST : list - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -31842,7 +33529,7 @@ LIST : list - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -31869,6 +33556,247 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -32255,7 +34183,7 @@ LIST : list - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -32614,10 +34542,10 @@ ROOT : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -32626,9 +34554,9 @@ ROOT : driveItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -32726,18 +34654,18 @@ ROOT : driveItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -32745,7 +34673,7 @@ ROOT : driveItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -32754,7 +34682,7 @@ ROOT : driveItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -33249,7 +35177,7 @@ ROOT : driveItem - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -33576,7 +35504,7 @@ ROOT : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -34662,7 +36590,7 @@ ROOT : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -34745,7 +36673,7 @@ ROOT : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -34779,7 +36707,7 @@ ROOT : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -34823,7 +36751,7 @@ ROOT : driveItem - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -35112,7 +37040,7 @@ ROOT : driveItem - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -35296,7 +37224,7 @@ ROOT : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -35458,7 +37386,7 @@ ROOT : driveItem - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -35485,7 +37413,7 @@ ROOT : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -35512,6 +37440,247 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -35898,7 +38067,7 @@ ROOT : driveItem - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -36603,10 +38772,10 @@ SPECIAL : Collection of common folders available in - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -36615,9 +38784,9 @@ SPECIAL : Collection of common folders available in - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -36715,18 +38884,18 @@ SPECIAL : Collection of common folders available in - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -36734,7 +38903,7 @@ SPECIAL : Collection of common folders available in - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -36743,7 +38912,7 @@ SPECIAL : Collection of common folders available in - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -37238,7 +39407,7 @@ SPECIAL : Collection of common folders available in - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -37565,7 +39734,7 @@ SPECIAL : Collection of common folders available in - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -38651,7 +40820,7 @@ SPECIAL : Collection of common folders available in - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -38734,7 +40903,7 @@ SPECIAL : Collection of common folders available in - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -38768,7 +40937,7 @@ SPECIAL : Collection of common folders available in - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -38812,7 +40981,7 @@ SPECIAL : Collection of common folders available in - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -39101,7 +41270,7 @@ SPECIAL : Collection of common folders available in - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -39285,7 +41454,7 @@ SPECIAL : Collection of common folders available in - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -39447,7 +41616,7 @@ SPECIAL : Collection of common folders available in - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -39474,7 +41643,7 @@ SPECIAL : Collection of common folders available in - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -39501,6 +41670,247 @@ SPECIAL : Collection of common folders available in - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -39887,7 +42297,7 @@ SPECIAL : Collection of common folders available in - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions diff --git a/src/Files/Files/docs/v1.0-beta/New-MgShareListContentType.md b/src/Files/Files/docs/v1.0-beta/New-MgShareListContentType.md index 1029760dae5..1acd6f10a67 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgShareListContentType.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgShareListContentType.md @@ -638,7 +638,7 @@ BASE : contentType - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -825,7 +825,7 @@ BASETYPES : The collection of content types that a - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1013,7 +1013,7 @@ BODYPARAMETER : contentType - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1460,7 +1460,7 @@ DOCUMENTSET : documentSet - `[DisplayName ]`: If present, the value of this field contains the displayName string that has been set for the language present in the languageTag field. - `[LanguageTag ]`: Provides the language culture-code and friendly name of the language that the displayName field has been provided in. - `[Formula ]`: The formula to validate column value. For examples, see Examples of common formulas in lists. - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. diff --git a/src/Files/Files/docs/v1.0-beta/New-MgShareListItem.md b/src/Files/Files/docs/v1.0-beta/New-MgShareListItem.md index ccc32c9e835..3726d684400 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgShareListItem.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgShareListItem.md @@ -661,10 +661,10 @@ ACTIVITIES : The list of recent activities tha - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -673,9 +673,9 @@ ACTIVITIES : The list of recent activities tha - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -773,18 +773,18 @@ ACTIVITIES : The list of recent activities tha - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -792,7 +792,7 @@ ACTIVITIES : The list of recent activities tha - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -801,7 +801,7 @@ ACTIVITIES : The list of recent activities tha - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1296,7 +1296,7 @@ ACTIVITIES : The list of recent activities tha - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -1518,7 +1518,7 @@ ACTIVITIES : The list of recent activities tha - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2665,7 +2665,7 @@ ACTIVITIES : The list of recent activities tha - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -2748,7 +2748,7 @@ ACTIVITIES : The list of recent activities tha - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2782,7 +2782,7 @@ ACTIVITIES : The list of recent activities tha - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -2826,7 +2826,7 @@ ACTIVITIES : The list of recent activities tha - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -3115,7 +3115,7 @@ ACTIVITIES : The list of recent activities tha - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -3299,7 +3299,7 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -3461,7 +3461,7 @@ ACTIVITIES : The list of recent activities tha - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -3488,7 +3488,7 @@ ACTIVITIES : The list of recent activities tha - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -3515,6 +3515,247 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -3901,7 +4142,7 @@ ACTIVITIES : The list of recent activities tha - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -4619,10 +4860,10 @@ ANALYTICS : itemAnalytics - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4631,9 +4872,9 @@ ANALYTICS : itemAnalytics - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4731,18 +4972,18 @@ ANALYTICS : itemAnalytics - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4750,7 +4991,7 @@ ANALYTICS : itemAnalytics - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4759,7 +5000,7 @@ ANALYTICS : itemAnalytics - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5254,7 +5495,7 @@ ANALYTICS : itemAnalytics - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -5552,7 +5793,7 @@ ANALYTICS : itemAnalytics - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6638,7 +6879,7 @@ ANALYTICS : itemAnalytics - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -6721,7 +6962,7 @@ ANALYTICS : itemAnalytics - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -6755,7 +6996,7 @@ ANALYTICS : itemAnalytics - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -6799,7 +7040,7 @@ ANALYTICS : itemAnalytics - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -7088,7 +7329,7 @@ ANALYTICS : itemAnalytics - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -7272,7 +7513,7 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7434,7 +7675,7 @@ ANALYTICS : itemAnalytics - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7461,7 +7702,7 @@ ANALYTICS : itemAnalytics - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -7488,6 +7729,247 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -7874,7 +8356,7 @@ ANALYTICS : itemAnalytics - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -8583,10 +9065,10 @@ BODYPARAMETER : listItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8595,9 +9077,9 @@ BODYPARAMETER : listItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8695,18 +9177,18 @@ BODYPARAMETER : listItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8714,7 +9196,7 @@ BODYPARAMETER : listItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8723,7 +9205,7 @@ BODYPARAMETER : listItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9218,7 +9700,7 @@ BODYPARAMETER : listItem - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -9977,7 +10459,7 @@ BODYPARAMETER : listItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -11007,7 +11489,7 @@ BODYPARAMETER : listItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -11090,7 +11572,7 @@ BODYPARAMETER : listItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -11124,7 +11606,7 @@ BODYPARAMETER : listItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -11168,7 +11650,7 @@ BODYPARAMETER : listItem - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -11457,7 +11939,7 @@ BODYPARAMETER : listItem - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -11641,7 +12123,7 @@ BODYPARAMETER : listItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -11803,7 +12285,7 @@ BODYPARAMETER : listItem - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -11830,7 +12312,7 @@ BODYPARAMETER : listItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -11857,6 +12339,247 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -12243,7 +12966,7 @@ BODYPARAMETER : listItem - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -12574,10 +13297,10 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -12586,9 +13309,9 @@ CREATEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -12686,18 +13409,18 @@ CREATEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -12705,7 +13428,7 @@ CREATEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -12714,7 +13437,7 @@ CREATEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13209,7 +13932,7 @@ CREATEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -13996,7 +14719,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15026,7 +15749,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -15109,7 +15832,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -15143,7 +15866,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -15187,7 +15910,7 @@ CREATEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -15476,7 +16199,7 @@ CREATEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -15660,7 +16383,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -15822,7 +16545,7 @@ CREATEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -15849,7 +16572,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -15876,6 +16599,247 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -16262,7 +17226,7 @@ CREATEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -16561,10 +17525,10 @@ DRIVEITEM : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -16573,9 +17537,9 @@ DRIVEITEM : driveItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -16673,18 +17637,18 @@ DRIVEITEM : driveItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -16692,7 +17656,7 @@ DRIVEITEM : driveItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -16701,7 +17665,7 @@ DRIVEITEM : driveItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -17196,7 +18160,7 @@ DRIVEITEM : driveItem - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -17523,7 +18487,7 @@ DRIVEITEM : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -18609,7 +19573,7 @@ DRIVEITEM : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -18692,7 +19656,7 @@ DRIVEITEM : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -18726,7 +19690,7 @@ DRIVEITEM : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -18770,7 +19734,7 @@ DRIVEITEM : driveItem - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -19059,7 +20023,7 @@ DRIVEITEM : driveItem - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -19243,7 +20207,7 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -19405,7 +20369,7 @@ DRIVEITEM : driveItem - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -19432,7 +20396,7 @@ DRIVEITEM : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -19459,6 +20423,247 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -19845,7 +21050,7 @@ DRIVEITEM : driveItem - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -20566,10 +21771,10 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -20578,9 +21783,9 @@ LASTMODIFIEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -20678,18 +21883,18 @@ LASTMODIFIEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -20697,7 +21902,7 @@ LASTMODIFIEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -20706,7 +21911,7 @@ LASTMODIFIEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -21201,7 +22406,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -21988,7 +23193,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -23018,7 +24223,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -23101,7 +24306,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -23135,7 +24340,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -23179,7 +24384,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -23468,7 +24673,7 @@ LASTMODIFIEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -23652,7 +24857,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -23814,7 +25019,7 @@ LASTMODIFIEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -23841,7 +25046,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -23868,6 +25073,247 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -24254,7 +25700,7 @@ LASTMODIFIEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions diff --git a/src/Files/Files/docs/v1.0-beta/New-MgShareSharedDriveItemSharedDriveItem.md b/src/Files/Files/docs/v1.0-beta/New-MgShareSharedDriveItemSharedDriveItem.md index af4431d6948..8d82a541dcd 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgShareSharedDriveItemSharedDriveItem.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgShareSharedDriveItemSharedDriveItem.md @@ -574,10 +574,10 @@ BODYPARAMETER : sharedDriveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -586,9 +586,9 @@ BODYPARAMETER : sharedDriveItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -686,18 +686,18 @@ BODYPARAMETER : sharedDriveItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -705,7 +705,7 @@ BODYPARAMETER : sharedDriveItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -714,7 +714,7 @@ BODYPARAMETER : sharedDriveItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1209,7 +1209,7 @@ BODYPARAMETER : sharedDriveItem - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -1996,7 +1996,7 @@ BODYPARAMETER : sharedDriveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3026,7 +3026,7 @@ BODYPARAMETER : sharedDriveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -3109,7 +3109,7 @@ BODYPARAMETER : sharedDriveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -3143,7 +3143,7 @@ BODYPARAMETER : sharedDriveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -3187,7 +3187,7 @@ BODYPARAMETER : sharedDriveItem - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -3476,7 +3476,7 @@ BODYPARAMETER : sharedDriveItem - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -3660,7 +3660,7 @@ BODYPARAMETER : sharedDriveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -3822,7 +3822,7 @@ BODYPARAMETER : sharedDriveItem - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -3849,7 +3849,7 @@ BODYPARAMETER : sharedDriveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -3876,6 +3876,247 @@ BODYPARAMETER : sharedDriveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4262,7 +4503,7 @@ BODYPARAMETER : sharedDriveItem - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -4581,10 +4822,10 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4593,9 +4834,9 @@ CREATEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4693,18 +4934,18 @@ CREATEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4712,7 +4953,7 @@ CREATEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4721,7 +4962,7 @@ CREATEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5216,7 +5457,7 @@ CREATEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -6003,7 +6244,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7033,7 +7274,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -7116,7 +7357,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7150,7 +7391,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -7194,7 +7435,7 @@ CREATEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -7483,7 +7724,7 @@ CREATEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -7667,7 +7908,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7829,7 +8070,7 @@ CREATEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7856,7 +8097,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -7883,6 +8124,247 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8269,7 +8751,7 @@ CREATEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -8564,10 +9046,10 @@ DRIVEITEM : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8576,9 +9058,9 @@ DRIVEITEM : driveItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8676,18 +9158,18 @@ DRIVEITEM : driveItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8695,7 +9177,7 @@ DRIVEITEM : driveItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8704,7 +9186,7 @@ DRIVEITEM : driveItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9199,7 +9681,7 @@ DRIVEITEM : driveItem - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -9526,7 +10008,7 @@ DRIVEITEM : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10612,7 +11094,7 @@ DRIVEITEM : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -10695,7 +11177,7 @@ DRIVEITEM : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -10729,7 +11211,7 @@ DRIVEITEM : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -10773,7 +11255,7 @@ DRIVEITEM : driveItem - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -11062,7 +11544,7 @@ DRIVEITEM : driveItem - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -11246,7 +11728,7 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -11408,7 +11890,7 @@ DRIVEITEM : driveItem - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -11435,7 +11917,7 @@ DRIVEITEM : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -11462,6 +11944,247 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -11848,7 +12571,7 @@ DRIVEITEM : driveItem - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -12543,10 +13266,10 @@ ITEMS : All driveItems contained in the sharing root - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -12555,9 +13278,9 @@ ITEMS : All driveItems contained in the sharing root - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -12655,18 +13378,18 @@ ITEMS : All driveItems contained in the sharing root - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -12674,7 +13397,7 @@ ITEMS : All driveItems contained in the sharing root - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -12683,7 +13406,7 @@ ITEMS : All driveItems contained in the sharing root - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13178,7 +13901,7 @@ ITEMS : All driveItems contained in the sharing root - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -13505,7 +14228,7 @@ ITEMS : All driveItems contained in the sharing root - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -14591,7 +15314,7 @@ ITEMS : All driveItems contained in the sharing root - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -14674,7 +15397,7 @@ ITEMS : All driveItems contained in the sharing root - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -14708,7 +15431,7 @@ ITEMS : All driveItems contained in the sharing root - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -14752,7 +15475,7 @@ ITEMS : All driveItems contained in the sharing root - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -15041,7 +15764,7 @@ ITEMS : All driveItems contained in the sharing root - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -15225,7 +15948,7 @@ ITEMS : All driveItems contained in the sharing root - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -15387,7 +16110,7 @@ ITEMS : All driveItems contained in the sharing root - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -15414,7 +16137,7 @@ ITEMS : All driveItems contained in the sharing root - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -15441,6 +16164,247 @@ ITEMS : All driveItems contained in the sharing root - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -15827,7 +16791,7 @@ ITEMS : All driveItems contained in the sharing root - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -16529,10 +17493,10 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -16541,9 +17505,9 @@ LASTMODIFIEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -16641,18 +17605,18 @@ LASTMODIFIEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -16660,7 +17624,7 @@ LASTMODIFIEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -16669,7 +17633,7 @@ LASTMODIFIEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -17164,7 +18128,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -17951,7 +18915,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -18981,7 +19945,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -19064,7 +20028,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -19098,7 +20062,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -19142,7 +20106,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -19431,7 +20395,7 @@ LASTMODIFIEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -19615,7 +20579,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -19777,7 +20741,7 @@ LASTMODIFIEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -19804,7 +20768,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -19831,6 +20795,247 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -20217,7 +21422,7 @@ LASTMODIFIEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -20512,10 +21717,10 @@ LIST : list - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -20524,9 +21729,9 @@ LIST : list - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -20624,18 +21829,18 @@ LIST : list - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -20643,7 +21848,7 @@ LIST : list - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -20652,7 +21857,7 @@ LIST : list - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -21147,7 +22352,7 @@ LIST : list - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -21963,7 +23168,7 @@ LIST : list - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -22936,7 +24141,7 @@ LIST : list - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -23019,7 +24224,7 @@ LIST : list - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -23053,7 +24258,7 @@ LIST : list - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -23097,7 +24302,7 @@ LIST : list - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -23386,7 +24591,7 @@ LIST : list - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -23570,7 +24775,7 @@ LIST : list - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -23732,7 +24937,7 @@ LIST : list - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -23759,7 +24964,7 @@ LIST : list - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -23786,6 +24991,247 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -24172,7 +25618,7 @@ LIST : list - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -24492,10 +25938,10 @@ LISTITEM : listItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -24504,9 +25950,9 @@ LISTITEM : listItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -24604,18 +26050,18 @@ LISTITEM : listItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -24623,7 +26069,7 @@ LISTITEM : listItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -24632,7 +26078,7 @@ LISTITEM : listItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -25127,7 +26573,7 @@ LISTITEM : listItem - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -25886,7 +27332,7 @@ LISTITEM : listItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -26916,7 +28362,7 @@ LISTITEM : listItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -26999,7 +28445,7 @@ LISTITEM : listItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -27033,7 +28479,7 @@ LISTITEM : listItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -27077,7 +28523,7 @@ LISTITEM : listItem - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -27366,7 +28812,7 @@ LISTITEM : listItem - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -27550,7 +28996,7 @@ LISTITEM : listItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -27712,7 +29158,7 @@ LISTITEM : listItem - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -27739,7 +29185,7 @@ LISTITEM : listItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -27766,6 +29212,247 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -28152,7 +29839,7 @@ LISTITEM : listItem - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -28562,10 +30249,10 @@ ROOT : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -28574,9 +30261,9 @@ ROOT : driveItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -28674,18 +30361,18 @@ ROOT : driveItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -28693,7 +30380,7 @@ ROOT : driveItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -28702,7 +30389,7 @@ ROOT : driveItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -29197,7 +30884,7 @@ ROOT : driveItem - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -29524,7 +31211,7 @@ ROOT : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -30610,7 +32297,7 @@ ROOT : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -30693,7 +32380,7 @@ ROOT : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -30727,7 +32414,7 @@ ROOT : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -30771,7 +32458,7 @@ ROOT : driveItem - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -31060,7 +32747,7 @@ ROOT : driveItem - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -31244,7 +32931,7 @@ ROOT : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -31406,7 +33093,7 @@ ROOT : driveItem - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -31433,7 +33120,7 @@ ROOT : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -31460,6 +33147,247 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -31846,7 +33774,7 @@ ROOT : driveItem - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -32542,10 +34470,10 @@ SITE : site - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -32554,9 +34482,9 @@ SITE : site - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -32654,18 +34582,18 @@ SITE : site - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -32673,7 +34601,7 @@ SITE : site - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -32682,7 +34610,7 @@ SITE : site - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -33177,7 +35105,7 @@ SITE : site - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -33964,7 +35892,7 @@ SITE : site - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -34917,7 +36845,7 @@ SITE : site - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -35000,7 +36928,7 @@ SITE : site - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -35034,7 +36962,7 @@ SITE : site - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -35078,7 +37006,7 @@ SITE : site - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -35367,7 +37295,7 @@ SITE : site - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -35551,7 +37479,7 @@ SITE : site - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -35713,7 +37641,7 @@ SITE : site - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -35740,7 +37668,7 @@ SITE : site - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -35767,6 +37695,247 @@ SITE : site - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -36153,7 +38322,7 @@ SITE : site - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions diff --git a/src/Files/Files/docs/v1.0-beta/New-MgUserDrive.md b/src/Files/Files/docs/v1.0-beta/New-MgUserDrive.md index 60dd3ffe3c0..a9a2aeee1d6 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgUserDrive.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgUserDrive.md @@ -740,10 +740,10 @@ ACTIVITIES : The list of recent activities tha - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -752,9 +752,9 @@ ACTIVITIES : The list of recent activities tha - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -852,18 +852,18 @@ ACTIVITIES : The list of recent activities tha - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -871,7 +871,7 @@ ACTIVITIES : The list of recent activities tha - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -880,7 +880,7 @@ ACTIVITIES : The list of recent activities tha - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1375,7 +1375,7 @@ ACTIVITIES : The list of recent activities tha - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -1597,7 +1597,7 @@ ACTIVITIES : The list of recent activities tha - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2744,7 +2744,7 @@ ACTIVITIES : The list of recent activities tha - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -2827,7 +2827,7 @@ ACTIVITIES : The list of recent activities tha - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2861,7 +2861,7 @@ ACTIVITIES : The list of recent activities tha - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -2905,7 +2905,7 @@ ACTIVITIES : The list of recent activities tha - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -3194,7 +3194,7 @@ ACTIVITIES : The list of recent activities tha - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -3378,7 +3378,7 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -3540,7 +3540,7 @@ ACTIVITIES : The list of recent activities tha - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -3567,7 +3567,7 @@ ACTIVITIES : The list of recent activities tha - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -3594,6 +3594,247 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -3980,7 +4221,7 @@ ACTIVITIES : The list of recent activities tha - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -4682,10 +4923,10 @@ BODYPARAMETER : drive - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4694,9 +4935,9 @@ BODYPARAMETER : drive - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4794,18 +5035,18 @@ BODYPARAMETER : drive - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4813,7 +5054,7 @@ BODYPARAMETER : drive - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4822,7 +5063,7 @@ BODYPARAMETER : drive - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5317,7 +5558,7 @@ BODYPARAMETER : drive - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -6098,7 +6339,7 @@ BODYPARAMETER : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7099,7 +7340,7 @@ BODYPARAMETER : drive - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -7182,7 +7423,7 @@ BODYPARAMETER : drive - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7216,7 +7457,7 @@ BODYPARAMETER : drive - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -7260,7 +7501,7 @@ BODYPARAMETER : drive - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -7549,7 +7790,7 @@ BODYPARAMETER : drive - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -7733,7 +7974,7 @@ BODYPARAMETER : drive - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7895,7 +8136,7 @@ BODYPARAMETER : drive - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7922,7 +8163,7 @@ BODYPARAMETER : drive - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -7949,6 +8190,247 @@ BODYPARAMETER : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8335,7 +8817,7 @@ BODYPARAMETER : drive - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -8660,10 +9142,10 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8672,9 +9154,9 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8772,18 +9254,18 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8791,7 +9273,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8800,7 +9282,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9295,7 +9777,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -9622,7 +10104,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10708,7 +11190,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -10791,7 +11273,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -10825,7 +11307,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -10869,7 +11351,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -11158,7 +11640,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -11342,7 +11824,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -11504,7 +11986,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -11531,7 +12013,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -11558,6 +12040,247 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -11944,7 +12667,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -12646,10 +13369,10 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -12658,9 +13381,9 @@ CREATEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -12758,18 +13481,18 @@ CREATEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -12777,7 +13500,7 @@ CREATEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -12786,7 +13509,7 @@ CREATEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13281,7 +14004,7 @@ CREATEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -14068,7 +14791,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15098,7 +15821,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -15181,7 +15904,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -15215,7 +15938,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -15259,7 +15982,7 @@ CREATEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -15548,7 +16271,7 @@ CREATEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -15732,7 +16455,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -15894,7 +16617,7 @@ CREATEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -15921,7 +16644,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -15948,6 +16671,247 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -16334,7 +17298,7 @@ CREATEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -16628,10 +17592,10 @@ FOLLOWING : The list of items the user is following. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -16640,9 +17604,9 @@ FOLLOWING : The list of items the user is following. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -16740,18 +17704,18 @@ FOLLOWING : The list of items the user is following. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -16759,7 +17723,7 @@ FOLLOWING : The list of items the user is following. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -16768,7 +17732,7 @@ FOLLOWING : The list of items the user is following. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -17263,7 +18227,7 @@ FOLLOWING : The list of items the user is following. - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -17590,7 +18554,7 @@ FOLLOWING : The list of items the user is following. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -18676,7 +19640,7 @@ FOLLOWING : The list of items the user is following. - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -18759,7 +19723,7 @@ FOLLOWING : The list of items the user is following. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -18793,7 +19757,7 @@ FOLLOWING : The list of items the user is following. - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -18837,7 +19801,7 @@ FOLLOWING : The list of items the user is following. - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -19126,7 +20090,7 @@ FOLLOWING : The list of items the user is following. - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -19310,7 +20274,7 @@ FOLLOWING : The list of items the user is following. - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -19472,7 +20436,7 @@ FOLLOWING : The list of items the user is following. - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -19499,7 +20463,7 @@ FOLLOWING : The list of items the user is following. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -19526,6 +20490,247 @@ FOLLOWING : The list of items the user is following. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -19912,7 +21117,7 @@ FOLLOWING : The list of items the user is following. - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -20626,10 +21831,10 @@ ITEMS : All items contained in the drive. Read-only. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -20638,9 +21843,9 @@ ITEMS : All items contained in the drive. Read-only. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -20738,18 +21943,18 @@ ITEMS : All items contained in the drive. Read-only. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -20757,7 +21962,7 @@ ITEMS : All items contained in the drive. Read-only. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -20766,7 +21971,7 @@ ITEMS : All items contained in the drive. Read-only. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -21261,7 +22466,7 @@ ITEMS : All items contained in the drive. Read-only. - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -21588,7 +22793,7 @@ ITEMS : All items contained in the drive. Read-only. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -22674,7 +23879,7 @@ ITEMS : All items contained in the drive. Read-only. - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -22757,7 +23962,7 @@ ITEMS : All items contained in the drive. Read-only. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -22791,7 +23996,7 @@ ITEMS : All items contained in the drive. Read-only. - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -22835,7 +24040,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -23124,7 +24329,7 @@ ITEMS : All items contained in the drive. Read-only. - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -23308,7 +24513,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -23470,7 +24675,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -23497,7 +24702,7 @@ ITEMS : All items contained in the drive. Read-only. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -23524,6 +24729,247 @@ ITEMS : All items contained in the drive. Read-only. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -23910,7 +25356,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -24612,10 +26058,10 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -24624,9 +26070,9 @@ LASTMODIFIEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -24724,18 +26170,18 @@ LASTMODIFIEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -24743,7 +26189,7 @@ LASTMODIFIEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -24752,7 +26198,7 @@ LASTMODIFIEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -25247,7 +26693,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -26034,7 +27480,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -27064,7 +28510,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -27147,7 +28593,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -27181,7 +28627,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -27225,7 +28671,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -27514,7 +28960,7 @@ LASTMODIFIEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -27698,7 +29144,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -27860,7 +29306,7 @@ LASTMODIFIEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -27887,7 +29333,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -27914,6 +29360,247 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -28300,7 +29987,7 @@ LASTMODIFIEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -28595,10 +30282,10 @@ LIST : list - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -28607,9 +30294,9 @@ LIST : list - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -28707,18 +30394,18 @@ LIST : list - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -28726,7 +30413,7 @@ LIST : list - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -28735,7 +30422,7 @@ LIST : list - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -29230,7 +30917,7 @@ LIST : list - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -30046,7 +31733,7 @@ LIST : list - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -31019,7 +32706,7 @@ LIST : list - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -31102,7 +32789,7 @@ LIST : list - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -31136,7 +32823,7 @@ LIST : list - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -31180,7 +32867,7 @@ LIST : list - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -31469,7 +33156,7 @@ LIST : list - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -31653,7 +33340,7 @@ LIST : list - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -31815,7 +33502,7 @@ LIST : list - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -31842,7 +33529,7 @@ LIST : list - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -31869,6 +33556,247 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -32255,7 +34183,7 @@ LIST : list - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -32614,10 +34542,10 @@ ROOT : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -32626,9 +34554,9 @@ ROOT : driveItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -32726,18 +34654,18 @@ ROOT : driveItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -32745,7 +34673,7 @@ ROOT : driveItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -32754,7 +34682,7 @@ ROOT : driveItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -33249,7 +35177,7 @@ ROOT : driveItem - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -33576,7 +35504,7 @@ ROOT : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -34662,7 +36590,7 @@ ROOT : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -34745,7 +36673,7 @@ ROOT : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -34779,7 +36707,7 @@ ROOT : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -34823,7 +36751,7 @@ ROOT : driveItem - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -35112,7 +37040,7 @@ ROOT : driveItem - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -35296,7 +37224,7 @@ ROOT : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -35458,7 +37386,7 @@ ROOT : driveItem - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -35485,7 +37413,7 @@ ROOT : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -35512,6 +37440,247 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -35898,7 +38067,7 @@ ROOT : driveItem - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -36603,10 +38772,10 @@ SPECIAL : Collection of common folders available in - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -36615,9 +38784,9 @@ SPECIAL : Collection of common folders available in - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -36715,18 +38884,18 @@ SPECIAL : Collection of common folders available in - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -36734,7 +38903,7 @@ SPECIAL : Collection of common folders available in - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -36743,7 +38912,7 @@ SPECIAL : Collection of common folders available in - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -37238,7 +39407,7 @@ SPECIAL : Collection of common folders available in - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -37565,7 +39734,7 @@ SPECIAL : Collection of common folders available in - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -38651,7 +40820,7 @@ SPECIAL : Collection of common folders available in - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -38734,7 +40903,7 @@ SPECIAL : Collection of common folders available in - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -38768,7 +40937,7 @@ SPECIAL : Collection of common folders available in - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -38812,7 +40981,7 @@ SPECIAL : Collection of common folders available in - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -39101,7 +41270,7 @@ SPECIAL : Collection of common folders available in - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -39285,7 +41454,7 @@ SPECIAL : Collection of common folders available in - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -39447,7 +41616,7 @@ SPECIAL : Collection of common folders available in - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -39474,7 +41643,7 @@ SPECIAL : Collection of common folders available in - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -39501,6 +41670,247 @@ SPECIAL : Collection of common folders available in - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -39887,7 +42297,7 @@ SPECIAL : Collection of common folders available in - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgDrive.md b/src/Files/Files/docs/v1.0-beta/Update-MgDrive.md index 5f8bdd55468..cb07eeec133 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgDrive.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgDrive.md @@ -753,10 +753,10 @@ ACTIVITIES : The list of recent activities tha - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -765,9 +765,9 @@ ACTIVITIES : The list of recent activities tha - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -865,18 +865,18 @@ ACTIVITIES : The list of recent activities tha - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -884,7 +884,7 @@ ACTIVITIES : The list of recent activities tha - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -893,7 +893,7 @@ ACTIVITIES : The list of recent activities tha - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1388,7 +1388,7 @@ ACTIVITIES : The list of recent activities tha - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -1610,7 +1610,7 @@ ACTIVITIES : The list of recent activities tha - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2757,7 +2757,7 @@ ACTIVITIES : The list of recent activities tha - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -2840,7 +2840,7 @@ ACTIVITIES : The list of recent activities tha - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2874,7 +2874,7 @@ ACTIVITIES : The list of recent activities tha - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -2918,7 +2918,7 @@ ACTIVITIES : The list of recent activities tha - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -3207,7 +3207,7 @@ ACTIVITIES : The list of recent activities tha - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -3391,7 +3391,7 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -3553,7 +3553,7 @@ ACTIVITIES : The list of recent activities tha - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -3580,7 +3580,7 @@ ACTIVITIES : The list of recent activities tha - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -3607,6 +3607,247 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -3993,7 +4234,7 @@ ACTIVITIES : The list of recent activities tha - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -4695,10 +4936,10 @@ BODYPARAMETER : drive - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4707,9 +4948,9 @@ BODYPARAMETER : drive - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4807,18 +5048,18 @@ BODYPARAMETER : drive - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4826,7 +5067,7 @@ BODYPARAMETER : drive - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4835,7 +5076,7 @@ BODYPARAMETER : drive - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5330,7 +5571,7 @@ BODYPARAMETER : drive - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -6111,7 +6352,7 @@ BODYPARAMETER : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7112,7 +7353,7 @@ BODYPARAMETER : drive - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -7195,7 +7436,7 @@ BODYPARAMETER : drive - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7229,7 +7470,7 @@ BODYPARAMETER : drive - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -7273,7 +7514,7 @@ BODYPARAMETER : drive - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -7562,7 +7803,7 @@ BODYPARAMETER : drive - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -7746,7 +7987,7 @@ BODYPARAMETER : drive - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7908,7 +8149,7 @@ BODYPARAMETER : drive - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7935,7 +8176,7 @@ BODYPARAMETER : drive - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -7962,6 +8203,247 @@ BODYPARAMETER : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8348,7 +8830,7 @@ BODYPARAMETER : drive - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -8673,10 +9155,10 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8685,9 +9167,9 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8785,18 +9267,18 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8804,7 +9286,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8813,7 +9295,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9308,7 +9790,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -9635,7 +10117,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10721,7 +11203,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -10804,7 +11286,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -10838,7 +11320,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -10882,7 +11364,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -11171,7 +11653,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -11355,7 +11837,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -11517,7 +11999,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -11544,7 +12026,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -11571,6 +12053,247 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -11957,7 +12680,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -12659,10 +13382,10 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -12671,9 +13394,9 @@ CREATEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -12771,18 +13494,18 @@ CREATEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -12790,7 +13513,7 @@ CREATEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -12799,7 +13522,7 @@ CREATEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13294,7 +14017,7 @@ CREATEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -14081,7 +14804,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15111,7 +15834,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -15194,7 +15917,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -15228,7 +15951,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -15272,7 +15995,7 @@ CREATEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -15561,7 +16284,7 @@ CREATEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -15745,7 +16468,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -15907,7 +16630,7 @@ CREATEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -15934,7 +16657,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -15961,6 +16684,247 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -16347,7 +17311,7 @@ CREATEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -16641,10 +17605,10 @@ FOLLOWING : The list of items the user is following. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -16653,9 +17617,9 @@ FOLLOWING : The list of items the user is following. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -16753,18 +17717,18 @@ FOLLOWING : The list of items the user is following. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -16772,7 +17736,7 @@ FOLLOWING : The list of items the user is following. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -16781,7 +17745,7 @@ FOLLOWING : The list of items the user is following. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -17276,7 +18240,7 @@ FOLLOWING : The list of items the user is following. - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -17603,7 +18567,7 @@ FOLLOWING : The list of items the user is following. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -18689,7 +19653,7 @@ FOLLOWING : The list of items the user is following. - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -18772,7 +19736,7 @@ FOLLOWING : The list of items the user is following. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -18806,7 +19770,7 @@ FOLLOWING : The list of items the user is following. - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -18850,7 +19814,7 @@ FOLLOWING : The list of items the user is following. - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -19139,7 +20103,7 @@ FOLLOWING : The list of items the user is following. - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -19323,7 +20287,7 @@ FOLLOWING : The list of items the user is following. - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -19485,7 +20449,7 @@ FOLLOWING : The list of items the user is following. - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -19512,7 +20476,7 @@ FOLLOWING : The list of items the user is following. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -19539,6 +20503,247 @@ FOLLOWING : The list of items the user is following. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -19925,7 +21130,7 @@ FOLLOWING : The list of items the user is following. - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -20639,10 +21844,10 @@ ITEMS : All items contained in the drive. Read-only. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -20651,9 +21856,9 @@ ITEMS : All items contained in the drive. Read-only. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -20751,18 +21956,18 @@ ITEMS : All items contained in the drive. Read-only. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -20770,7 +21975,7 @@ ITEMS : All items contained in the drive. Read-only. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -20779,7 +21984,7 @@ ITEMS : All items contained in the drive. Read-only. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -21274,7 +22479,7 @@ ITEMS : All items contained in the drive. Read-only. - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -21601,7 +22806,7 @@ ITEMS : All items contained in the drive. Read-only. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -22687,7 +23892,7 @@ ITEMS : All items contained in the drive. Read-only. - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -22770,7 +23975,7 @@ ITEMS : All items contained in the drive. Read-only. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -22804,7 +24009,7 @@ ITEMS : All items contained in the drive. Read-only. - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -22848,7 +24053,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -23137,7 +24342,7 @@ ITEMS : All items contained in the drive. Read-only. - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -23321,7 +24526,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -23483,7 +24688,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -23510,7 +24715,7 @@ ITEMS : All items contained in the drive. Read-only. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -23537,6 +24742,247 @@ ITEMS : All items contained in the drive. Read-only. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -23923,7 +25369,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -24625,10 +26071,10 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -24637,9 +26083,9 @@ LASTMODIFIEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -24737,18 +26183,18 @@ LASTMODIFIEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -24756,7 +26202,7 @@ LASTMODIFIEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -24765,7 +26211,7 @@ LASTMODIFIEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -25260,7 +26706,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -26047,7 +27493,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -27077,7 +28523,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -27160,7 +28606,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -27194,7 +28640,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -27238,7 +28684,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -27527,7 +28973,7 @@ LASTMODIFIEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -27711,7 +29157,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -27873,7 +29319,7 @@ LASTMODIFIEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -27900,7 +29346,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -27927,6 +29373,247 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -28313,7 +30000,7 @@ LASTMODIFIEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -28608,10 +30295,10 @@ LIST : list - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -28620,9 +30307,9 @@ LIST : list - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -28720,18 +30407,18 @@ LIST : list - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -28739,7 +30426,7 @@ LIST : list - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -28748,7 +30435,7 @@ LIST : list - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -29243,7 +30930,7 @@ LIST : list - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -30059,7 +31746,7 @@ LIST : list - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -31032,7 +32719,7 @@ LIST : list - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -31115,7 +32802,7 @@ LIST : list - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -31149,7 +32836,7 @@ LIST : list - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -31193,7 +32880,7 @@ LIST : list - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -31482,7 +33169,7 @@ LIST : list - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -31666,7 +33353,7 @@ LIST : list - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -31828,7 +33515,7 @@ LIST : list - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -31855,7 +33542,7 @@ LIST : list - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -31882,6 +33569,247 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -32268,7 +34196,7 @@ LIST : list - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -32627,10 +34555,10 @@ ROOT : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -32639,9 +34567,9 @@ ROOT : driveItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -32739,18 +34667,18 @@ ROOT : driveItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -32758,7 +34686,7 @@ ROOT : driveItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -32767,7 +34695,7 @@ ROOT : driveItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -33262,7 +35190,7 @@ ROOT : driveItem - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -33589,7 +35517,7 @@ ROOT : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -34675,7 +36603,7 @@ ROOT : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -34758,7 +36686,7 @@ ROOT : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -34792,7 +36720,7 @@ ROOT : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -34836,7 +36764,7 @@ ROOT : driveItem - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -35125,7 +37053,7 @@ ROOT : driveItem - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -35309,7 +37237,7 @@ ROOT : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -35471,7 +37399,7 @@ ROOT : driveItem - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -35498,7 +37426,7 @@ ROOT : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -35525,6 +37453,247 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -35911,7 +38080,7 @@ ROOT : driveItem - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -36616,10 +38785,10 @@ SPECIAL : Collection of common folders available in - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -36628,9 +38797,9 @@ SPECIAL : Collection of common folders available in - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -36728,18 +38897,18 @@ SPECIAL : Collection of common folders available in - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -36747,7 +38916,7 @@ SPECIAL : Collection of common folders available in - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -36756,7 +38925,7 @@ SPECIAL : Collection of common folders available in - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -37251,7 +39420,7 @@ SPECIAL : Collection of common folders available in - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -37578,7 +39747,7 @@ SPECIAL : Collection of common folders available in - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -38664,7 +40833,7 @@ SPECIAL : Collection of common folders available in - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -38747,7 +40916,7 @@ SPECIAL : Collection of common folders available in - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -38781,7 +40950,7 @@ SPECIAL : Collection of common folders available in - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -38825,7 +40994,7 @@ SPECIAL : Collection of common folders available in - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -39114,7 +41283,7 @@ SPECIAL : Collection of common folders available in - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -39298,7 +41467,7 @@ SPECIAL : Collection of common folders available in - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -39460,7 +41629,7 @@ SPECIAL : Collection of common folders available in - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -39487,7 +41656,7 @@ SPECIAL : Collection of common folders available in - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -39514,6 +41683,247 @@ SPECIAL : Collection of common folders available in - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -39900,7 +42310,7 @@ SPECIAL : Collection of common folders available in - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgDriveItem.md b/src/Files/Files/docs/v1.0-beta/Update-MgDriveItem.md index 2ce0b6b9f8e..29355a1958b 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgDriveItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgDriveItem.md @@ -1161,10 +1161,10 @@ ACTIVITIES : The list of recent activities tha - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -1173,9 +1173,9 @@ ACTIVITIES : The list of recent activities tha - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1273,18 +1273,18 @@ ACTIVITIES : The list of recent activities tha - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -1292,7 +1292,7 @@ ACTIVITIES : The list of recent activities tha - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -1301,7 +1301,7 @@ ACTIVITIES : The list of recent activities tha - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1796,7 +1796,7 @@ ACTIVITIES : The list of recent activities tha - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -2018,7 +2018,7 @@ ACTIVITIES : The list of recent activities tha - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3165,7 +3165,7 @@ ACTIVITIES : The list of recent activities tha - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -3248,7 +3248,7 @@ ACTIVITIES : The list of recent activities tha - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -3282,7 +3282,7 @@ ACTIVITIES : The list of recent activities tha - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -3326,7 +3326,7 @@ ACTIVITIES : The list of recent activities tha - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -3615,7 +3615,7 @@ ACTIVITIES : The list of recent activities tha - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -3799,7 +3799,7 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -3961,7 +3961,7 @@ ACTIVITIES : The list of recent activities tha - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -3988,7 +3988,7 @@ ACTIVITIES : The list of recent activities tha - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -4015,6 +4015,247 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4401,7 +4642,7 @@ ACTIVITIES : The list of recent activities tha - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -5119,10 +5360,10 @@ ANALYTICS : itemAnalytics - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5131,9 +5372,9 @@ ANALYTICS : itemAnalytics - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5231,18 +5472,18 @@ ANALYTICS : itemAnalytics - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -5250,7 +5491,7 @@ ANALYTICS : itemAnalytics - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -5259,7 +5500,7 @@ ANALYTICS : itemAnalytics - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5754,7 +5995,7 @@ ANALYTICS : itemAnalytics - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -6052,7 +6293,7 @@ ANALYTICS : itemAnalytics - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7138,7 +7379,7 @@ ANALYTICS : itemAnalytics - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -7221,7 +7462,7 @@ ANALYTICS : itemAnalytics - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7255,7 +7496,7 @@ ANALYTICS : itemAnalytics - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -7299,7 +7540,7 @@ ANALYTICS : itemAnalytics - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -7588,7 +7829,7 @@ ANALYTICS : itemAnalytics - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -7772,7 +8013,7 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7934,7 +8175,7 @@ ANALYTICS : itemAnalytics - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7961,7 +8202,7 @@ ANALYTICS : itemAnalytics - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -7988,6 +8229,247 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8374,7 +8856,7 @@ ANALYTICS : itemAnalytics - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -9102,10 +9584,10 @@ BODYPARAMETER : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9114,9 +9596,9 @@ BODYPARAMETER : driveItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9214,18 +9696,18 @@ BODYPARAMETER : driveItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9233,7 +9715,7 @@ BODYPARAMETER : driveItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9242,7 +9724,7 @@ BODYPARAMETER : driveItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9737,7 +10219,7 @@ BODYPARAMETER : driveItem - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -10064,7 +10546,7 @@ BODYPARAMETER : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -11150,7 +11632,7 @@ BODYPARAMETER : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -11233,7 +11715,7 @@ BODYPARAMETER : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -11267,7 +11749,7 @@ BODYPARAMETER : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -11311,7 +11793,7 @@ BODYPARAMETER : driveItem - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -11600,7 +12082,7 @@ BODYPARAMETER : driveItem - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -11784,7 +12266,7 @@ BODYPARAMETER : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -11946,7 +12428,7 @@ BODYPARAMETER : driveItem - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -11973,7 +12455,7 @@ BODYPARAMETER : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -12000,6 +12482,247 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -12386,7 +13109,7 @@ BODYPARAMETER : driveItem - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -13088,10 +13811,10 @@ CHILDREN : Collection containing Item objects for th - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13100,9 +13823,9 @@ CHILDREN : Collection containing Item objects for th - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13200,18 +13923,18 @@ CHILDREN : Collection containing Item objects for th - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -13219,7 +13942,7 @@ CHILDREN : Collection containing Item objects for th - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -13228,7 +13951,7 @@ CHILDREN : Collection containing Item objects for th - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13723,7 +14446,7 @@ CHILDREN : Collection containing Item objects for th - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -14050,7 +14773,7 @@ CHILDREN : Collection containing Item objects for th - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15136,7 +15859,7 @@ CHILDREN : Collection containing Item objects for th - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -15219,7 +15942,7 @@ CHILDREN : Collection containing Item objects for th - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -15253,7 +15976,7 @@ CHILDREN : Collection containing Item objects for th - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -15297,7 +16020,7 @@ CHILDREN : Collection containing Item objects for th - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -15586,7 +16309,7 @@ CHILDREN : Collection containing Item objects for th - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -15770,7 +16493,7 @@ CHILDREN : Collection containing Item objects for th - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -15932,7 +16655,7 @@ CHILDREN : Collection containing Item objects for th - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -15959,7 +16682,7 @@ CHILDREN : Collection containing Item objects for th - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -15986,6 +16709,247 @@ CHILDREN : Collection containing Item objects for th - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -16372,7 +17336,7 @@ CHILDREN : Collection containing Item objects for th - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -17074,10 +18038,10 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -17086,9 +18050,9 @@ CREATEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -17186,18 +18150,18 @@ CREATEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -17205,7 +18169,7 @@ CREATEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -17214,7 +18178,7 @@ CREATEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -17709,7 +18673,7 @@ CREATEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -18496,7 +19460,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -19526,7 +20490,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -19609,7 +20573,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -19643,7 +20607,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -19687,7 +20651,7 @@ CREATEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -19976,7 +20940,7 @@ CREATEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -20160,7 +21124,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -20322,7 +21286,7 @@ CREATEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -20349,7 +21313,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -20376,6 +21340,247 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -20762,7 +21967,7 @@ CREATEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -21117,10 +22322,10 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -21129,9 +22334,9 @@ LASTMODIFIEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -21229,18 +22434,18 @@ LASTMODIFIEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -21248,7 +22453,7 @@ LASTMODIFIEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -21257,7 +22462,7 @@ LASTMODIFIEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -21752,7 +22957,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -22539,7 +23744,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -23569,7 +24774,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -23652,7 +24857,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -23686,7 +24891,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -23730,7 +24935,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -24019,7 +25224,7 @@ LASTMODIFIEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -24203,7 +25408,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -24365,7 +25570,7 @@ LASTMODIFIEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -24392,7 +25597,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -24419,6 +25624,247 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -24805,7 +26251,7 @@ LASTMODIFIEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -25100,10 +26546,10 @@ LISTITEM : listItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -25112,9 +26558,9 @@ LISTITEM : listItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -25212,18 +26658,18 @@ LISTITEM : listItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -25231,7 +26677,7 @@ LISTITEM : listItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -25240,7 +26686,7 @@ LISTITEM : listItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -25735,7 +27181,7 @@ LISTITEM : listItem - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -26494,7 +27940,7 @@ LISTITEM : listItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -27524,7 +28970,7 @@ LISTITEM : listItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -27607,7 +29053,7 @@ LISTITEM : listItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -27641,7 +29087,7 @@ LISTITEM : listItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -27685,7 +29131,7 @@ LISTITEM : listItem - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -27974,7 +29420,7 @@ LISTITEM : listItem - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -28158,7 +29604,7 @@ LISTITEM : listItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -28320,7 +29766,7 @@ LISTITEM : listItem - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -28347,7 +29793,7 @@ LISTITEM : listItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -28374,6 +29820,247 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -28760,7 +30447,7 @@ LISTITEM : listItem - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgDriveList.md b/src/Files/Files/docs/v1.0-beta/Update-MgDriveList.md index f8d24f9eea1..25d3671b5dc 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgDriveList.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgDriveList.md @@ -731,10 +731,10 @@ ACTIVITIES : The recent activities that took p - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -743,9 +743,9 @@ ACTIVITIES : The recent activities that took p - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -843,18 +843,18 @@ ACTIVITIES : The recent activities that took p - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -862,7 +862,7 @@ ACTIVITIES : The recent activities that took p - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -871,7 +871,7 @@ ACTIVITIES : The recent activities that took p - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1366,7 +1366,7 @@ ACTIVITIES : The recent activities that took p - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -1588,7 +1588,7 @@ ACTIVITIES : The recent activities that took p - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2735,7 +2735,7 @@ ACTIVITIES : The recent activities that took p - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -2818,7 +2818,7 @@ ACTIVITIES : The recent activities that took p - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2852,7 +2852,7 @@ ACTIVITIES : The recent activities that took p - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -2896,7 +2896,7 @@ ACTIVITIES : The recent activities that took p - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -3185,7 +3185,7 @@ ACTIVITIES : The recent activities that took p - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -3369,7 +3369,7 @@ ACTIVITIES : The recent activities that took p - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -3531,7 +3531,7 @@ ACTIVITIES : The recent activities that took p - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -3558,7 +3558,7 @@ ACTIVITIES : The recent activities that took p - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -3585,6 +3585,247 @@ ACTIVITIES : The recent activities that took p - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -3971,7 +4212,7 @@ ACTIVITIES : The recent activities that took p - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -4673,10 +4914,10 @@ BODYPARAMETER : list - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4685,9 +4926,9 @@ BODYPARAMETER : list - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4785,18 +5026,18 @@ BODYPARAMETER : list - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4804,7 +5045,7 @@ BODYPARAMETER : list - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4813,7 +5054,7 @@ BODYPARAMETER : list - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5308,7 +5549,7 @@ BODYPARAMETER : list - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -6124,7 +6365,7 @@ BODYPARAMETER : list - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7097,7 +7338,7 @@ BODYPARAMETER : list - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -7180,7 +7421,7 @@ BODYPARAMETER : list - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7214,7 +7455,7 @@ BODYPARAMETER : list - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -7258,7 +7499,7 @@ BODYPARAMETER : list - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -7547,7 +7788,7 @@ BODYPARAMETER : list - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -7731,7 +7972,7 @@ BODYPARAMETER : list - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7893,7 +8134,7 @@ BODYPARAMETER : list - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7920,7 +8161,7 @@ BODYPARAMETER : list - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -7947,6 +8188,247 @@ BODYPARAMETER : list - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8333,7 +8815,7 @@ BODYPARAMETER : list - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -8805,7 +9287,7 @@ CONTENTTYPES : The collection of content types pre - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -8980,10 +9462,10 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8992,9 +9474,9 @@ CREATEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9092,18 +9574,18 @@ CREATEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9111,7 +9593,7 @@ CREATEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9120,7 +9602,7 @@ CREATEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9615,7 +10097,7 @@ CREATEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -10402,7 +10884,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -11432,7 +11914,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -11515,7 +11997,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -11549,7 +12031,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -11593,7 +12075,7 @@ CREATEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -11882,7 +12364,7 @@ CREATEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -12066,7 +12548,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -12228,7 +12710,7 @@ CREATEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -12255,7 +12737,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -12282,6 +12764,247 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -12668,7 +13391,7 @@ CREATEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -12963,10 +13686,10 @@ DRIVE : drive - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -12975,9 +13698,9 @@ DRIVE : drive - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13075,18 +13798,18 @@ DRIVE : drive - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -13094,7 +13817,7 @@ DRIVE : drive - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -13103,7 +13826,7 @@ DRIVE : drive - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13598,7 +14321,7 @@ DRIVE : drive - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -14379,7 +15102,7 @@ DRIVE : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15380,7 +16103,7 @@ DRIVE : drive - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -15463,7 +16186,7 @@ DRIVE : drive - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -15497,7 +16220,7 @@ DRIVE : drive - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -15541,7 +16264,7 @@ DRIVE : drive - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -15830,7 +16553,7 @@ DRIVE : drive - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -16014,7 +16737,7 @@ DRIVE : drive - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -16176,7 +16899,7 @@ DRIVE : drive - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -16203,7 +16926,7 @@ DRIVE : drive - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -16230,6 +16953,247 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -16616,7 +17580,7 @@ DRIVE : drive - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -16960,10 +17924,10 @@ ITEMS : All items contained in the list. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -16972,9 +17936,9 @@ ITEMS : All items contained in the list. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -17072,18 +18036,18 @@ ITEMS : All items contained in the list. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -17091,7 +18055,7 @@ ITEMS : All items contained in the list. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -17100,7 +18064,7 @@ ITEMS : All items contained in the list. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -17595,7 +18559,7 @@ ITEMS : All items contained in the list. - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -18354,7 +19318,7 @@ ITEMS : All items contained in the list. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -19384,7 +20348,7 @@ ITEMS : All items contained in the list. - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -19467,7 +20431,7 @@ ITEMS : All items contained in the list. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -19501,7 +20465,7 @@ ITEMS : All items contained in the list. - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -19545,7 +20509,7 @@ ITEMS : All items contained in the list. - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -19834,7 +20798,7 @@ ITEMS : All items contained in the list. - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -20018,7 +20982,7 @@ ITEMS : All items contained in the list. - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -20180,7 +21144,7 @@ ITEMS : All items contained in the list. - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -20207,7 +21171,7 @@ ITEMS : All items contained in the list. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -20234,6 +21198,247 @@ ITEMS : All items contained in the list. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -20620,7 +21825,7 @@ ITEMS : All items contained in the list. - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -20946,10 +22151,10 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -20958,9 +22163,9 @@ LASTMODIFIEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -21058,18 +22263,18 @@ LASTMODIFIEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -21077,7 +22282,7 @@ LASTMODIFIEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -21086,7 +22291,7 @@ LASTMODIFIEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -21581,7 +22786,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -22368,7 +23573,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -23398,7 +24603,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -23481,7 +24686,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -23515,7 +24720,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -23559,7 +24764,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -23848,7 +25053,7 @@ LASTMODIFIEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -24032,7 +25237,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -24194,7 +25399,7 @@ LASTMODIFIEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -24221,7 +25426,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -24248,6 +25453,247 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -24634,7 +26080,7 @@ LASTMODIFIEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgDriveListContentType.md b/src/Files/Files/docs/v1.0-beta/Update-MgDriveListContentType.md index 80f3e3dd191..1a360b23c97 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgDriveListContentType.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgDriveListContentType.md @@ -668,7 +668,7 @@ BASE : contentType - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -855,7 +855,7 @@ BASETYPES : The collection of content types that a - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1043,7 +1043,7 @@ BODYPARAMETER : contentType - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1490,7 +1490,7 @@ DOCUMENTSET : documentSet - `[DisplayName ]`: If present, the value of this field contains the displayName string that has been set for the language present in the languageTag field. - `[LanguageTag ]`: Provides the language culture-code and friendly name of the language that the displayName field has been provided in. - `[Formula ]`: The formula to validate column value. For examples, see Examples of common formulas in lists. - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgDriveListItem.md b/src/Files/Files/docs/v1.0-beta/Update-MgDriveListItem.md index fc9d362f478..d1677b5774c 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgDriveListItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgDriveListItem.md @@ -691,10 +691,10 @@ ACTIVITIES : The list of recent activities tha - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -703,9 +703,9 @@ ACTIVITIES : The list of recent activities tha - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -803,18 +803,18 @@ ACTIVITIES : The list of recent activities tha - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -822,7 +822,7 @@ ACTIVITIES : The list of recent activities tha - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -831,7 +831,7 @@ ACTIVITIES : The list of recent activities tha - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1326,7 +1326,7 @@ ACTIVITIES : The list of recent activities tha - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -1548,7 +1548,7 @@ ACTIVITIES : The list of recent activities tha - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2695,7 +2695,7 @@ ACTIVITIES : The list of recent activities tha - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -2778,7 +2778,7 @@ ACTIVITIES : The list of recent activities tha - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2812,7 +2812,7 @@ ACTIVITIES : The list of recent activities tha - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -2856,7 +2856,7 @@ ACTIVITIES : The list of recent activities tha - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -3145,7 +3145,7 @@ ACTIVITIES : The list of recent activities tha - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -3329,7 +3329,7 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -3491,7 +3491,7 @@ ACTIVITIES : The list of recent activities tha - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -3518,7 +3518,7 @@ ACTIVITIES : The list of recent activities tha - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -3545,6 +3545,247 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -3931,7 +4172,7 @@ ACTIVITIES : The list of recent activities tha - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -4649,10 +4890,10 @@ ANALYTICS : itemAnalytics - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4661,9 +4902,9 @@ ANALYTICS : itemAnalytics - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4761,18 +5002,18 @@ ANALYTICS : itemAnalytics - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4780,7 +5021,7 @@ ANALYTICS : itemAnalytics - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4789,7 +5030,7 @@ ANALYTICS : itemAnalytics - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5284,7 +5525,7 @@ ANALYTICS : itemAnalytics - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -5582,7 +5823,7 @@ ANALYTICS : itemAnalytics - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6668,7 +6909,7 @@ ANALYTICS : itemAnalytics - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -6751,7 +6992,7 @@ ANALYTICS : itemAnalytics - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -6785,7 +7026,7 @@ ANALYTICS : itemAnalytics - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -6829,7 +7070,7 @@ ANALYTICS : itemAnalytics - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -7118,7 +7359,7 @@ ANALYTICS : itemAnalytics - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -7302,7 +7543,7 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7464,7 +7705,7 @@ ANALYTICS : itemAnalytics - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7491,7 +7732,7 @@ ANALYTICS : itemAnalytics - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -7518,6 +7759,247 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -7904,7 +8386,7 @@ ANALYTICS : itemAnalytics - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -8613,10 +9095,10 @@ BODYPARAMETER : listItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8625,9 +9107,9 @@ BODYPARAMETER : listItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8725,18 +9207,18 @@ BODYPARAMETER : listItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8744,7 +9226,7 @@ BODYPARAMETER : listItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8753,7 +9235,7 @@ BODYPARAMETER : listItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9248,7 +9730,7 @@ BODYPARAMETER : listItem - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -10007,7 +10489,7 @@ BODYPARAMETER : listItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -11037,7 +11519,7 @@ BODYPARAMETER : listItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -11120,7 +11602,7 @@ BODYPARAMETER : listItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -11154,7 +11636,7 @@ BODYPARAMETER : listItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -11198,7 +11680,7 @@ BODYPARAMETER : listItem - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -11487,7 +11969,7 @@ BODYPARAMETER : listItem - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -11671,7 +12153,7 @@ BODYPARAMETER : listItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -11833,7 +12315,7 @@ BODYPARAMETER : listItem - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -11860,7 +12342,7 @@ BODYPARAMETER : listItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -11887,6 +12369,247 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -12273,7 +12996,7 @@ BODYPARAMETER : listItem - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -12604,10 +13327,10 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -12616,9 +13339,9 @@ CREATEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -12716,18 +13439,18 @@ CREATEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -12735,7 +13458,7 @@ CREATEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -12744,7 +13467,7 @@ CREATEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13239,7 +13962,7 @@ CREATEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -14026,7 +14749,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15056,7 +15779,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -15139,7 +15862,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -15173,7 +15896,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -15217,7 +15940,7 @@ CREATEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -15506,7 +16229,7 @@ CREATEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -15690,7 +16413,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -15852,7 +16575,7 @@ CREATEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -15879,7 +16602,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -15906,6 +16629,247 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -16292,7 +17256,7 @@ CREATEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -16591,10 +17555,10 @@ DRIVEITEM : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -16603,9 +17567,9 @@ DRIVEITEM : driveItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -16703,18 +17667,18 @@ DRIVEITEM : driveItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -16722,7 +17686,7 @@ DRIVEITEM : driveItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -16731,7 +17695,7 @@ DRIVEITEM : driveItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -17226,7 +18190,7 @@ DRIVEITEM : driveItem - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -17553,7 +18517,7 @@ DRIVEITEM : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -18639,7 +19603,7 @@ DRIVEITEM : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -18722,7 +19686,7 @@ DRIVEITEM : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -18756,7 +19720,7 @@ DRIVEITEM : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -18800,7 +19764,7 @@ DRIVEITEM : driveItem - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -19089,7 +20053,7 @@ DRIVEITEM : driveItem - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -19273,7 +20237,7 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -19435,7 +20399,7 @@ DRIVEITEM : driveItem - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -19462,7 +20426,7 @@ DRIVEITEM : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -19489,6 +20453,247 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -19875,7 +21080,7 @@ DRIVEITEM : driveItem - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -20596,10 +21801,10 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -20608,9 +21813,9 @@ LASTMODIFIEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -20708,18 +21913,18 @@ LASTMODIFIEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -20727,7 +21932,7 @@ LASTMODIFIEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -20736,7 +21941,7 @@ LASTMODIFIEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -21231,7 +22436,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -22018,7 +23223,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -23048,7 +24253,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -23131,7 +24336,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -23165,7 +24370,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -23209,7 +24414,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -23498,7 +24703,7 @@ LASTMODIFIEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -23682,7 +24887,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -23844,7 +25049,7 @@ LASTMODIFIEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -23871,7 +25076,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -23898,6 +25103,247 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -24284,7 +25730,7 @@ LASTMODIFIEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgDriveRoot.md b/src/Files/Files/docs/v1.0-beta/Update-MgDriveRoot.md index 3648f1a9be2..65756f40ee7 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgDriveRoot.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgDriveRoot.md @@ -1144,10 +1144,10 @@ ACTIVITIES : The list of recent activities tha - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -1156,9 +1156,9 @@ ACTIVITIES : The list of recent activities tha - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1256,18 +1256,18 @@ ACTIVITIES : The list of recent activities tha - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -1275,7 +1275,7 @@ ACTIVITIES : The list of recent activities tha - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -1284,7 +1284,7 @@ ACTIVITIES : The list of recent activities tha - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1779,7 +1779,7 @@ ACTIVITIES : The list of recent activities tha - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -2001,7 +2001,7 @@ ACTIVITIES : The list of recent activities tha - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3148,7 +3148,7 @@ ACTIVITIES : The list of recent activities tha - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -3231,7 +3231,7 @@ ACTIVITIES : The list of recent activities tha - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -3265,7 +3265,7 @@ ACTIVITIES : The list of recent activities tha - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -3309,7 +3309,7 @@ ACTIVITIES : The list of recent activities tha - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -3598,7 +3598,7 @@ ACTIVITIES : The list of recent activities tha - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -3782,7 +3782,7 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -3944,7 +3944,7 @@ ACTIVITIES : The list of recent activities tha - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -3971,7 +3971,7 @@ ACTIVITIES : The list of recent activities tha - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -3998,6 +3998,247 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4384,7 +4625,7 @@ ACTIVITIES : The list of recent activities tha - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -5102,10 +5343,10 @@ ANALYTICS : itemAnalytics - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5114,9 +5355,9 @@ ANALYTICS : itemAnalytics - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5214,18 +5455,18 @@ ANALYTICS : itemAnalytics - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -5233,7 +5474,7 @@ ANALYTICS : itemAnalytics - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -5242,7 +5483,7 @@ ANALYTICS : itemAnalytics - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5737,7 +5978,7 @@ ANALYTICS : itemAnalytics - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -6035,7 +6276,7 @@ ANALYTICS : itemAnalytics - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7121,7 +7362,7 @@ ANALYTICS : itemAnalytics - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -7204,7 +7445,7 @@ ANALYTICS : itemAnalytics - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7238,7 +7479,7 @@ ANALYTICS : itemAnalytics - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -7282,7 +7523,7 @@ ANALYTICS : itemAnalytics - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -7571,7 +7812,7 @@ ANALYTICS : itemAnalytics - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -7755,7 +7996,7 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7917,7 +8158,7 @@ ANALYTICS : itemAnalytics - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7944,7 +8185,7 @@ ANALYTICS : itemAnalytics - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -7971,6 +8212,247 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8357,7 +8839,7 @@ ANALYTICS : itemAnalytics - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -9085,10 +9567,10 @@ BODYPARAMETER : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9097,9 +9579,9 @@ BODYPARAMETER : driveItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9197,18 +9679,18 @@ BODYPARAMETER : driveItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9216,7 +9698,7 @@ BODYPARAMETER : driveItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9225,7 +9707,7 @@ BODYPARAMETER : driveItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9720,7 +10202,7 @@ BODYPARAMETER : driveItem - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -10047,7 +10529,7 @@ BODYPARAMETER : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -11133,7 +11615,7 @@ BODYPARAMETER : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -11216,7 +11698,7 @@ BODYPARAMETER : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -11250,7 +11732,7 @@ BODYPARAMETER : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -11294,7 +11776,7 @@ BODYPARAMETER : driveItem - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -11583,7 +12065,7 @@ BODYPARAMETER : driveItem - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -11767,7 +12249,7 @@ BODYPARAMETER : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -11929,7 +12411,7 @@ BODYPARAMETER : driveItem - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -11956,7 +12438,7 @@ BODYPARAMETER : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -11983,6 +12465,247 @@ BODYPARAMETER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -12369,7 +13092,7 @@ BODYPARAMETER : driveItem - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -13071,10 +13794,10 @@ CHILDREN : Collection containing Item objects for th - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13083,9 +13806,9 @@ CHILDREN : Collection containing Item objects for th - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13183,18 +13906,18 @@ CHILDREN : Collection containing Item objects for th - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -13202,7 +13925,7 @@ CHILDREN : Collection containing Item objects for th - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -13211,7 +13934,7 @@ CHILDREN : Collection containing Item objects for th - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13706,7 +14429,7 @@ CHILDREN : Collection containing Item objects for th - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -14033,7 +14756,7 @@ CHILDREN : Collection containing Item objects for th - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15119,7 +15842,7 @@ CHILDREN : Collection containing Item objects for th - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -15202,7 +15925,7 @@ CHILDREN : Collection containing Item objects for th - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -15236,7 +15959,7 @@ CHILDREN : Collection containing Item objects for th - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -15280,7 +16003,7 @@ CHILDREN : Collection containing Item objects for th - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -15569,7 +16292,7 @@ CHILDREN : Collection containing Item objects for th - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -15753,7 +16476,7 @@ CHILDREN : Collection containing Item objects for th - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -15915,7 +16638,7 @@ CHILDREN : Collection containing Item objects for th - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -15942,7 +16665,7 @@ CHILDREN : Collection containing Item objects for th - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -15969,6 +16692,247 @@ CHILDREN : Collection containing Item objects for th - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -16355,7 +17319,7 @@ CHILDREN : Collection containing Item objects for th - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -17057,10 +18021,10 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -17069,9 +18033,9 @@ CREATEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -17169,18 +18133,18 @@ CREATEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -17188,7 +18152,7 @@ CREATEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -17197,7 +18161,7 @@ CREATEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -17692,7 +18656,7 @@ CREATEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -18479,7 +19443,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -19509,7 +20473,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -19592,7 +20556,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -19626,7 +20590,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -19670,7 +20634,7 @@ CREATEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -19959,7 +20923,7 @@ CREATEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -20143,7 +21107,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -20305,7 +21269,7 @@ CREATEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -20332,7 +21296,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -20359,6 +21323,247 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -20745,7 +21950,7 @@ CREATEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -21100,10 +22305,10 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -21112,9 +22317,9 @@ LASTMODIFIEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -21212,18 +22417,18 @@ LASTMODIFIEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -21231,7 +22436,7 @@ LASTMODIFIEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -21240,7 +22445,7 @@ LASTMODIFIEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -21735,7 +22940,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -22522,7 +23727,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -23552,7 +24757,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -23635,7 +24840,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -23669,7 +24874,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -23713,7 +24918,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -24002,7 +25207,7 @@ LASTMODIFIEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -24186,7 +25391,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -24348,7 +25553,7 @@ LASTMODIFIEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -24375,7 +25580,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -24402,6 +25607,247 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -24788,7 +26234,7 @@ LASTMODIFIEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -25083,10 +26529,10 @@ LISTITEM : listItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -25095,9 +26541,9 @@ LISTITEM : listItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -25195,18 +26641,18 @@ LISTITEM : listItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -25214,7 +26660,7 @@ LISTITEM : listItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -25223,7 +26669,7 @@ LISTITEM : listItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -25718,7 +27164,7 @@ LISTITEM : listItem - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -26477,7 +27923,7 @@ LISTITEM : listItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -27507,7 +28953,7 @@ LISTITEM : listItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -27590,7 +29036,7 @@ LISTITEM : listItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -27624,7 +29070,7 @@ LISTITEM : listItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -27668,7 +29114,7 @@ LISTITEM : listItem - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -27957,7 +29403,7 @@ LISTITEM : listItem - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -28141,7 +29587,7 @@ LISTITEM : listItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -28303,7 +29749,7 @@ LISTITEM : listItem - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -28330,7 +29776,7 @@ LISTITEM : listItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -28357,6 +29803,247 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -28743,7 +30430,7 @@ LISTITEM : listItem - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDrive.md b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDrive.md index 211e817da8b..5b465d3e7c2 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDrive.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDrive.md @@ -770,10 +770,10 @@ ACTIVITIES : The list of recent activities tha - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -782,9 +782,9 @@ ACTIVITIES : The list of recent activities tha - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -882,18 +882,18 @@ ACTIVITIES : The list of recent activities tha - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -901,7 +901,7 @@ ACTIVITIES : The list of recent activities tha - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -910,7 +910,7 @@ ACTIVITIES : The list of recent activities tha - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1405,7 +1405,7 @@ ACTIVITIES : The list of recent activities tha - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -1627,7 +1627,7 @@ ACTIVITIES : The list of recent activities tha - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2774,7 +2774,7 @@ ACTIVITIES : The list of recent activities tha - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -2857,7 +2857,7 @@ ACTIVITIES : The list of recent activities tha - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2891,7 +2891,7 @@ ACTIVITIES : The list of recent activities tha - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -2935,7 +2935,7 @@ ACTIVITIES : The list of recent activities tha - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -3224,7 +3224,7 @@ ACTIVITIES : The list of recent activities tha - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -3408,7 +3408,7 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -3570,7 +3570,7 @@ ACTIVITIES : The list of recent activities tha - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -3597,7 +3597,7 @@ ACTIVITIES : The list of recent activities tha - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -3624,6 +3624,247 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4010,7 +4251,7 @@ ACTIVITIES : The list of recent activities tha - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -4712,10 +4953,10 @@ BODYPARAMETER : drive - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4724,9 +4965,9 @@ BODYPARAMETER : drive - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4824,18 +5065,18 @@ BODYPARAMETER : drive - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4843,7 +5084,7 @@ BODYPARAMETER : drive - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4852,7 +5093,7 @@ BODYPARAMETER : drive - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5347,7 +5588,7 @@ BODYPARAMETER : drive - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -6128,7 +6369,7 @@ BODYPARAMETER : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7129,7 +7370,7 @@ BODYPARAMETER : drive - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -7212,7 +7453,7 @@ BODYPARAMETER : drive - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7246,7 +7487,7 @@ BODYPARAMETER : drive - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -7290,7 +7531,7 @@ BODYPARAMETER : drive - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -7579,7 +7820,7 @@ BODYPARAMETER : drive - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -7763,7 +8004,7 @@ BODYPARAMETER : drive - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7925,7 +8166,7 @@ BODYPARAMETER : drive - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7952,7 +8193,7 @@ BODYPARAMETER : drive - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -7979,6 +8220,247 @@ BODYPARAMETER : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8365,7 +8847,7 @@ BODYPARAMETER : drive - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -8690,10 +9172,10 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8702,9 +9184,9 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8802,18 +9284,18 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8821,7 +9303,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8830,7 +9312,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9325,7 +9807,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -9652,7 +10134,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10738,7 +11220,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -10821,7 +11303,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -10855,7 +11337,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -10899,7 +11381,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -11188,7 +11670,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -11372,7 +11854,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -11534,7 +12016,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -11561,7 +12043,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -11588,6 +12070,247 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -11974,7 +12697,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -12676,10 +13399,10 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -12688,9 +13411,9 @@ CREATEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -12788,18 +13511,18 @@ CREATEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -12807,7 +13530,7 @@ CREATEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -12816,7 +13539,7 @@ CREATEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13311,7 +14034,7 @@ CREATEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -14098,7 +14821,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15128,7 +15851,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -15211,7 +15934,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -15245,7 +15968,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -15289,7 +16012,7 @@ CREATEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -15578,7 +16301,7 @@ CREATEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -15762,7 +16485,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -15924,7 +16647,7 @@ CREATEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -15951,7 +16674,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -15978,6 +16701,247 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -16364,7 +17328,7 @@ CREATEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -16658,10 +17622,10 @@ FOLLOWING : The list of items the user is following. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -16670,9 +17634,9 @@ FOLLOWING : The list of items the user is following. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -16770,18 +17734,18 @@ FOLLOWING : The list of items the user is following. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -16789,7 +17753,7 @@ FOLLOWING : The list of items the user is following. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -16798,7 +17762,7 @@ FOLLOWING : The list of items the user is following. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -17293,7 +18257,7 @@ FOLLOWING : The list of items the user is following. - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -17620,7 +18584,7 @@ FOLLOWING : The list of items the user is following. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -18706,7 +19670,7 @@ FOLLOWING : The list of items the user is following. - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -18789,7 +19753,7 @@ FOLLOWING : The list of items the user is following. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -18823,7 +19787,7 @@ FOLLOWING : The list of items the user is following. - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -18867,7 +19831,7 @@ FOLLOWING : The list of items the user is following. - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -19156,7 +20120,7 @@ FOLLOWING : The list of items the user is following. - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -19340,7 +20304,7 @@ FOLLOWING : The list of items the user is following. - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -19502,7 +20466,7 @@ FOLLOWING : The list of items the user is following. - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -19529,7 +20493,7 @@ FOLLOWING : The list of items the user is following. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -19556,6 +20520,247 @@ FOLLOWING : The list of items the user is following. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -19942,7 +21147,7 @@ FOLLOWING : The list of items the user is following. - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -20656,10 +21861,10 @@ ITEMS : All items contained in the drive. Read-only. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -20668,9 +21873,9 @@ ITEMS : All items contained in the drive. Read-only. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -20768,18 +21973,18 @@ ITEMS : All items contained in the drive. Read-only. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -20787,7 +21992,7 @@ ITEMS : All items contained in the drive. Read-only. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -20796,7 +22001,7 @@ ITEMS : All items contained in the drive. Read-only. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -21291,7 +22496,7 @@ ITEMS : All items contained in the drive. Read-only. - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -21618,7 +22823,7 @@ ITEMS : All items contained in the drive. Read-only. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -22704,7 +23909,7 @@ ITEMS : All items contained in the drive. Read-only. - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -22787,7 +23992,7 @@ ITEMS : All items contained in the drive. Read-only. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -22821,7 +24026,7 @@ ITEMS : All items contained in the drive. Read-only. - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -22865,7 +24070,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -23154,7 +24359,7 @@ ITEMS : All items contained in the drive. Read-only. - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -23338,7 +24543,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -23500,7 +24705,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -23527,7 +24732,7 @@ ITEMS : All items contained in the drive. Read-only. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -23554,6 +24759,247 @@ ITEMS : All items contained in the drive. Read-only. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -23940,7 +25386,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -24642,10 +26088,10 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -24654,9 +26100,9 @@ LASTMODIFIEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -24754,18 +26200,18 @@ LASTMODIFIEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -24773,7 +26219,7 @@ LASTMODIFIEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -24782,7 +26228,7 @@ LASTMODIFIEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -25277,7 +26723,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -26064,7 +27510,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -27094,7 +28540,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -27177,7 +28623,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -27211,7 +28657,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -27255,7 +28701,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -27544,7 +28990,7 @@ LASTMODIFIEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -27728,7 +29174,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -27890,7 +29336,7 @@ LASTMODIFIEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -27917,7 +29363,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -27944,6 +29390,247 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -28330,7 +30017,7 @@ LASTMODIFIEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -28625,10 +30312,10 @@ LIST : list - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -28637,9 +30324,9 @@ LIST : list - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -28737,18 +30424,18 @@ LIST : list - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -28756,7 +30443,7 @@ LIST : list - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -28765,7 +30452,7 @@ LIST : list - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -29260,7 +30947,7 @@ LIST : list - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -30076,7 +31763,7 @@ LIST : list - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -31049,7 +32736,7 @@ LIST : list - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -31132,7 +32819,7 @@ LIST : list - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -31166,7 +32853,7 @@ LIST : list - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -31210,7 +32897,7 @@ LIST : list - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -31499,7 +33186,7 @@ LIST : list - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -31683,7 +33370,7 @@ LIST : list - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -31845,7 +33532,7 @@ LIST : list - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -31872,7 +33559,7 @@ LIST : list - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -31899,6 +33586,247 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -32285,7 +34213,7 @@ LIST : list - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -32644,10 +34572,10 @@ ROOT : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -32656,9 +34584,9 @@ ROOT : driveItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -32756,18 +34684,18 @@ ROOT : driveItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -32775,7 +34703,7 @@ ROOT : driveItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -32784,7 +34712,7 @@ ROOT : driveItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -33279,7 +35207,7 @@ ROOT : driveItem - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -33606,7 +35534,7 @@ ROOT : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -34692,7 +36620,7 @@ ROOT : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -34775,7 +36703,7 @@ ROOT : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -34809,7 +36737,7 @@ ROOT : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -34853,7 +36781,7 @@ ROOT : driveItem - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -35142,7 +37070,7 @@ ROOT : driveItem - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -35326,7 +37254,7 @@ ROOT : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -35488,7 +37416,7 @@ ROOT : driveItem - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -35515,7 +37443,7 @@ ROOT : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -35542,6 +37470,247 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -35928,7 +38097,7 @@ ROOT : driveItem - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -36633,10 +38802,10 @@ SPECIAL : Collection of common folders available in - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -36645,9 +38814,9 @@ SPECIAL : Collection of common folders available in - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -36745,18 +38914,18 @@ SPECIAL : Collection of common folders available in - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -36764,7 +38933,7 @@ SPECIAL : Collection of common folders available in - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -36773,7 +38942,7 @@ SPECIAL : Collection of common folders available in - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -37268,7 +39437,7 @@ SPECIAL : Collection of common folders available in - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -37595,7 +39764,7 @@ SPECIAL : Collection of common folders available in - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -38681,7 +40850,7 @@ SPECIAL : Collection of common folders available in - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -38764,7 +40933,7 @@ SPECIAL : Collection of common folders available in - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -38798,7 +40967,7 @@ SPECIAL : Collection of common folders available in - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -38842,7 +41011,7 @@ SPECIAL : Collection of common folders available in - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -39131,7 +41300,7 @@ SPECIAL : Collection of common folders available in - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -39315,7 +41484,7 @@ SPECIAL : Collection of common folders available in - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -39477,7 +41646,7 @@ SPECIAL : Collection of common folders available in - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -39504,7 +41673,7 @@ SPECIAL : Collection of common folders available in - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -39531,6 +41700,247 @@ SPECIAL : Collection of common folders available in - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -39917,7 +42327,7 @@ SPECIAL : Collection of common folders available in - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgShareList.md b/src/Files/Files/docs/v1.0-beta/Update-MgShareList.md index 4c5c5444baf..28fd136aff9 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgShareList.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgShareList.md @@ -727,10 +727,10 @@ ACTIVITIES : The recent activities that took p - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -739,9 +739,9 @@ ACTIVITIES : The recent activities that took p - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -839,18 +839,18 @@ ACTIVITIES : The recent activities that took p - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -858,7 +858,7 @@ ACTIVITIES : The recent activities that took p - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -867,7 +867,7 @@ ACTIVITIES : The recent activities that took p - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1362,7 +1362,7 @@ ACTIVITIES : The recent activities that took p - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -1584,7 +1584,7 @@ ACTIVITIES : The recent activities that took p - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2731,7 +2731,7 @@ ACTIVITIES : The recent activities that took p - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -2814,7 +2814,7 @@ ACTIVITIES : The recent activities that took p - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2848,7 +2848,7 @@ ACTIVITIES : The recent activities that took p - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -2892,7 +2892,7 @@ ACTIVITIES : The recent activities that took p - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -3181,7 +3181,7 @@ ACTIVITIES : The recent activities that took p - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -3365,7 +3365,7 @@ ACTIVITIES : The recent activities that took p - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -3527,7 +3527,7 @@ ACTIVITIES : The recent activities that took p - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -3554,7 +3554,7 @@ ACTIVITIES : The recent activities that took p - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -3581,6 +3581,247 @@ ACTIVITIES : The recent activities that took p - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -3967,7 +4208,7 @@ ACTIVITIES : The recent activities that took p - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -4669,10 +4910,10 @@ BODYPARAMETER : list - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4681,9 +4922,9 @@ BODYPARAMETER : list - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4781,18 +5022,18 @@ BODYPARAMETER : list - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4800,7 +5041,7 @@ BODYPARAMETER : list - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4809,7 +5050,7 @@ BODYPARAMETER : list - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5304,7 +5545,7 @@ BODYPARAMETER : list - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -6120,7 +6361,7 @@ BODYPARAMETER : list - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7093,7 +7334,7 @@ BODYPARAMETER : list - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -7176,7 +7417,7 @@ BODYPARAMETER : list - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7210,7 +7451,7 @@ BODYPARAMETER : list - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -7254,7 +7495,7 @@ BODYPARAMETER : list - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -7543,7 +7784,7 @@ BODYPARAMETER : list - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -7727,7 +7968,7 @@ BODYPARAMETER : list - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7889,7 +8130,7 @@ BODYPARAMETER : list - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7916,7 +8157,7 @@ BODYPARAMETER : list - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -7943,6 +8184,247 @@ BODYPARAMETER : list - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8329,7 +8811,7 @@ BODYPARAMETER : list - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -8801,7 +9283,7 @@ CONTENTTYPES : The collection of content types pre - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -8976,10 +9458,10 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8988,9 +9470,9 @@ CREATEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9088,18 +9570,18 @@ CREATEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9107,7 +9589,7 @@ CREATEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9116,7 +9598,7 @@ CREATEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9611,7 +10093,7 @@ CREATEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -10398,7 +10880,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -11428,7 +11910,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -11511,7 +11993,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -11545,7 +12027,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -11589,7 +12071,7 @@ CREATEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -11878,7 +12360,7 @@ CREATEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -12062,7 +12544,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -12224,7 +12706,7 @@ CREATEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -12251,7 +12733,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -12278,6 +12760,247 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -12664,7 +13387,7 @@ CREATEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -12959,10 +13682,10 @@ DRIVE : drive - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -12971,9 +13694,9 @@ DRIVE : drive - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13071,18 +13794,18 @@ DRIVE : drive - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -13090,7 +13813,7 @@ DRIVE : drive - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -13099,7 +13822,7 @@ DRIVE : drive - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13594,7 +14317,7 @@ DRIVE : drive - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -14375,7 +15098,7 @@ DRIVE : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15376,7 +16099,7 @@ DRIVE : drive - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -15459,7 +16182,7 @@ DRIVE : drive - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -15493,7 +16216,7 @@ DRIVE : drive - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -15537,7 +16260,7 @@ DRIVE : drive - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -15826,7 +16549,7 @@ DRIVE : drive - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -16010,7 +16733,7 @@ DRIVE : drive - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -16172,7 +16895,7 @@ DRIVE : drive - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -16199,7 +16922,7 @@ DRIVE : drive - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -16226,6 +16949,247 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -16612,7 +17576,7 @@ DRIVE : drive - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -16956,10 +17920,10 @@ ITEMS : All items contained in the list. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -16968,9 +17932,9 @@ ITEMS : All items contained in the list. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -17068,18 +18032,18 @@ ITEMS : All items contained in the list. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -17087,7 +18051,7 @@ ITEMS : All items contained in the list. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -17096,7 +18060,7 @@ ITEMS : All items contained in the list. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -17591,7 +18555,7 @@ ITEMS : All items contained in the list. - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -18350,7 +19314,7 @@ ITEMS : All items contained in the list. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -19380,7 +20344,7 @@ ITEMS : All items contained in the list. - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -19463,7 +20427,7 @@ ITEMS : All items contained in the list. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -19497,7 +20461,7 @@ ITEMS : All items contained in the list. - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -19541,7 +20505,7 @@ ITEMS : All items contained in the list. - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -19830,7 +20794,7 @@ ITEMS : All items contained in the list. - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -20014,7 +20978,7 @@ ITEMS : All items contained in the list. - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -20176,7 +21140,7 @@ ITEMS : All items contained in the list. - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -20203,7 +21167,7 @@ ITEMS : All items contained in the list. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -20230,6 +21194,247 @@ ITEMS : All items contained in the list. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -20616,7 +21821,7 @@ ITEMS : All items contained in the list. - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -20942,10 +22147,10 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -20954,9 +22159,9 @@ LASTMODIFIEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -21054,18 +22259,18 @@ LASTMODIFIEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -21073,7 +22278,7 @@ LASTMODIFIEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -21082,7 +22287,7 @@ LASTMODIFIEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -21577,7 +22782,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -22364,7 +23569,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -23394,7 +24599,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -23477,7 +24682,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -23511,7 +24716,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -23555,7 +24760,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -23844,7 +25049,7 @@ LASTMODIFIEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -24028,7 +25233,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -24190,7 +25395,7 @@ LASTMODIFIEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -24217,7 +25422,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -24244,6 +25449,247 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -24630,7 +26076,7 @@ LASTMODIFIEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgShareListContentType.md b/src/Files/Files/docs/v1.0-beta/Update-MgShareListContentType.md index 6fb6a6ff087..79ca3c57cfd 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgShareListContentType.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgShareListContentType.md @@ -668,7 +668,7 @@ BASE : contentType - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -855,7 +855,7 @@ BASETYPES : The collection of content types that a - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1043,7 +1043,7 @@ BODYPARAMETER : contentType - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1490,7 +1490,7 @@ DOCUMENTSET : documentSet - `[DisplayName ]`: If present, the value of this field contains the displayName string that has been set for the language present in the languageTag field. - `[LanguageTag ]`: Provides the language culture-code and friendly name of the language that the displayName field has been provided in. - `[Formula ]`: The formula to validate column value. For examples, see Examples of common formulas in lists. - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgShareListItem.md b/src/Files/Files/docs/v1.0-beta/Update-MgShareListItem.md index a0a5c6ff6c5..cfb093f077b 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgShareListItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgShareListItem.md @@ -730,10 +730,10 @@ ACTIVITIES : The list of recent activities tha - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -742,9 +742,9 @@ ACTIVITIES : The list of recent activities tha - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -842,18 +842,18 @@ ACTIVITIES : The list of recent activities tha - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -861,7 +861,7 @@ ACTIVITIES : The list of recent activities tha - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -870,7 +870,7 @@ ACTIVITIES : The list of recent activities tha - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1365,7 +1365,7 @@ ACTIVITIES : The list of recent activities tha - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -1587,7 +1587,7 @@ ACTIVITIES : The list of recent activities tha - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2734,7 +2734,7 @@ ACTIVITIES : The list of recent activities tha - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -2817,7 +2817,7 @@ ACTIVITIES : The list of recent activities tha - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2851,7 +2851,7 @@ ACTIVITIES : The list of recent activities tha - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -2895,7 +2895,7 @@ ACTIVITIES : The list of recent activities tha - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -3184,7 +3184,7 @@ ACTIVITIES : The list of recent activities tha - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -3368,7 +3368,7 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -3530,7 +3530,7 @@ ACTIVITIES : The list of recent activities tha - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -3557,7 +3557,7 @@ ACTIVITIES : The list of recent activities tha - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -3584,6 +3584,247 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -3970,7 +4211,7 @@ ACTIVITIES : The list of recent activities tha - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -4688,10 +4929,10 @@ ANALYTICS : itemAnalytics - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4700,9 +4941,9 @@ ANALYTICS : itemAnalytics - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4800,18 +5041,18 @@ ANALYTICS : itemAnalytics - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4819,7 +5060,7 @@ ANALYTICS : itemAnalytics - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4828,7 +5069,7 @@ ANALYTICS : itemAnalytics - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5323,7 +5564,7 @@ ANALYTICS : itemAnalytics - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -5621,7 +5862,7 @@ ANALYTICS : itemAnalytics - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6707,7 +6948,7 @@ ANALYTICS : itemAnalytics - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -6790,7 +7031,7 @@ ANALYTICS : itemAnalytics - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -6824,7 +7065,7 @@ ANALYTICS : itemAnalytics - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -6868,7 +7109,7 @@ ANALYTICS : itemAnalytics - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -7157,7 +7398,7 @@ ANALYTICS : itemAnalytics - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -7341,7 +7582,7 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7503,7 +7744,7 @@ ANALYTICS : itemAnalytics - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7530,7 +7771,7 @@ ANALYTICS : itemAnalytics - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -7557,6 +7798,247 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -7943,7 +8425,7 @@ ANALYTICS : itemAnalytics - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -8652,10 +9134,10 @@ BODYPARAMETER : listItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8664,9 +9146,9 @@ BODYPARAMETER : listItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8764,18 +9246,18 @@ BODYPARAMETER : listItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8783,7 +9265,7 @@ BODYPARAMETER : listItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8792,7 +9274,7 @@ BODYPARAMETER : listItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9287,7 +9769,7 @@ BODYPARAMETER : listItem - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -10046,7 +10528,7 @@ BODYPARAMETER : listItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -11076,7 +11558,7 @@ BODYPARAMETER : listItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -11159,7 +11641,7 @@ BODYPARAMETER : listItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -11193,7 +11675,7 @@ BODYPARAMETER : listItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -11237,7 +11719,7 @@ BODYPARAMETER : listItem - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -11526,7 +12008,7 @@ BODYPARAMETER : listItem - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -11710,7 +12192,7 @@ BODYPARAMETER : listItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -11872,7 +12354,7 @@ BODYPARAMETER : listItem - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -11899,7 +12381,7 @@ BODYPARAMETER : listItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -11926,6 +12408,247 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -12312,7 +13035,7 @@ BODYPARAMETER : listItem - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -12643,10 +13366,10 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -12655,9 +13378,9 @@ CREATEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -12755,18 +13478,18 @@ CREATEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -12774,7 +13497,7 @@ CREATEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -12783,7 +13506,7 @@ CREATEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13278,7 +14001,7 @@ CREATEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -14065,7 +14788,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15095,7 +15818,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -15178,7 +15901,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -15212,7 +15935,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -15256,7 +15979,7 @@ CREATEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -15545,7 +16268,7 @@ CREATEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -15729,7 +16452,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -15891,7 +16614,7 @@ CREATEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -15918,7 +16641,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -15945,6 +16668,247 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -16331,7 +17295,7 @@ CREATEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -16630,10 +17594,10 @@ DRIVEITEM : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -16642,9 +17606,9 @@ DRIVEITEM : driveItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -16742,18 +17706,18 @@ DRIVEITEM : driveItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -16761,7 +17725,7 @@ DRIVEITEM : driveItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -16770,7 +17734,7 @@ DRIVEITEM : driveItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -17265,7 +18229,7 @@ DRIVEITEM : driveItem - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -17592,7 +18556,7 @@ DRIVEITEM : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -18678,7 +19642,7 @@ DRIVEITEM : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -18761,7 +19725,7 @@ DRIVEITEM : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -18795,7 +19759,7 @@ DRIVEITEM : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -18839,7 +19803,7 @@ DRIVEITEM : driveItem - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -19128,7 +20092,7 @@ DRIVEITEM : driveItem - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -19312,7 +20276,7 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -19474,7 +20438,7 @@ DRIVEITEM : driveItem - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -19501,7 +20465,7 @@ DRIVEITEM : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -19528,6 +20492,247 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -19914,7 +21119,7 @@ DRIVEITEM : driveItem - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -20635,10 +21840,10 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -20647,9 +21852,9 @@ LASTMODIFIEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -20747,18 +21952,18 @@ LASTMODIFIEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -20766,7 +21971,7 @@ LASTMODIFIEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -20775,7 +21980,7 @@ LASTMODIFIEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -21270,7 +22475,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -22057,7 +23262,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -23087,7 +24292,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -23170,7 +24375,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -23204,7 +24409,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -23248,7 +24453,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -23537,7 +24742,7 @@ LASTMODIFIEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -23721,7 +24926,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -23883,7 +25088,7 @@ LASTMODIFIEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -23910,7 +25115,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -23937,6 +25142,247 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -24323,7 +25769,7 @@ LASTMODIFIEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgShareSharedDriveItemSharedDriveItem.md b/src/Files/Files/docs/v1.0-beta/Update-MgShareSharedDriveItemSharedDriveItem.md index 48f797d6d19..c028cd682ba 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgShareSharedDriveItemSharedDriveItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgShareSharedDriveItemSharedDriveItem.md @@ -641,10 +641,10 @@ BODYPARAMETER : sharedDriveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -653,9 +653,9 @@ BODYPARAMETER : sharedDriveItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -753,18 +753,18 @@ BODYPARAMETER : sharedDriveItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -772,7 +772,7 @@ BODYPARAMETER : sharedDriveItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -781,7 +781,7 @@ BODYPARAMETER : sharedDriveItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1276,7 +1276,7 @@ BODYPARAMETER : sharedDriveItem - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -2063,7 +2063,7 @@ BODYPARAMETER : sharedDriveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3093,7 +3093,7 @@ BODYPARAMETER : sharedDriveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -3176,7 +3176,7 @@ BODYPARAMETER : sharedDriveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -3210,7 +3210,7 @@ BODYPARAMETER : sharedDriveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -3254,7 +3254,7 @@ BODYPARAMETER : sharedDriveItem - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -3543,7 +3543,7 @@ BODYPARAMETER : sharedDriveItem - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -3727,7 +3727,7 @@ BODYPARAMETER : sharedDriveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -3889,7 +3889,7 @@ BODYPARAMETER : sharedDriveItem - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -3916,7 +3916,7 @@ BODYPARAMETER : sharedDriveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -3943,6 +3943,247 @@ BODYPARAMETER : sharedDriveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4329,7 +4570,7 @@ BODYPARAMETER : sharedDriveItem - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -4648,10 +4889,10 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4660,9 +4901,9 @@ CREATEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4760,18 +5001,18 @@ CREATEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4779,7 +5020,7 @@ CREATEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4788,7 +5029,7 @@ CREATEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5283,7 +5524,7 @@ CREATEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -6070,7 +6311,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7100,7 +7341,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -7183,7 +7424,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7217,7 +7458,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -7261,7 +7502,7 @@ CREATEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -7550,7 +7791,7 @@ CREATEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -7734,7 +7975,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7896,7 +8137,7 @@ CREATEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7923,7 +8164,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -7950,6 +8191,247 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8336,7 +8818,7 @@ CREATEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -8631,10 +9113,10 @@ DRIVEITEM : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8643,9 +9125,9 @@ DRIVEITEM : driveItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8743,18 +9225,18 @@ DRIVEITEM : driveItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8762,7 +9244,7 @@ DRIVEITEM : driveItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8771,7 +9253,7 @@ DRIVEITEM : driveItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9266,7 +9748,7 @@ DRIVEITEM : driveItem - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -9593,7 +10075,7 @@ DRIVEITEM : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10679,7 +11161,7 @@ DRIVEITEM : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -10762,7 +11244,7 @@ DRIVEITEM : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -10796,7 +11278,7 @@ DRIVEITEM : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -10840,7 +11322,7 @@ DRIVEITEM : driveItem - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -11129,7 +11611,7 @@ DRIVEITEM : driveItem - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -11313,7 +11795,7 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -11475,7 +11957,7 @@ DRIVEITEM : driveItem - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -11502,7 +11984,7 @@ DRIVEITEM : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -11529,6 +12011,247 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -11915,7 +12638,7 @@ DRIVEITEM : driveItem - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -12629,10 +13352,10 @@ ITEMS : All driveItems contained in the sharing root - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -12641,9 +13364,9 @@ ITEMS : All driveItems contained in the sharing root - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -12741,18 +13464,18 @@ ITEMS : All driveItems contained in the sharing root - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -12760,7 +13483,7 @@ ITEMS : All driveItems contained in the sharing root - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -12769,7 +13492,7 @@ ITEMS : All driveItems contained in the sharing root - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13264,7 +13987,7 @@ ITEMS : All driveItems contained in the sharing root - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -13591,7 +14314,7 @@ ITEMS : All driveItems contained in the sharing root - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -14677,7 +15400,7 @@ ITEMS : All driveItems contained in the sharing root - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -14760,7 +15483,7 @@ ITEMS : All driveItems contained in the sharing root - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -14794,7 +15517,7 @@ ITEMS : All driveItems contained in the sharing root - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -14838,7 +15561,7 @@ ITEMS : All driveItems contained in the sharing root - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -15127,7 +15850,7 @@ ITEMS : All driveItems contained in the sharing root - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -15311,7 +16034,7 @@ ITEMS : All driveItems contained in the sharing root - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -15473,7 +16196,7 @@ ITEMS : All driveItems contained in the sharing root - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -15500,7 +16223,7 @@ ITEMS : All driveItems contained in the sharing root - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -15527,6 +16250,247 @@ ITEMS : All driveItems contained in the sharing root - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -15913,7 +16877,7 @@ ITEMS : All driveItems contained in the sharing root - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -16615,10 +17579,10 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -16627,9 +17591,9 @@ LASTMODIFIEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -16727,18 +17691,18 @@ LASTMODIFIEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -16746,7 +17710,7 @@ LASTMODIFIEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -16755,7 +17719,7 @@ LASTMODIFIEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -17250,7 +18214,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -18037,7 +19001,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -19067,7 +20031,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -19150,7 +20114,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -19184,7 +20148,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -19228,7 +20192,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -19517,7 +20481,7 @@ LASTMODIFIEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -19701,7 +20665,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -19863,7 +20827,7 @@ LASTMODIFIEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -19890,7 +20854,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -19917,6 +20881,247 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -20303,7 +21508,7 @@ LASTMODIFIEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -20598,10 +21803,10 @@ LIST : list - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -20610,9 +21815,9 @@ LIST : list - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -20710,18 +21915,18 @@ LIST : list - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -20729,7 +21934,7 @@ LIST : list - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -20738,7 +21943,7 @@ LIST : list - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -21233,7 +22438,7 @@ LIST : list - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -22049,7 +23254,7 @@ LIST : list - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -23022,7 +24227,7 @@ LIST : list - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -23105,7 +24310,7 @@ LIST : list - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -23139,7 +24344,7 @@ LIST : list - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -23183,7 +24388,7 @@ LIST : list - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -23472,7 +24677,7 @@ LIST : list - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -23656,7 +24861,7 @@ LIST : list - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -23818,7 +25023,7 @@ LIST : list - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -23845,7 +25050,7 @@ LIST : list - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -23872,6 +25077,247 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -24258,7 +25704,7 @@ LIST : list - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -24578,10 +26024,10 @@ LISTITEM : listItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -24590,9 +26036,9 @@ LISTITEM : listItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -24690,18 +26136,18 @@ LISTITEM : listItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -24709,7 +26155,7 @@ LISTITEM : listItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -24718,7 +26164,7 @@ LISTITEM : listItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -25213,7 +26659,7 @@ LISTITEM : listItem - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -25972,7 +27418,7 @@ LISTITEM : listItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -27002,7 +28448,7 @@ LISTITEM : listItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -27085,7 +28531,7 @@ LISTITEM : listItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -27119,7 +28565,7 @@ LISTITEM : listItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -27163,7 +28609,7 @@ LISTITEM : listItem - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -27452,7 +28898,7 @@ LISTITEM : listItem - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -27636,7 +29082,7 @@ LISTITEM : listItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -27798,7 +29244,7 @@ LISTITEM : listItem - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -27825,7 +29271,7 @@ LISTITEM : listItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -27852,6 +29298,247 @@ LISTITEM : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -28238,7 +29925,7 @@ LISTITEM : listItem - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -28648,10 +30335,10 @@ ROOT : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -28660,9 +30347,9 @@ ROOT : driveItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -28760,18 +30447,18 @@ ROOT : driveItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -28779,7 +30466,7 @@ ROOT : driveItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -28788,7 +30475,7 @@ ROOT : driveItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -29283,7 +30970,7 @@ ROOT : driveItem - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -29610,7 +31297,7 @@ ROOT : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -30696,7 +32383,7 @@ ROOT : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -30779,7 +32466,7 @@ ROOT : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -30813,7 +32500,7 @@ ROOT : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -30857,7 +32544,7 @@ ROOT : driveItem - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -31146,7 +32833,7 @@ ROOT : driveItem - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -31330,7 +33017,7 @@ ROOT : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -31492,7 +33179,7 @@ ROOT : driveItem - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -31519,7 +33206,7 @@ ROOT : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -31546,6 +33233,247 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -31932,7 +33860,7 @@ ROOT : driveItem - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -32628,10 +34556,10 @@ SITE : site - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -32640,9 +34568,9 @@ SITE : site - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -32740,18 +34668,18 @@ SITE : site - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -32759,7 +34687,7 @@ SITE : site - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -32768,7 +34696,7 @@ SITE : site - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -33263,7 +35191,7 @@ SITE : site - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -34050,7 +35978,7 @@ SITE : site - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -35003,7 +36931,7 @@ SITE : site - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -35086,7 +37014,7 @@ SITE : site - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -35120,7 +37048,7 @@ SITE : site - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -35164,7 +37092,7 @@ SITE : site - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -35453,7 +37381,7 @@ SITE : site - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -35637,7 +37565,7 @@ SITE : site - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -35799,7 +37727,7 @@ SITE : site - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -35826,7 +37754,7 @@ SITE : site - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -35853,6 +37781,247 @@ SITE : site - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -36239,7 +38408,7 @@ SITE : site - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgUserDrive.md b/src/Files/Files/docs/v1.0-beta/Update-MgUserDrive.md index 91300a21918..ec6912bb1c9 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgUserDrive.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgUserDrive.md @@ -770,10 +770,10 @@ ACTIVITIES : The list of recent activities tha - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -782,9 +782,9 @@ ACTIVITIES : The list of recent activities tha - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -882,18 +882,18 @@ ACTIVITIES : The list of recent activities tha - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -901,7 +901,7 @@ ACTIVITIES : The list of recent activities tha - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -910,7 +910,7 @@ ACTIVITIES : The list of recent activities tha - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1405,7 +1405,7 @@ ACTIVITIES : The list of recent activities tha - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -1627,7 +1627,7 @@ ACTIVITIES : The list of recent activities tha - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2774,7 +2774,7 @@ ACTIVITIES : The list of recent activities tha - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -2857,7 +2857,7 @@ ACTIVITIES : The list of recent activities tha - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2891,7 +2891,7 @@ ACTIVITIES : The list of recent activities tha - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -2935,7 +2935,7 @@ ACTIVITIES : The list of recent activities tha - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -3224,7 +3224,7 @@ ACTIVITIES : The list of recent activities tha - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -3408,7 +3408,7 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -3570,7 +3570,7 @@ ACTIVITIES : The list of recent activities tha - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -3597,7 +3597,7 @@ ACTIVITIES : The list of recent activities tha - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -3624,6 +3624,247 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4010,7 +4251,7 @@ ACTIVITIES : The list of recent activities tha - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -4712,10 +4953,10 @@ BODYPARAMETER : drive - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4724,9 +4965,9 @@ BODYPARAMETER : drive - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4824,18 +5065,18 @@ BODYPARAMETER : drive - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4843,7 +5084,7 @@ BODYPARAMETER : drive - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4852,7 +5093,7 @@ BODYPARAMETER : drive - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5347,7 +5588,7 @@ BODYPARAMETER : drive - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -6128,7 +6369,7 @@ BODYPARAMETER : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7129,7 +7370,7 @@ BODYPARAMETER : drive - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -7212,7 +7453,7 @@ BODYPARAMETER : drive - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7246,7 +7487,7 @@ BODYPARAMETER : drive - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -7290,7 +7531,7 @@ BODYPARAMETER : drive - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -7579,7 +7820,7 @@ BODYPARAMETER : drive - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -7763,7 +8004,7 @@ BODYPARAMETER : drive - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7925,7 +8166,7 @@ BODYPARAMETER : drive - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7952,7 +8193,7 @@ BODYPARAMETER : drive - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -7979,6 +8220,247 @@ BODYPARAMETER : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8365,7 +8847,7 @@ BODYPARAMETER : drive - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -8690,10 +9172,10 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8702,9 +9184,9 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8802,18 +9284,18 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8821,7 +9303,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8830,7 +9312,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9325,7 +9807,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -9652,7 +10134,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10738,7 +11220,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -10821,7 +11303,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -10855,7 +11337,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -10899,7 +11381,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -11188,7 +11670,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -11372,7 +11854,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -11534,7 +12016,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -11561,7 +12043,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -11588,6 +12070,247 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -11974,7 +12697,7 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -12676,10 +13399,10 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -12688,9 +13411,9 @@ CREATEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -12788,18 +13511,18 @@ CREATEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -12807,7 +13530,7 @@ CREATEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -12816,7 +13539,7 @@ CREATEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13311,7 +14034,7 @@ CREATEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -14098,7 +14821,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15128,7 +15851,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -15211,7 +15934,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -15245,7 +15968,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -15289,7 +16012,7 @@ CREATEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -15578,7 +16301,7 @@ CREATEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -15762,7 +16485,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -15924,7 +16647,7 @@ CREATEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -15951,7 +16674,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -15978,6 +16701,247 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -16364,7 +17328,7 @@ CREATEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -16658,10 +17622,10 @@ FOLLOWING : The list of items the user is following. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -16670,9 +17634,9 @@ FOLLOWING : The list of items the user is following. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -16770,18 +17734,18 @@ FOLLOWING : The list of items the user is following. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -16789,7 +17753,7 @@ FOLLOWING : The list of items the user is following. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -16798,7 +17762,7 @@ FOLLOWING : The list of items the user is following. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -17293,7 +18257,7 @@ FOLLOWING : The list of items the user is following. - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -17620,7 +18584,7 @@ FOLLOWING : The list of items the user is following. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -18706,7 +19670,7 @@ FOLLOWING : The list of items the user is following. - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -18789,7 +19753,7 @@ FOLLOWING : The list of items the user is following. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -18823,7 +19787,7 @@ FOLLOWING : The list of items the user is following. - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -18867,7 +19831,7 @@ FOLLOWING : The list of items the user is following. - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -19156,7 +20120,7 @@ FOLLOWING : The list of items the user is following. - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -19340,7 +20304,7 @@ FOLLOWING : The list of items the user is following. - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -19502,7 +20466,7 @@ FOLLOWING : The list of items the user is following. - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -19529,7 +20493,7 @@ FOLLOWING : The list of items the user is following. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -19556,6 +20520,247 @@ FOLLOWING : The list of items the user is following. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -19942,7 +21147,7 @@ FOLLOWING : The list of items the user is following. - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -20656,10 +21861,10 @@ ITEMS : All items contained in the drive. Read-only. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -20668,9 +21873,9 @@ ITEMS : All items contained in the drive. Read-only. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -20768,18 +21973,18 @@ ITEMS : All items contained in the drive. Read-only. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -20787,7 +21992,7 @@ ITEMS : All items contained in the drive. Read-only. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -20796,7 +22001,7 @@ ITEMS : All items contained in the drive. Read-only. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -21291,7 +22496,7 @@ ITEMS : All items contained in the drive. Read-only. - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -21618,7 +22823,7 @@ ITEMS : All items contained in the drive. Read-only. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -22704,7 +23909,7 @@ ITEMS : All items contained in the drive. Read-only. - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -22787,7 +23992,7 @@ ITEMS : All items contained in the drive. Read-only. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -22821,7 +24026,7 @@ ITEMS : All items contained in the drive. Read-only. - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -22865,7 +24070,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -23154,7 +24359,7 @@ ITEMS : All items contained in the drive. Read-only. - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -23338,7 +24543,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -23500,7 +24705,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -23527,7 +24732,7 @@ ITEMS : All items contained in the drive. Read-only. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -23554,6 +24759,247 @@ ITEMS : All items contained in the drive. Read-only. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -23940,7 +25386,7 @@ ITEMS : All items contained in the drive. Read-only. - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -24642,10 +26088,10 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -24654,9 +26100,9 @@ LASTMODIFIEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -24754,18 +26200,18 @@ LASTMODIFIEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -24773,7 +26219,7 @@ LASTMODIFIEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -24782,7 +26228,7 @@ LASTMODIFIEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -25277,7 +26723,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -26064,7 +27510,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -27094,7 +28540,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -27177,7 +28623,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -27211,7 +28657,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -27255,7 +28701,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -27544,7 +28990,7 @@ LASTMODIFIEDBYUSER : user - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -27728,7 +29174,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -27890,7 +29336,7 @@ LASTMODIFIEDBYUSER : user - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -27917,7 +29363,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -27944,6 +29390,247 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -28330,7 +30017,7 @@ LASTMODIFIEDBYUSER : user - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -28625,10 +30312,10 @@ LIST : list - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -28637,9 +30324,9 @@ LIST : list - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -28737,18 +30424,18 @@ LIST : list - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -28756,7 +30443,7 @@ LIST : list - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -28765,7 +30452,7 @@ LIST : list - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -29260,7 +30947,7 @@ LIST : list - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -30076,7 +31763,7 @@ LIST : list - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -31049,7 +32736,7 @@ LIST : list - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -31132,7 +32819,7 @@ LIST : list - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -31166,7 +32853,7 @@ LIST : list - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -31210,7 +32897,7 @@ LIST : list - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -31499,7 +33186,7 @@ LIST : list - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -31683,7 +33370,7 @@ LIST : list - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -31845,7 +33532,7 @@ LIST : list - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -31872,7 +33559,7 @@ LIST : list - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -31899,6 +33586,247 @@ LIST : list - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -32285,7 +34213,7 @@ LIST : list - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -32644,10 +34572,10 @@ ROOT : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -32656,9 +34584,9 @@ ROOT : driveItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -32756,18 +34684,18 @@ ROOT : driveItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -32775,7 +34703,7 @@ ROOT : driveItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -32784,7 +34712,7 @@ ROOT : driveItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -33279,7 +35207,7 @@ ROOT : driveItem - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -33606,7 +35534,7 @@ ROOT : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -34692,7 +36620,7 @@ ROOT : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -34775,7 +36703,7 @@ ROOT : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -34809,7 +36737,7 @@ ROOT : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -34853,7 +36781,7 @@ ROOT : driveItem - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -35142,7 +37070,7 @@ ROOT : driveItem - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -35326,7 +37254,7 @@ ROOT : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -35488,7 +37416,7 @@ ROOT : driveItem - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -35515,7 +37443,7 @@ ROOT : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -35542,6 +37470,247 @@ ROOT : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -35928,7 +38097,7 @@ ROOT : driveItem - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -36633,10 +38802,10 @@ SPECIAL : Collection of common folders available in - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -36645,9 +38814,9 @@ SPECIAL : Collection of common folders available in - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -36745,18 +38914,18 @@ SPECIAL : Collection of common folders available in - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -36764,7 +38933,7 @@ SPECIAL : Collection of common folders available in - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -36773,7 +38942,7 @@ SPECIAL : Collection of common folders available in - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -37268,7 +39437,7 @@ SPECIAL : Collection of common folders available in - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -37595,7 +39764,7 @@ SPECIAL : Collection of common folders available in - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -38681,7 +40850,7 @@ SPECIAL : Collection of common folders available in - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -38764,7 +40933,7 @@ SPECIAL : Collection of common folders available in - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -38798,7 +40967,7 @@ SPECIAL : Collection of common folders available in - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -38842,7 +41011,7 @@ SPECIAL : Collection of common folders available in - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -39131,7 +41300,7 @@ SPECIAL : Collection of common folders available in - `[WindowsRemediatedMalwareCount ]`: Count of remediated malware for this windows device. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobileAppIntentAndStates ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[ManagedDeviceIdentifier ]`: Device identifier created or collected by Intune. @@ -39315,7 +41484,7 @@ SPECIAL : Collection of common folders available in - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -39477,7 +41646,7 @@ SPECIAL : Collection of common folders available in - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -39504,7 +41673,7 @@ SPECIAL : Collection of common folders available in - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -39531,6 +41700,247 @@ SPECIAL : Collection of common folders available in - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -39917,7 +42327,7 @@ SPECIAL : Collection of common folders available in - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions diff --git a/src/Files/Files/docs/v1.0/Microsoft.Graph.Files.md b/src/Files/Files/docs/v1.0/Microsoft.Graph.Files.md index d46534a8903..2ef06ad857d 100644 --- a/src/Files/Files/docs/v1.0/Microsoft.Graph.Files.md +++ b/src/Files/Files/docs/v1.0/Microsoft.Graph.Files.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Files -Module Guid: 4d1a9989-ca29-40b4-b601-5717e5d481b6 +Module Guid: 90653b64-f2aa-4c01-99d8-732ac45f6f0b Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Files/Files/docs/v1.0/New-MgDrive.md b/src/Files/Files/docs/v1.0/New-MgDrive.md index 157c06a763f..3a10a2c452f 100644 --- a/src/Files/Files/docs/v1.0/New-MgDrive.md +++ b/src/Files/Files/docs/v1.0/New-MgDrive.md @@ -586,7 +586,7 @@ BODYPARAMETER : drive - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -594,9 +594,9 @@ BODYPARAMETER : drive - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -636,7 +636,7 @@ BODYPARAMETER : drive - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -996,7 +996,7 @@ BODYPARAMETER : drive - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -1707,7 +1707,7 @@ BODYPARAMETER : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2456,7 +2456,7 @@ BODYPARAMETER : drive - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -2533,7 +2533,7 @@ BODYPARAMETER : drive - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2562,7 +2562,7 @@ BODYPARAMETER : drive - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -2709,7 +2709,7 @@ BODYPARAMETER : drive - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -2813,7 +2813,7 @@ BODYPARAMETER : drive - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -2829,7 +2829,7 @@ BODYPARAMETER : drive - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -2862,7 +2862,7 @@ BODYPARAMETER : drive - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -2888,7 +2888,7 @@ BODYPARAMETER : drive - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -3075,7 +3075,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3083,9 +3083,9 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3125,7 +3125,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3485,7 +3485,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -3693,7 +3693,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -4579,7 +4579,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -4656,7 +4656,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -4685,7 +4685,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -4832,7 +4832,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -4936,7 +4936,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -4952,7 +4952,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -4985,7 +4985,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -5011,7 +5011,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -5564,7 +5564,7 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5572,9 +5572,9 @@ CREATEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5614,7 +5614,7 @@ CREATEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5981,7 +5981,7 @@ CREATEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -6695,7 +6695,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7474,7 +7474,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -7551,7 +7551,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7580,7 +7580,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -7727,7 +7727,7 @@ CREATEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -7831,7 +7831,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7847,7 +7847,7 @@ CREATEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7880,7 +7880,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -7906,7 +7906,7 @@ CREATEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -8063,7 +8063,7 @@ FOLLOWING : The list of items the user is following - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8071,9 +8071,9 @@ FOLLOWING : The list of items the user is following - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8113,7 +8113,7 @@ FOLLOWING : The list of items the user is following - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -8473,7 +8473,7 @@ FOLLOWING : The list of items the user is following - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -8681,7 +8681,7 @@ FOLLOWING : The list of items the user is following - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -9567,7 +9567,7 @@ FOLLOWING : The list of items the user is following - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -9644,7 +9644,7 @@ FOLLOWING : The list of items the user is following - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -9673,7 +9673,7 @@ FOLLOWING : The list of items the user is following - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -9820,7 +9820,7 @@ FOLLOWING : The list of items the user is following - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -9924,7 +9924,7 @@ FOLLOWING : The list of items the user is following - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -9940,7 +9940,7 @@ FOLLOWING : The list of items the user is following - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -9973,7 +9973,7 @@ FOLLOWING : The list of items the user is following - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -9999,7 +9999,7 @@ FOLLOWING : The list of items the user is following - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -10552,7 +10552,7 @@ ITEMS : All items contained in the drive. Read-only - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -10560,9 +10560,9 @@ ITEMS : All items contained in the drive. Read-only - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -10602,7 +10602,7 @@ ITEMS : All items contained in the drive. Read-only - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10962,7 +10962,7 @@ ITEMS : All items contained in the drive. Read-only - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -11170,7 +11170,7 @@ ITEMS : All items contained in the drive. Read-only - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -12056,7 +12056,7 @@ ITEMS : All items contained in the drive. Read-only - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -12133,7 +12133,7 @@ ITEMS : All items contained in the drive. Read-only - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -12162,7 +12162,7 @@ ITEMS : All items contained in the drive. Read-only - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -12309,7 +12309,7 @@ ITEMS : All items contained in the drive. Read-only - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -12413,7 +12413,7 @@ ITEMS : All items contained in the drive. Read-only - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -12429,7 +12429,7 @@ ITEMS : All items contained in the drive. Read-only - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -12462,7 +12462,7 @@ ITEMS : All items contained in the drive. Read-only - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -12488,7 +12488,7 @@ ITEMS : All items contained in the drive. Read-only - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -13041,7 +13041,7 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13049,9 +13049,9 @@ LASTMODIFIEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13091,7 +13091,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13458,7 +13458,7 @@ LASTMODIFIEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -14172,7 +14172,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -14951,7 +14951,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -15028,7 +15028,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -15057,7 +15057,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -15204,7 +15204,7 @@ LASTMODIFIEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -15308,7 +15308,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -15324,7 +15324,7 @@ LASTMODIFIEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -15357,7 +15357,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -15383,7 +15383,7 @@ LASTMODIFIEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -15541,7 +15541,7 @@ LIST : list - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -15549,9 +15549,9 @@ LIST : list - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -15591,7 +15591,7 @@ LIST : list - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -15951,7 +15951,7 @@ LIST : list - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -16695,7 +16695,7 @@ LIST : list - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -17418,7 +17418,7 @@ LIST : list - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -17495,7 +17495,7 @@ LIST : list - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -17524,7 +17524,7 @@ LIST : list - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -17671,7 +17671,7 @@ LIST : list - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -17775,7 +17775,7 @@ LIST : list - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -17791,7 +17791,7 @@ LIST : list - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -17824,7 +17824,7 @@ LIST : list - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -17850,7 +17850,7 @@ LIST : list - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -18070,7 +18070,7 @@ ROOT : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -18078,9 +18078,9 @@ ROOT : driveItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -18120,7 +18120,7 @@ ROOT : driveItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -18480,7 +18480,7 @@ ROOT : driveItem - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -18688,7 +18688,7 @@ ROOT : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -19574,7 +19574,7 @@ ROOT : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -19651,7 +19651,7 @@ ROOT : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -19680,7 +19680,7 @@ ROOT : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -19827,7 +19827,7 @@ ROOT : driveItem - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -19931,7 +19931,7 @@ ROOT : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -19947,7 +19947,7 @@ ROOT : driveItem - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -19980,7 +19980,7 @@ ROOT : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -20006,7 +20006,7 @@ ROOT : driveItem - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -20569,7 +20569,7 @@ SPECIAL : Collection of common folders available in - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -20577,9 +20577,9 @@ SPECIAL : Collection of common folders available in - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -20619,7 +20619,7 @@ SPECIAL : Collection of common folders available in - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -20979,7 +20979,7 @@ SPECIAL : Collection of common folders available in - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -21187,7 +21187,7 @@ SPECIAL : Collection of common folders available in - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -22073,7 +22073,7 @@ SPECIAL : Collection of common folders available in - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -22150,7 +22150,7 @@ SPECIAL : Collection of common folders available in - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -22179,7 +22179,7 @@ SPECIAL : Collection of common folders available in - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -22326,7 +22326,7 @@ SPECIAL : Collection of common folders available in - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -22430,7 +22430,7 @@ SPECIAL : Collection of common folders available in - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -22446,7 +22446,7 @@ SPECIAL : Collection of common folders available in - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -22479,7 +22479,7 @@ SPECIAL : Collection of common folders available in - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -22505,7 +22505,7 @@ SPECIAL : Collection of common folders available in - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. diff --git a/src/Files/Files/docs/v1.0/New-MgDriveItem.md b/src/Files/Files/docs/v1.0/New-MgDriveItem.md index 47312a7b4b9..317bb76e713 100644 --- a/src/Files/Files/docs/v1.0/New-MgDriveItem.md +++ b/src/Files/Files/docs/v1.0/New-MgDriveItem.md @@ -1017,7 +1017,7 @@ ANALYTICS : itemAnalytics - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -1025,9 +1025,9 @@ ANALYTICS : itemAnalytics - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1067,7 +1067,7 @@ ANALYTICS : itemAnalytics - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1427,7 +1427,7 @@ ANALYTICS : itemAnalytics - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -1635,7 +1635,7 @@ ANALYTICS : itemAnalytics - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2492,7 +2492,7 @@ ANALYTICS : itemAnalytics - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -2569,7 +2569,7 @@ ANALYTICS : itemAnalytics - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2598,7 +2598,7 @@ ANALYTICS : itemAnalytics - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -2745,7 +2745,7 @@ ANALYTICS : itemAnalytics - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -2849,7 +2849,7 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -2865,7 +2865,7 @@ ANALYTICS : itemAnalytics - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -2898,7 +2898,7 @@ ANALYTICS : itemAnalytics - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -2924,7 +2924,7 @@ ANALYTICS : itemAnalytics - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -3510,7 +3510,7 @@ BODYPARAMETER : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3518,9 +3518,9 @@ BODYPARAMETER : driveItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3560,7 +3560,7 @@ BODYPARAMETER : driveItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3920,7 +3920,7 @@ BODYPARAMETER : driveItem - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -4128,7 +4128,7 @@ BODYPARAMETER : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5014,7 +5014,7 @@ BODYPARAMETER : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -5091,7 +5091,7 @@ BODYPARAMETER : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -5120,7 +5120,7 @@ BODYPARAMETER : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -5267,7 +5267,7 @@ BODYPARAMETER : driveItem - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -5371,7 +5371,7 @@ BODYPARAMETER : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -5387,7 +5387,7 @@ BODYPARAMETER : driveItem - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -5420,7 +5420,7 @@ BODYPARAMETER : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -5446,7 +5446,7 @@ BODYPARAMETER : driveItem - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -6006,7 +6006,7 @@ CHILDREN : Collection containing Item objects for t - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -6014,9 +6014,9 @@ CHILDREN : Collection containing Item objects for t - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -6056,7 +6056,7 @@ CHILDREN : Collection containing Item objects for t - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6416,7 +6416,7 @@ CHILDREN : Collection containing Item objects for t - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -6624,7 +6624,7 @@ CHILDREN : Collection containing Item objects for t - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7510,7 +7510,7 @@ CHILDREN : Collection containing Item objects for t - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -7587,7 +7587,7 @@ CHILDREN : Collection containing Item objects for t - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7616,7 +7616,7 @@ CHILDREN : Collection containing Item objects for t - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -7763,7 +7763,7 @@ CHILDREN : Collection containing Item objects for t - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -7867,7 +7867,7 @@ CHILDREN : Collection containing Item objects for t - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7883,7 +7883,7 @@ CHILDREN : Collection containing Item objects for t - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7916,7 +7916,7 @@ CHILDREN : Collection containing Item objects for t - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -7942,7 +7942,7 @@ CHILDREN : Collection containing Item objects for t - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -8495,7 +8495,7 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8503,9 +8503,9 @@ CREATEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8545,7 +8545,7 @@ CREATEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -8912,7 +8912,7 @@ CREATEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -9626,7 +9626,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10405,7 +10405,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -10482,7 +10482,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -10511,7 +10511,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -10658,7 +10658,7 @@ CREATEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -10762,7 +10762,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -10778,7 +10778,7 @@ CREATEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -10811,7 +10811,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -10837,7 +10837,7 @@ CREATEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -11048,7 +11048,7 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -11056,9 +11056,9 @@ LASTMODIFIEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -11098,7 +11098,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -11465,7 +11465,7 @@ LASTMODIFIEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -12179,7 +12179,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -12958,7 +12958,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -13035,7 +13035,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -13064,7 +13064,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -13211,7 +13211,7 @@ LASTMODIFIEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -13315,7 +13315,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -13331,7 +13331,7 @@ LASTMODIFIEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -13364,7 +13364,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -13390,7 +13390,7 @@ LASTMODIFIEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -13548,7 +13548,7 @@ LISTITEM : listItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13556,9 +13556,9 @@ LISTITEM : listItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13598,7 +13598,7 @@ LISTITEM : listItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13958,7 +13958,7 @@ LISTITEM : listItem - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -14646,7 +14646,7 @@ LISTITEM : listItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15425,7 +15425,7 @@ LISTITEM : listItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -15502,7 +15502,7 @@ LISTITEM : listItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -15531,7 +15531,7 @@ LISTITEM : listItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -15678,7 +15678,7 @@ LISTITEM : listItem - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -15782,7 +15782,7 @@ LISTITEM : listItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -15798,7 +15798,7 @@ LISTITEM : listItem - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -15831,7 +15831,7 @@ LISTITEM : listItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -15857,7 +15857,7 @@ LISTITEM : listItem - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. diff --git a/src/Files/Files/docs/v1.0/New-MgDriveListContentType.md b/src/Files/Files/docs/v1.0/New-MgDriveListContentType.md index 87173529c4c..778d6758704 100644 --- a/src/Files/Files/docs/v1.0/New-MgDriveListContentType.md +++ b/src/Files/Files/docs/v1.0/New-MgDriveListContentType.md @@ -638,7 +638,7 @@ BASE : contentType - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -825,7 +825,7 @@ BASETYPES : The collection of content types that - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1013,7 +1013,7 @@ BODYPARAMETER : contentType - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1460,7 +1460,7 @@ DOCUMENTSET : documentSet - `[DisplayName ]`: If present, the value of this field contains the displayName string that has been set for the language present in the languageTag field. - `[LanguageTag ]`: Provides the language culture-code and friendly name of the language that the displayName field has been provided in. - `[Formula ]`: The formula to validate column value. For examples, see Examples of common formulas in lists. - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. diff --git a/src/Files/Files/docs/v1.0/New-MgDriveListItem.md b/src/Files/Files/docs/v1.0/New-MgDriveListItem.md index d43f5ba8ed1..529dc4e20d8 100644 --- a/src/Files/Files/docs/v1.0/New-MgDriveListItem.md +++ b/src/Files/Files/docs/v1.0/New-MgDriveListItem.md @@ -563,7 +563,7 @@ ANALYTICS : itemAnalytics - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -571,9 +571,9 @@ ANALYTICS : itemAnalytics - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -613,7 +613,7 @@ ANALYTICS : itemAnalytics - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -973,7 +973,7 @@ ANALYTICS : itemAnalytics - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -1181,7 +1181,7 @@ ANALYTICS : itemAnalytics - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2038,7 +2038,7 @@ ANALYTICS : itemAnalytics - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -2115,7 +2115,7 @@ ANALYTICS : itemAnalytics - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2144,7 +2144,7 @@ ANALYTICS : itemAnalytics - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -2291,7 +2291,7 @@ ANALYTICS : itemAnalytics - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -2395,7 +2395,7 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -2411,7 +2411,7 @@ ANALYTICS : itemAnalytics - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -2444,7 +2444,7 @@ ANALYTICS : itemAnalytics - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -2470,7 +2470,7 @@ ANALYTICS : itemAnalytics - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -3037,7 +3037,7 @@ BODYPARAMETER : listItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3045,9 +3045,9 @@ BODYPARAMETER : listItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3087,7 +3087,7 @@ BODYPARAMETER : listItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3447,7 +3447,7 @@ BODYPARAMETER : listItem - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -4135,7 +4135,7 @@ BODYPARAMETER : listItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -4914,7 +4914,7 @@ BODYPARAMETER : listItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -4991,7 +4991,7 @@ BODYPARAMETER : listItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -5020,7 +5020,7 @@ BODYPARAMETER : listItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -5167,7 +5167,7 @@ BODYPARAMETER : listItem - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -5271,7 +5271,7 @@ BODYPARAMETER : listItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -5287,7 +5287,7 @@ BODYPARAMETER : listItem - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -5320,7 +5320,7 @@ BODYPARAMETER : listItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -5346,7 +5346,7 @@ BODYPARAMETER : listItem - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -5531,7 +5531,7 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5539,9 +5539,9 @@ CREATEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5581,7 +5581,7 @@ CREATEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5948,7 +5948,7 @@ CREATEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -6662,7 +6662,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7441,7 +7441,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -7518,7 +7518,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7547,7 +7547,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -7694,7 +7694,7 @@ CREATEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -7798,7 +7798,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7814,7 +7814,7 @@ CREATEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7847,7 +7847,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -7873,7 +7873,7 @@ CREATEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -8031,7 +8031,7 @@ DRIVEITEM : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8039,9 +8039,9 @@ DRIVEITEM : driveItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8081,7 +8081,7 @@ DRIVEITEM : driveItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -8441,7 +8441,7 @@ DRIVEITEM : driveItem - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -8649,7 +8649,7 @@ DRIVEITEM : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -9535,7 +9535,7 @@ DRIVEITEM : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -9612,7 +9612,7 @@ DRIVEITEM : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -9641,7 +9641,7 @@ DRIVEITEM : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -9788,7 +9788,7 @@ DRIVEITEM : driveItem - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -9892,7 +9892,7 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -9908,7 +9908,7 @@ DRIVEITEM : driveItem - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -9941,7 +9941,7 @@ DRIVEITEM : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -9967,7 +9967,7 @@ DRIVEITEM : driveItem - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -10539,7 +10539,7 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -10547,9 +10547,9 @@ LASTMODIFIEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -10589,7 +10589,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10956,7 +10956,7 @@ LASTMODIFIEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -11670,7 +11670,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -12449,7 +12449,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -12526,7 +12526,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -12555,7 +12555,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -12702,7 +12702,7 @@ LASTMODIFIEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -12806,7 +12806,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -12822,7 +12822,7 @@ LASTMODIFIEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -12855,7 +12855,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -12881,7 +12881,7 @@ LASTMODIFIEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. diff --git a/src/Files/Files/docs/v1.0/New-MgGroupDrive.md b/src/Files/Files/docs/v1.0/New-MgGroupDrive.md index d571d9d1825..0c151fca916 100644 --- a/src/Files/Files/docs/v1.0/New-MgGroupDrive.md +++ b/src/Files/Files/docs/v1.0/New-MgGroupDrive.md @@ -644,7 +644,7 @@ BODYPARAMETER : drive - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -652,9 +652,9 @@ BODYPARAMETER : drive - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -694,7 +694,7 @@ BODYPARAMETER : drive - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1054,7 +1054,7 @@ BODYPARAMETER : drive - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -1765,7 +1765,7 @@ BODYPARAMETER : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2514,7 +2514,7 @@ BODYPARAMETER : drive - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -2591,7 +2591,7 @@ BODYPARAMETER : drive - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2620,7 +2620,7 @@ BODYPARAMETER : drive - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -2767,7 +2767,7 @@ BODYPARAMETER : drive - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -2871,7 +2871,7 @@ BODYPARAMETER : drive - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -2887,7 +2887,7 @@ BODYPARAMETER : drive - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -2920,7 +2920,7 @@ BODYPARAMETER : drive - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -2946,7 +2946,7 @@ BODYPARAMETER : drive - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -3133,7 +3133,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3141,9 +3141,9 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3183,7 +3183,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3543,7 +3543,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -3751,7 +3751,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -4637,7 +4637,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -4714,7 +4714,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -4743,7 +4743,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -4890,7 +4890,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -4994,7 +4994,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -5010,7 +5010,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -5043,7 +5043,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -5069,7 +5069,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -5622,7 +5622,7 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5630,9 +5630,9 @@ CREATEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5672,7 +5672,7 @@ CREATEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6039,7 +6039,7 @@ CREATEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -6753,7 +6753,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7532,7 +7532,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -7609,7 +7609,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7638,7 +7638,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -7785,7 +7785,7 @@ CREATEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -7889,7 +7889,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7905,7 +7905,7 @@ CREATEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7938,7 +7938,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -7964,7 +7964,7 @@ CREATEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -8121,7 +8121,7 @@ FOLLOWING : The list of items the user is following - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8129,9 +8129,9 @@ FOLLOWING : The list of items the user is following - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8171,7 +8171,7 @@ FOLLOWING : The list of items the user is following - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -8531,7 +8531,7 @@ FOLLOWING : The list of items the user is following - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -8739,7 +8739,7 @@ FOLLOWING : The list of items the user is following - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -9625,7 +9625,7 @@ FOLLOWING : The list of items the user is following - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -9702,7 +9702,7 @@ FOLLOWING : The list of items the user is following - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -9731,7 +9731,7 @@ FOLLOWING : The list of items the user is following - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -9878,7 +9878,7 @@ FOLLOWING : The list of items the user is following - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -9982,7 +9982,7 @@ FOLLOWING : The list of items the user is following - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -9998,7 +9998,7 @@ FOLLOWING : The list of items the user is following - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -10031,7 +10031,7 @@ FOLLOWING : The list of items the user is following - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -10057,7 +10057,7 @@ FOLLOWING : The list of items the user is following - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -10629,7 +10629,7 @@ ITEMS : All items contained in the drive. Read-only - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -10637,9 +10637,9 @@ ITEMS : All items contained in the drive. Read-only - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -10679,7 +10679,7 @@ ITEMS : All items contained in the drive. Read-only - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -11039,7 +11039,7 @@ ITEMS : All items contained in the drive. Read-only - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -11247,7 +11247,7 @@ ITEMS : All items contained in the drive. Read-only - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -12133,7 +12133,7 @@ ITEMS : All items contained in the drive. Read-only - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -12210,7 +12210,7 @@ ITEMS : All items contained in the drive. Read-only - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -12239,7 +12239,7 @@ ITEMS : All items contained in the drive. Read-only - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -12386,7 +12386,7 @@ ITEMS : All items contained in the drive. Read-only - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -12490,7 +12490,7 @@ ITEMS : All items contained in the drive. Read-only - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -12506,7 +12506,7 @@ ITEMS : All items contained in the drive. Read-only - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -12539,7 +12539,7 @@ ITEMS : All items contained in the drive. Read-only - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -12565,7 +12565,7 @@ ITEMS : All items contained in the drive. Read-only - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -13118,7 +13118,7 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13126,9 +13126,9 @@ LASTMODIFIEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13168,7 +13168,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13535,7 +13535,7 @@ LASTMODIFIEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -14249,7 +14249,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15028,7 +15028,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -15105,7 +15105,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -15134,7 +15134,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -15281,7 +15281,7 @@ LASTMODIFIEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -15385,7 +15385,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -15401,7 +15401,7 @@ LASTMODIFIEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -15434,7 +15434,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -15460,7 +15460,7 @@ LASTMODIFIEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -15618,7 +15618,7 @@ LIST : list - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -15626,9 +15626,9 @@ LIST : list - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -15668,7 +15668,7 @@ LIST : list - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -16028,7 +16028,7 @@ LIST : list - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -16772,7 +16772,7 @@ LIST : list - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -17495,7 +17495,7 @@ LIST : list - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -17572,7 +17572,7 @@ LIST : list - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -17601,7 +17601,7 @@ LIST : list - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -17748,7 +17748,7 @@ LIST : list - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -17852,7 +17852,7 @@ LIST : list - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -17868,7 +17868,7 @@ LIST : list - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -17901,7 +17901,7 @@ LIST : list - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -17927,7 +17927,7 @@ LIST : list - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -18147,7 +18147,7 @@ ROOT : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -18155,9 +18155,9 @@ ROOT : driveItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -18197,7 +18197,7 @@ ROOT : driveItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -18557,7 +18557,7 @@ ROOT : driveItem - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -18765,7 +18765,7 @@ ROOT : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -19651,7 +19651,7 @@ ROOT : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -19728,7 +19728,7 @@ ROOT : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -19757,7 +19757,7 @@ ROOT : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -19904,7 +19904,7 @@ ROOT : driveItem - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -20008,7 +20008,7 @@ ROOT : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -20024,7 +20024,7 @@ ROOT : driveItem - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -20057,7 +20057,7 @@ ROOT : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -20083,7 +20083,7 @@ ROOT : driveItem - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -20646,7 +20646,7 @@ SPECIAL : Collection of common folders available in - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -20654,9 +20654,9 @@ SPECIAL : Collection of common folders available in - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -20696,7 +20696,7 @@ SPECIAL : Collection of common folders available in - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -21056,7 +21056,7 @@ SPECIAL : Collection of common folders available in - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -21264,7 +21264,7 @@ SPECIAL : Collection of common folders available in - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -22150,7 +22150,7 @@ SPECIAL : Collection of common folders available in - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -22227,7 +22227,7 @@ SPECIAL : Collection of common folders available in - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -22256,7 +22256,7 @@ SPECIAL : Collection of common folders available in - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -22403,7 +22403,7 @@ SPECIAL : Collection of common folders available in - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -22507,7 +22507,7 @@ SPECIAL : Collection of common folders available in - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -22523,7 +22523,7 @@ SPECIAL : Collection of common folders available in - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -22556,7 +22556,7 @@ SPECIAL : Collection of common folders available in - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -22582,7 +22582,7 @@ SPECIAL : Collection of common folders available in - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. diff --git a/src/Files/Files/docs/v1.0/New-MgShareListContentType.md b/src/Files/Files/docs/v1.0/New-MgShareListContentType.md index 534c457f953..47a8b9c9c2f 100644 --- a/src/Files/Files/docs/v1.0/New-MgShareListContentType.md +++ b/src/Files/Files/docs/v1.0/New-MgShareListContentType.md @@ -638,7 +638,7 @@ BASE : contentType - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -825,7 +825,7 @@ BASETYPES : The collection of content types that - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1013,7 +1013,7 @@ BODYPARAMETER : contentType - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1460,7 +1460,7 @@ DOCUMENTSET : documentSet - `[DisplayName ]`: If present, the value of this field contains the displayName string that has been set for the language present in the languageTag field. - `[LanguageTag ]`: Provides the language culture-code and friendly name of the language that the displayName field has been provided in. - `[Formula ]`: The formula to validate column value. For examples, see Examples of common formulas in lists. - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. diff --git a/src/Files/Files/docs/v1.0/New-MgShareListItem.md b/src/Files/Files/docs/v1.0/New-MgShareListItem.md index 3ce9f1bb98e..19994f5c706 100644 --- a/src/Files/Files/docs/v1.0/New-MgShareListItem.md +++ b/src/Files/Files/docs/v1.0/New-MgShareListItem.md @@ -563,7 +563,7 @@ ANALYTICS : itemAnalytics - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -571,9 +571,9 @@ ANALYTICS : itemAnalytics - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -613,7 +613,7 @@ ANALYTICS : itemAnalytics - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -973,7 +973,7 @@ ANALYTICS : itemAnalytics - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -1181,7 +1181,7 @@ ANALYTICS : itemAnalytics - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2038,7 +2038,7 @@ ANALYTICS : itemAnalytics - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -2115,7 +2115,7 @@ ANALYTICS : itemAnalytics - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2144,7 +2144,7 @@ ANALYTICS : itemAnalytics - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -2291,7 +2291,7 @@ ANALYTICS : itemAnalytics - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -2395,7 +2395,7 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -2411,7 +2411,7 @@ ANALYTICS : itemAnalytics - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -2444,7 +2444,7 @@ ANALYTICS : itemAnalytics - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -2470,7 +2470,7 @@ ANALYTICS : itemAnalytics - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -3037,7 +3037,7 @@ BODYPARAMETER : listItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3045,9 +3045,9 @@ BODYPARAMETER : listItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3087,7 +3087,7 @@ BODYPARAMETER : listItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3447,7 +3447,7 @@ BODYPARAMETER : listItem - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -4135,7 +4135,7 @@ BODYPARAMETER : listItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -4914,7 +4914,7 @@ BODYPARAMETER : listItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -4991,7 +4991,7 @@ BODYPARAMETER : listItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -5020,7 +5020,7 @@ BODYPARAMETER : listItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -5167,7 +5167,7 @@ BODYPARAMETER : listItem - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -5271,7 +5271,7 @@ BODYPARAMETER : listItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -5287,7 +5287,7 @@ BODYPARAMETER : listItem - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -5320,7 +5320,7 @@ BODYPARAMETER : listItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -5346,7 +5346,7 @@ BODYPARAMETER : listItem - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -5531,7 +5531,7 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5539,9 +5539,9 @@ CREATEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5581,7 +5581,7 @@ CREATEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5948,7 +5948,7 @@ CREATEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -6662,7 +6662,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7441,7 +7441,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -7518,7 +7518,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7547,7 +7547,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -7694,7 +7694,7 @@ CREATEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -7798,7 +7798,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7814,7 +7814,7 @@ CREATEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7847,7 +7847,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -7873,7 +7873,7 @@ CREATEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -8031,7 +8031,7 @@ DRIVEITEM : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8039,9 +8039,9 @@ DRIVEITEM : driveItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8081,7 +8081,7 @@ DRIVEITEM : driveItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -8441,7 +8441,7 @@ DRIVEITEM : driveItem - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -8649,7 +8649,7 @@ DRIVEITEM : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -9535,7 +9535,7 @@ DRIVEITEM : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -9612,7 +9612,7 @@ DRIVEITEM : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -9641,7 +9641,7 @@ DRIVEITEM : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -9788,7 +9788,7 @@ DRIVEITEM : driveItem - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -9892,7 +9892,7 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -9908,7 +9908,7 @@ DRIVEITEM : driveItem - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -9941,7 +9941,7 @@ DRIVEITEM : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -9967,7 +9967,7 @@ DRIVEITEM : driveItem - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -10539,7 +10539,7 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -10547,9 +10547,9 @@ LASTMODIFIEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -10589,7 +10589,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10956,7 +10956,7 @@ LASTMODIFIEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -11670,7 +11670,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -12449,7 +12449,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -12526,7 +12526,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -12555,7 +12555,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -12702,7 +12702,7 @@ LASTMODIFIEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -12806,7 +12806,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -12822,7 +12822,7 @@ LASTMODIFIEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -12855,7 +12855,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -12881,7 +12881,7 @@ LASTMODIFIEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. diff --git a/src/Files/Files/docs/v1.0/New-MgShareSharedDriveItemSharedDriveItem.md b/src/Files/Files/docs/v1.0/New-MgShareSharedDriveItemSharedDriveItem.md index d70b54e6cb3..a8a30708b2f 100644 --- a/src/Files/Files/docs/v1.0/New-MgShareSharedDriveItemSharedDriveItem.md +++ b/src/Files/Files/docs/v1.0/New-MgShareSharedDriveItemSharedDriveItem.md @@ -531,7 +531,7 @@ BODYPARAMETER : sharedDriveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -539,9 +539,9 @@ BODYPARAMETER : sharedDriveItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -581,7 +581,7 @@ BODYPARAMETER : sharedDriveItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -941,7 +941,7 @@ BODYPARAMETER : sharedDriveItem - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -1655,7 +1655,7 @@ BODYPARAMETER : sharedDriveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2434,7 +2434,7 @@ BODYPARAMETER : sharedDriveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -2511,7 +2511,7 @@ BODYPARAMETER : sharedDriveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2540,7 +2540,7 @@ BODYPARAMETER : sharedDriveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -2687,7 +2687,7 @@ BODYPARAMETER : sharedDriveItem - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -2791,7 +2791,7 @@ BODYPARAMETER : sharedDriveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -2807,7 +2807,7 @@ BODYPARAMETER : sharedDriveItem - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -2840,7 +2840,7 @@ BODYPARAMETER : sharedDriveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -2866,7 +2866,7 @@ BODYPARAMETER : sharedDriveItem - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -3041,7 +3041,7 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3049,9 +3049,9 @@ CREATEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3091,7 +3091,7 @@ CREATEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3458,7 +3458,7 @@ CREATEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -4172,7 +4172,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -4951,7 +4951,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -5028,7 +5028,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -5057,7 +5057,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -5204,7 +5204,7 @@ CREATEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -5308,7 +5308,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -5324,7 +5324,7 @@ CREATEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -5357,7 +5357,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -5383,7 +5383,7 @@ CREATEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -5541,7 +5541,7 @@ DRIVEITEM : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5549,9 +5549,9 @@ DRIVEITEM : driveItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5591,7 +5591,7 @@ DRIVEITEM : driveItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5951,7 +5951,7 @@ DRIVEITEM : driveItem - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -6159,7 +6159,7 @@ DRIVEITEM : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7045,7 +7045,7 @@ DRIVEITEM : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -7122,7 +7122,7 @@ DRIVEITEM : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7151,7 +7151,7 @@ DRIVEITEM : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -7298,7 +7298,7 @@ DRIVEITEM : driveItem - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -7402,7 +7402,7 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7418,7 +7418,7 @@ DRIVEITEM : driveItem - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7451,7 +7451,7 @@ DRIVEITEM : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -7477,7 +7477,7 @@ DRIVEITEM : driveItem - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -8030,7 +8030,7 @@ ITEMS : All driveItems contained in the sharing roo - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8038,9 +8038,9 @@ ITEMS : All driveItems contained in the sharing roo - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8080,7 +8080,7 @@ ITEMS : All driveItems contained in the sharing roo - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -8440,7 +8440,7 @@ ITEMS : All driveItems contained in the sharing roo - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -8648,7 +8648,7 @@ ITEMS : All driveItems contained in the sharing roo - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -9534,7 +9534,7 @@ ITEMS : All driveItems contained in the sharing roo - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -9611,7 +9611,7 @@ ITEMS : All driveItems contained in the sharing roo - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -9640,7 +9640,7 @@ ITEMS : All driveItems contained in the sharing roo - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -9787,7 +9787,7 @@ ITEMS : All driveItems contained in the sharing roo - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -9891,7 +9891,7 @@ ITEMS : All driveItems contained in the sharing roo - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -9907,7 +9907,7 @@ ITEMS : All driveItems contained in the sharing roo - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -9940,7 +9940,7 @@ ITEMS : All driveItems contained in the sharing roo - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -9966,7 +9966,7 @@ ITEMS : All driveItems contained in the sharing roo - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -10519,7 +10519,7 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -10527,9 +10527,9 @@ LASTMODIFIEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -10569,7 +10569,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10936,7 +10936,7 @@ LASTMODIFIEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -11650,7 +11650,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -12429,7 +12429,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -12506,7 +12506,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -12535,7 +12535,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -12682,7 +12682,7 @@ LASTMODIFIEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -12786,7 +12786,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -12802,7 +12802,7 @@ LASTMODIFIEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -12835,7 +12835,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -12861,7 +12861,7 @@ LASTMODIFIEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -13019,7 +13019,7 @@ LIST : list - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13027,9 +13027,9 @@ LIST : list - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13069,7 +13069,7 @@ LIST : list - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13429,7 +13429,7 @@ LIST : list - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -14173,7 +14173,7 @@ LIST : list - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -14896,7 +14896,7 @@ LIST : list - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -14973,7 +14973,7 @@ LIST : list - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -15002,7 +15002,7 @@ LIST : list - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -15149,7 +15149,7 @@ LIST : list - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -15253,7 +15253,7 @@ LIST : list - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -15269,7 +15269,7 @@ LIST : list - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -15302,7 +15302,7 @@ LIST : list - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -15328,7 +15328,7 @@ LIST : list - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -15509,7 +15509,7 @@ LISTITEM : listItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -15517,9 +15517,9 @@ LISTITEM : listItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -15559,7 +15559,7 @@ LISTITEM : listItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -15919,7 +15919,7 @@ LISTITEM : listItem - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -16607,7 +16607,7 @@ LISTITEM : listItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -17386,7 +17386,7 @@ LISTITEM : listItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -17463,7 +17463,7 @@ LISTITEM : listItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -17492,7 +17492,7 @@ LISTITEM : listItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -17639,7 +17639,7 @@ LISTITEM : listItem - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -17743,7 +17743,7 @@ LISTITEM : listItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -17759,7 +17759,7 @@ LISTITEM : listItem - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -17792,7 +17792,7 @@ LISTITEM : listItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -17818,7 +17818,7 @@ LISTITEM : listItem - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -18088,7 +18088,7 @@ ROOT : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -18096,9 +18096,9 @@ ROOT : driveItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -18138,7 +18138,7 @@ ROOT : driveItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -18498,7 +18498,7 @@ ROOT : driveItem - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -18706,7 +18706,7 @@ ROOT : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -19592,7 +19592,7 @@ ROOT : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -19669,7 +19669,7 @@ ROOT : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -19698,7 +19698,7 @@ ROOT : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -19845,7 +19845,7 @@ ROOT : driveItem - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -19949,7 +19949,7 @@ ROOT : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -19965,7 +19965,7 @@ ROOT : driveItem - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -19998,7 +19998,7 @@ ROOT : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -20024,7 +20024,7 @@ ROOT : driveItem - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -20578,7 +20578,7 @@ SITE : site - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -20586,9 +20586,9 @@ SITE : site - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -20628,7 +20628,7 @@ SITE : site - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -20988,7 +20988,7 @@ SITE : site - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -21702,7 +21702,7 @@ SITE : site - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -22415,7 +22415,7 @@ SITE : site - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -22492,7 +22492,7 @@ SITE : site - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -22521,7 +22521,7 @@ SITE : site - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -22668,7 +22668,7 @@ SITE : site - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -22772,7 +22772,7 @@ SITE : site - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -22788,7 +22788,7 @@ SITE : site - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -22821,7 +22821,7 @@ SITE : site - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -22847,7 +22847,7 @@ SITE : site - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. diff --git a/src/Files/Files/docs/v1.0/New-MgUserDrive.md b/src/Files/Files/docs/v1.0/New-MgUserDrive.md index 4cce70b23b7..d1ca5b5a575 100644 --- a/src/Files/Files/docs/v1.0/New-MgUserDrive.md +++ b/src/Files/Files/docs/v1.0/New-MgUserDrive.md @@ -643,7 +643,7 @@ BODYPARAMETER : drive - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -651,9 +651,9 @@ BODYPARAMETER : drive - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -693,7 +693,7 @@ BODYPARAMETER : drive - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1053,7 +1053,7 @@ BODYPARAMETER : drive - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -1764,7 +1764,7 @@ BODYPARAMETER : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2513,7 +2513,7 @@ BODYPARAMETER : drive - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -2590,7 +2590,7 @@ BODYPARAMETER : drive - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2619,7 +2619,7 @@ BODYPARAMETER : drive - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -2766,7 +2766,7 @@ BODYPARAMETER : drive - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -2870,7 +2870,7 @@ BODYPARAMETER : drive - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -2886,7 +2886,7 @@ BODYPARAMETER : drive - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -2919,7 +2919,7 @@ BODYPARAMETER : drive - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -2945,7 +2945,7 @@ BODYPARAMETER : drive - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -3132,7 +3132,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3140,9 +3140,9 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3182,7 +3182,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3542,7 +3542,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -3750,7 +3750,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -4636,7 +4636,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -4713,7 +4713,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -4742,7 +4742,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -4889,7 +4889,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -4993,7 +4993,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -5009,7 +5009,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -5042,7 +5042,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -5068,7 +5068,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -5621,7 +5621,7 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5629,9 +5629,9 @@ CREATEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5671,7 +5671,7 @@ CREATEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6038,7 +6038,7 @@ CREATEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -6752,7 +6752,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7531,7 +7531,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -7608,7 +7608,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7637,7 +7637,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -7784,7 +7784,7 @@ CREATEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -7888,7 +7888,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7904,7 +7904,7 @@ CREATEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7937,7 +7937,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -7963,7 +7963,7 @@ CREATEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -8120,7 +8120,7 @@ FOLLOWING : The list of items the user is following - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8128,9 +8128,9 @@ FOLLOWING : The list of items the user is following - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8170,7 +8170,7 @@ FOLLOWING : The list of items the user is following - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -8530,7 +8530,7 @@ FOLLOWING : The list of items the user is following - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -8738,7 +8738,7 @@ FOLLOWING : The list of items the user is following - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -9624,7 +9624,7 @@ FOLLOWING : The list of items the user is following - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -9701,7 +9701,7 @@ FOLLOWING : The list of items the user is following - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -9730,7 +9730,7 @@ FOLLOWING : The list of items the user is following - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -9877,7 +9877,7 @@ FOLLOWING : The list of items the user is following - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -9981,7 +9981,7 @@ FOLLOWING : The list of items the user is following - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -9997,7 +9997,7 @@ FOLLOWING : The list of items the user is following - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -10030,7 +10030,7 @@ FOLLOWING : The list of items the user is following - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -10056,7 +10056,7 @@ FOLLOWING : The list of items the user is following - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -10628,7 +10628,7 @@ ITEMS : All items contained in the drive. Read-only - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -10636,9 +10636,9 @@ ITEMS : All items contained in the drive. Read-only - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -10678,7 +10678,7 @@ ITEMS : All items contained in the drive. Read-only - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -11038,7 +11038,7 @@ ITEMS : All items contained in the drive. Read-only - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -11246,7 +11246,7 @@ ITEMS : All items contained in the drive. Read-only - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -12132,7 +12132,7 @@ ITEMS : All items contained in the drive. Read-only - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -12209,7 +12209,7 @@ ITEMS : All items contained in the drive. Read-only - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -12238,7 +12238,7 @@ ITEMS : All items contained in the drive. Read-only - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -12385,7 +12385,7 @@ ITEMS : All items contained in the drive. Read-only - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -12489,7 +12489,7 @@ ITEMS : All items contained in the drive. Read-only - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -12505,7 +12505,7 @@ ITEMS : All items contained in the drive. Read-only - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -12538,7 +12538,7 @@ ITEMS : All items contained in the drive. Read-only - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -12564,7 +12564,7 @@ ITEMS : All items contained in the drive. Read-only - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -13117,7 +13117,7 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13125,9 +13125,9 @@ LASTMODIFIEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13167,7 +13167,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13534,7 +13534,7 @@ LASTMODIFIEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -14248,7 +14248,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15027,7 +15027,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -15104,7 +15104,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -15133,7 +15133,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -15280,7 +15280,7 @@ LASTMODIFIEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -15384,7 +15384,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -15400,7 +15400,7 @@ LASTMODIFIEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -15433,7 +15433,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -15459,7 +15459,7 @@ LASTMODIFIEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -15617,7 +15617,7 @@ LIST : list - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -15625,9 +15625,9 @@ LIST : list - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -15667,7 +15667,7 @@ LIST : list - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -16027,7 +16027,7 @@ LIST : list - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -16771,7 +16771,7 @@ LIST : list - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -17494,7 +17494,7 @@ LIST : list - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -17571,7 +17571,7 @@ LIST : list - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -17600,7 +17600,7 @@ LIST : list - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -17747,7 +17747,7 @@ LIST : list - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -17851,7 +17851,7 @@ LIST : list - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -17867,7 +17867,7 @@ LIST : list - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -17900,7 +17900,7 @@ LIST : list - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -17926,7 +17926,7 @@ LIST : list - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -18146,7 +18146,7 @@ ROOT : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -18154,9 +18154,9 @@ ROOT : driveItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -18196,7 +18196,7 @@ ROOT : driveItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -18556,7 +18556,7 @@ ROOT : driveItem - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -18764,7 +18764,7 @@ ROOT : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -19650,7 +19650,7 @@ ROOT : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -19727,7 +19727,7 @@ ROOT : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -19756,7 +19756,7 @@ ROOT : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -19903,7 +19903,7 @@ ROOT : driveItem - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -20007,7 +20007,7 @@ ROOT : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -20023,7 +20023,7 @@ ROOT : driveItem - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -20056,7 +20056,7 @@ ROOT : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -20082,7 +20082,7 @@ ROOT : driveItem - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -20645,7 +20645,7 @@ SPECIAL : Collection of common folders available in - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -20653,9 +20653,9 @@ SPECIAL : Collection of common folders available in - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -20695,7 +20695,7 @@ SPECIAL : Collection of common folders available in - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -21055,7 +21055,7 @@ SPECIAL : Collection of common folders available in - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -21263,7 +21263,7 @@ SPECIAL : Collection of common folders available in - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -22149,7 +22149,7 @@ SPECIAL : Collection of common folders available in - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -22226,7 +22226,7 @@ SPECIAL : Collection of common folders available in - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -22255,7 +22255,7 @@ SPECIAL : Collection of common folders available in - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -22402,7 +22402,7 @@ SPECIAL : Collection of common folders available in - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -22506,7 +22506,7 @@ SPECIAL : Collection of common folders available in - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -22522,7 +22522,7 @@ SPECIAL : Collection of common folders available in - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -22555,7 +22555,7 @@ SPECIAL : Collection of common folders available in - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -22581,7 +22581,7 @@ SPECIAL : Collection of common folders available in - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. diff --git a/src/Files/Files/docs/v1.0/Update-MgDrive.md b/src/Files/Files/docs/v1.0/Update-MgDrive.md index 4e66ca7a4e6..f931957ed00 100644 --- a/src/Files/Files/docs/v1.0/Update-MgDrive.md +++ b/src/Files/Files/docs/v1.0/Update-MgDrive.md @@ -656,7 +656,7 @@ BODYPARAMETER : drive - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -664,9 +664,9 @@ BODYPARAMETER : drive - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -706,7 +706,7 @@ BODYPARAMETER : drive - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1066,7 +1066,7 @@ BODYPARAMETER : drive - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -1777,7 +1777,7 @@ BODYPARAMETER : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2526,7 +2526,7 @@ BODYPARAMETER : drive - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -2603,7 +2603,7 @@ BODYPARAMETER : drive - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2632,7 +2632,7 @@ BODYPARAMETER : drive - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -2779,7 +2779,7 @@ BODYPARAMETER : drive - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -2883,7 +2883,7 @@ BODYPARAMETER : drive - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -2899,7 +2899,7 @@ BODYPARAMETER : drive - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -2932,7 +2932,7 @@ BODYPARAMETER : drive - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -2958,7 +2958,7 @@ BODYPARAMETER : drive - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -3145,7 +3145,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3153,9 +3153,9 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3195,7 +3195,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3555,7 +3555,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -3763,7 +3763,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -4649,7 +4649,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -4726,7 +4726,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -4755,7 +4755,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -4902,7 +4902,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -5006,7 +5006,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -5022,7 +5022,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -5055,7 +5055,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -5081,7 +5081,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -5634,7 +5634,7 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5642,9 +5642,9 @@ CREATEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5684,7 +5684,7 @@ CREATEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6051,7 +6051,7 @@ CREATEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -6765,7 +6765,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7544,7 +7544,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -7621,7 +7621,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7650,7 +7650,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -7797,7 +7797,7 @@ CREATEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -7901,7 +7901,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7917,7 +7917,7 @@ CREATEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7950,7 +7950,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -7976,7 +7976,7 @@ CREATEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -8133,7 +8133,7 @@ FOLLOWING : The list of items the user is following - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8141,9 +8141,9 @@ FOLLOWING : The list of items the user is following - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8183,7 +8183,7 @@ FOLLOWING : The list of items the user is following - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -8543,7 +8543,7 @@ FOLLOWING : The list of items the user is following - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -8751,7 +8751,7 @@ FOLLOWING : The list of items the user is following - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -9637,7 +9637,7 @@ FOLLOWING : The list of items the user is following - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -9714,7 +9714,7 @@ FOLLOWING : The list of items the user is following - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -9743,7 +9743,7 @@ FOLLOWING : The list of items the user is following - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -9890,7 +9890,7 @@ FOLLOWING : The list of items the user is following - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -9994,7 +9994,7 @@ FOLLOWING : The list of items the user is following - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -10010,7 +10010,7 @@ FOLLOWING : The list of items the user is following - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -10043,7 +10043,7 @@ FOLLOWING : The list of items the user is following - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -10069,7 +10069,7 @@ FOLLOWING : The list of items the user is following - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -10641,7 +10641,7 @@ ITEMS : All items contained in the drive. Read-only - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -10649,9 +10649,9 @@ ITEMS : All items contained in the drive. Read-only - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -10691,7 +10691,7 @@ ITEMS : All items contained in the drive. Read-only - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -11051,7 +11051,7 @@ ITEMS : All items contained in the drive. Read-only - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -11259,7 +11259,7 @@ ITEMS : All items contained in the drive. Read-only - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -12145,7 +12145,7 @@ ITEMS : All items contained in the drive. Read-only - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -12222,7 +12222,7 @@ ITEMS : All items contained in the drive. Read-only - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -12251,7 +12251,7 @@ ITEMS : All items contained in the drive. Read-only - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -12398,7 +12398,7 @@ ITEMS : All items contained in the drive. Read-only - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -12502,7 +12502,7 @@ ITEMS : All items contained in the drive. Read-only - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -12518,7 +12518,7 @@ ITEMS : All items contained in the drive. Read-only - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -12551,7 +12551,7 @@ ITEMS : All items contained in the drive. Read-only - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -12577,7 +12577,7 @@ ITEMS : All items contained in the drive. Read-only - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -13130,7 +13130,7 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13138,9 +13138,9 @@ LASTMODIFIEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13180,7 +13180,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13547,7 +13547,7 @@ LASTMODIFIEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -14261,7 +14261,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15040,7 +15040,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -15117,7 +15117,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -15146,7 +15146,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -15293,7 +15293,7 @@ LASTMODIFIEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -15397,7 +15397,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -15413,7 +15413,7 @@ LASTMODIFIEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -15446,7 +15446,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -15472,7 +15472,7 @@ LASTMODIFIEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -15630,7 +15630,7 @@ LIST : list - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -15638,9 +15638,9 @@ LIST : list - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -15680,7 +15680,7 @@ LIST : list - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -16040,7 +16040,7 @@ LIST : list - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -16784,7 +16784,7 @@ LIST : list - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -17507,7 +17507,7 @@ LIST : list - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -17584,7 +17584,7 @@ LIST : list - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -17613,7 +17613,7 @@ LIST : list - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -17760,7 +17760,7 @@ LIST : list - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -17864,7 +17864,7 @@ LIST : list - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -17880,7 +17880,7 @@ LIST : list - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -17913,7 +17913,7 @@ LIST : list - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -17939,7 +17939,7 @@ LIST : list - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -18159,7 +18159,7 @@ ROOT : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -18167,9 +18167,9 @@ ROOT : driveItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -18209,7 +18209,7 @@ ROOT : driveItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -18569,7 +18569,7 @@ ROOT : driveItem - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -18777,7 +18777,7 @@ ROOT : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -19663,7 +19663,7 @@ ROOT : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -19740,7 +19740,7 @@ ROOT : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -19769,7 +19769,7 @@ ROOT : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -19916,7 +19916,7 @@ ROOT : driveItem - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -20020,7 +20020,7 @@ ROOT : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -20036,7 +20036,7 @@ ROOT : driveItem - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -20069,7 +20069,7 @@ ROOT : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -20095,7 +20095,7 @@ ROOT : driveItem - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -20658,7 +20658,7 @@ SPECIAL : Collection of common folders available in - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -20666,9 +20666,9 @@ SPECIAL : Collection of common folders available in - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -20708,7 +20708,7 @@ SPECIAL : Collection of common folders available in - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -21068,7 +21068,7 @@ SPECIAL : Collection of common folders available in - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -21276,7 +21276,7 @@ SPECIAL : Collection of common folders available in - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -22162,7 +22162,7 @@ SPECIAL : Collection of common folders available in - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -22239,7 +22239,7 @@ SPECIAL : Collection of common folders available in - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -22268,7 +22268,7 @@ SPECIAL : Collection of common folders available in - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -22415,7 +22415,7 @@ SPECIAL : Collection of common folders available in - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -22519,7 +22519,7 @@ SPECIAL : Collection of common folders available in - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -22535,7 +22535,7 @@ SPECIAL : Collection of common folders available in - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -22568,7 +22568,7 @@ SPECIAL : Collection of common folders available in - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -22594,7 +22594,7 @@ SPECIAL : Collection of common folders available in - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. diff --git a/src/Files/Files/docs/v1.0/Update-MgDriveItem.md b/src/Files/Files/docs/v1.0/Update-MgDriveItem.md index a4b4e82b803..af135b73439 100644 --- a/src/Files/Files/docs/v1.0/Update-MgDriveItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgDriveItem.md @@ -1047,7 +1047,7 @@ ANALYTICS : itemAnalytics - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -1055,9 +1055,9 @@ ANALYTICS : itemAnalytics - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1097,7 +1097,7 @@ ANALYTICS : itemAnalytics - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1457,7 +1457,7 @@ ANALYTICS : itemAnalytics - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -1665,7 +1665,7 @@ ANALYTICS : itemAnalytics - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2522,7 +2522,7 @@ ANALYTICS : itemAnalytics - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -2599,7 +2599,7 @@ ANALYTICS : itemAnalytics - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2628,7 +2628,7 @@ ANALYTICS : itemAnalytics - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -2775,7 +2775,7 @@ ANALYTICS : itemAnalytics - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -2879,7 +2879,7 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -2895,7 +2895,7 @@ ANALYTICS : itemAnalytics - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -2928,7 +2928,7 @@ ANALYTICS : itemAnalytics - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -2954,7 +2954,7 @@ ANALYTICS : itemAnalytics - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -3540,7 +3540,7 @@ BODYPARAMETER : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3548,9 +3548,9 @@ BODYPARAMETER : driveItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3590,7 +3590,7 @@ BODYPARAMETER : driveItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3950,7 +3950,7 @@ BODYPARAMETER : driveItem - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -4158,7 +4158,7 @@ BODYPARAMETER : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5044,7 +5044,7 @@ BODYPARAMETER : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -5121,7 +5121,7 @@ BODYPARAMETER : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -5150,7 +5150,7 @@ BODYPARAMETER : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -5297,7 +5297,7 @@ BODYPARAMETER : driveItem - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -5401,7 +5401,7 @@ BODYPARAMETER : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -5417,7 +5417,7 @@ BODYPARAMETER : driveItem - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -5450,7 +5450,7 @@ BODYPARAMETER : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -5476,7 +5476,7 @@ BODYPARAMETER : driveItem - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -6036,7 +6036,7 @@ CHILDREN : Collection containing Item objects for t - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -6044,9 +6044,9 @@ CHILDREN : Collection containing Item objects for t - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -6086,7 +6086,7 @@ CHILDREN : Collection containing Item objects for t - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6446,7 +6446,7 @@ CHILDREN : Collection containing Item objects for t - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -6654,7 +6654,7 @@ CHILDREN : Collection containing Item objects for t - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7540,7 +7540,7 @@ CHILDREN : Collection containing Item objects for t - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -7617,7 +7617,7 @@ CHILDREN : Collection containing Item objects for t - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7646,7 +7646,7 @@ CHILDREN : Collection containing Item objects for t - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -7793,7 +7793,7 @@ CHILDREN : Collection containing Item objects for t - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -7897,7 +7897,7 @@ CHILDREN : Collection containing Item objects for t - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7913,7 +7913,7 @@ CHILDREN : Collection containing Item objects for t - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7946,7 +7946,7 @@ CHILDREN : Collection containing Item objects for t - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -7972,7 +7972,7 @@ CHILDREN : Collection containing Item objects for t - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -8525,7 +8525,7 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8533,9 +8533,9 @@ CREATEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8575,7 +8575,7 @@ CREATEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -8942,7 +8942,7 @@ CREATEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -9656,7 +9656,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10435,7 +10435,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -10512,7 +10512,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -10541,7 +10541,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -10688,7 +10688,7 @@ CREATEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -10792,7 +10792,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -10808,7 +10808,7 @@ CREATEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -10841,7 +10841,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -10867,7 +10867,7 @@ CREATEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -11078,7 +11078,7 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -11086,9 +11086,9 @@ LASTMODIFIEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -11128,7 +11128,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -11495,7 +11495,7 @@ LASTMODIFIEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -12209,7 +12209,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -12988,7 +12988,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -13065,7 +13065,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -13094,7 +13094,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -13241,7 +13241,7 @@ LASTMODIFIEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -13345,7 +13345,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -13361,7 +13361,7 @@ LASTMODIFIEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -13394,7 +13394,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -13420,7 +13420,7 @@ LASTMODIFIEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -13578,7 +13578,7 @@ LISTITEM : listItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13586,9 +13586,9 @@ LISTITEM : listItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13628,7 +13628,7 @@ LISTITEM : listItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13988,7 +13988,7 @@ LISTITEM : listItem - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -14676,7 +14676,7 @@ LISTITEM : listItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15455,7 +15455,7 @@ LISTITEM : listItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -15532,7 +15532,7 @@ LISTITEM : listItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -15561,7 +15561,7 @@ LISTITEM : listItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -15708,7 +15708,7 @@ LISTITEM : listItem - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -15812,7 +15812,7 @@ LISTITEM : listItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -15828,7 +15828,7 @@ LISTITEM : listItem - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -15861,7 +15861,7 @@ LISTITEM : listItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -15887,7 +15887,7 @@ LISTITEM : listItem - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. diff --git a/src/Files/Files/docs/v1.0/Update-MgDriveList.md b/src/Files/Files/docs/v1.0/Update-MgDriveList.md index cf20ff48697..80d16bb2926 100644 --- a/src/Files/Files/docs/v1.0/Update-MgDriveList.md +++ b/src/Files/Files/docs/v1.0/Update-MgDriveList.md @@ -617,7 +617,7 @@ BODYPARAMETER : list - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -625,9 +625,9 @@ BODYPARAMETER : list - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -667,7 +667,7 @@ BODYPARAMETER : list - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1027,7 +1027,7 @@ BODYPARAMETER : list - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -1771,7 +1771,7 @@ BODYPARAMETER : list - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2494,7 +2494,7 @@ BODYPARAMETER : list - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -2571,7 +2571,7 @@ BODYPARAMETER : list - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2600,7 +2600,7 @@ BODYPARAMETER : list - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -2747,7 +2747,7 @@ BODYPARAMETER : list - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -2851,7 +2851,7 @@ BODYPARAMETER : list - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -2867,7 +2867,7 @@ BODYPARAMETER : list - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -2900,7 +2900,7 @@ BODYPARAMETER : list - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -2926,7 +2926,7 @@ BODYPARAMETER : list - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -3302,7 +3302,7 @@ CONTENTTYPES : The collection of content types pr - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3427,7 +3427,7 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3435,9 +3435,9 @@ CREATEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3477,7 +3477,7 @@ CREATEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3844,7 +3844,7 @@ CREATEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -4558,7 +4558,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5337,7 +5337,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -5414,7 +5414,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -5443,7 +5443,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -5590,7 +5590,7 @@ CREATEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -5694,7 +5694,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -5710,7 +5710,7 @@ CREATEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -5743,7 +5743,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -5769,7 +5769,7 @@ CREATEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -5927,7 +5927,7 @@ DRIVE : drive - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5935,9 +5935,9 @@ DRIVE : drive - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5977,7 +5977,7 @@ DRIVE : drive - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6337,7 +6337,7 @@ DRIVE : drive - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -7048,7 +7048,7 @@ DRIVE : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7797,7 +7797,7 @@ DRIVE : drive - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -7874,7 +7874,7 @@ DRIVE : drive - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7903,7 +7903,7 @@ DRIVE : drive - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -8050,7 +8050,7 @@ DRIVE : drive - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -8154,7 +8154,7 @@ DRIVE : drive - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -8170,7 +8170,7 @@ DRIVE : drive - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -8203,7 +8203,7 @@ DRIVE : drive - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -8229,7 +8229,7 @@ DRIVE : drive - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -8435,7 +8435,7 @@ ITEMS : All items contained in the list. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8443,9 +8443,9 @@ ITEMS : All items contained in the list. - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8485,7 +8485,7 @@ ITEMS : All items contained in the list. - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -8845,7 +8845,7 @@ ITEMS : All items contained in the list. - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -9533,7 +9533,7 @@ ITEMS : All items contained in the list. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10312,7 +10312,7 @@ ITEMS : All items contained in the list. - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -10389,7 +10389,7 @@ ITEMS : All items contained in the list. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -10418,7 +10418,7 @@ ITEMS : All items contained in the list. - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -10565,7 +10565,7 @@ ITEMS : All items contained in the list. - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -10669,7 +10669,7 @@ ITEMS : All items contained in the list. - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -10685,7 +10685,7 @@ ITEMS : All items contained in the list. - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -10718,7 +10718,7 @@ ITEMS : All items contained in the list. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -10744,7 +10744,7 @@ ITEMS : All items contained in the list. - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -10924,7 +10924,7 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -10932,9 +10932,9 @@ LASTMODIFIEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -10974,7 +10974,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -11341,7 +11341,7 @@ LASTMODIFIEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -12055,7 +12055,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -12834,7 +12834,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -12911,7 +12911,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -12940,7 +12940,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -13087,7 +13087,7 @@ LASTMODIFIEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -13191,7 +13191,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -13207,7 +13207,7 @@ LASTMODIFIEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -13240,7 +13240,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -13266,7 +13266,7 @@ LASTMODIFIEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. diff --git a/src/Files/Files/docs/v1.0/Update-MgDriveListContentType.md b/src/Files/Files/docs/v1.0/Update-MgDriveListContentType.md index 90aef9cc2d5..b4133f2d947 100644 --- a/src/Files/Files/docs/v1.0/Update-MgDriveListContentType.md +++ b/src/Files/Files/docs/v1.0/Update-MgDriveListContentType.md @@ -668,7 +668,7 @@ BASE : contentType - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -855,7 +855,7 @@ BASETYPES : The collection of content types that - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1043,7 +1043,7 @@ BODYPARAMETER : contentType - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1490,7 +1490,7 @@ DOCUMENTSET : documentSet - `[DisplayName ]`: If present, the value of this field contains the displayName string that has been set for the language present in the languageTag field. - `[LanguageTag ]`: Provides the language culture-code and friendly name of the language that the displayName field has been provided in. - `[Formula ]`: The formula to validate column value. For examples, see Examples of common formulas in lists. - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. diff --git a/src/Files/Files/docs/v1.0/Update-MgDriveListItem.md b/src/Files/Files/docs/v1.0/Update-MgDriveListItem.md index bb190413047..8467772ed68 100644 --- a/src/Files/Files/docs/v1.0/Update-MgDriveListItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgDriveListItem.md @@ -595,7 +595,7 @@ ANALYTICS : itemAnalytics - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -603,9 +603,9 @@ ANALYTICS : itemAnalytics - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -645,7 +645,7 @@ ANALYTICS : itemAnalytics - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1005,7 +1005,7 @@ ANALYTICS : itemAnalytics - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -1213,7 +1213,7 @@ ANALYTICS : itemAnalytics - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2070,7 +2070,7 @@ ANALYTICS : itemAnalytics - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -2147,7 +2147,7 @@ ANALYTICS : itemAnalytics - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2176,7 +2176,7 @@ ANALYTICS : itemAnalytics - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -2323,7 +2323,7 @@ ANALYTICS : itemAnalytics - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -2427,7 +2427,7 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -2443,7 +2443,7 @@ ANALYTICS : itemAnalytics - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -2476,7 +2476,7 @@ ANALYTICS : itemAnalytics - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -2502,7 +2502,7 @@ ANALYTICS : itemAnalytics - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -3069,7 +3069,7 @@ BODYPARAMETER : listItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3077,9 +3077,9 @@ BODYPARAMETER : listItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3119,7 +3119,7 @@ BODYPARAMETER : listItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3479,7 +3479,7 @@ BODYPARAMETER : listItem - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -4167,7 +4167,7 @@ BODYPARAMETER : listItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -4946,7 +4946,7 @@ BODYPARAMETER : listItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -5023,7 +5023,7 @@ BODYPARAMETER : listItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -5052,7 +5052,7 @@ BODYPARAMETER : listItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -5199,7 +5199,7 @@ BODYPARAMETER : listItem - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -5303,7 +5303,7 @@ BODYPARAMETER : listItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -5319,7 +5319,7 @@ BODYPARAMETER : listItem - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -5352,7 +5352,7 @@ BODYPARAMETER : listItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -5378,7 +5378,7 @@ BODYPARAMETER : listItem - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -5563,7 +5563,7 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5571,9 +5571,9 @@ CREATEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5613,7 +5613,7 @@ CREATEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5980,7 +5980,7 @@ CREATEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -6694,7 +6694,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7473,7 +7473,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -7550,7 +7550,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7579,7 +7579,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -7726,7 +7726,7 @@ CREATEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -7830,7 +7830,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7846,7 +7846,7 @@ CREATEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7879,7 +7879,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -7905,7 +7905,7 @@ CREATEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -8063,7 +8063,7 @@ DRIVEITEM : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8071,9 +8071,9 @@ DRIVEITEM : driveItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8113,7 +8113,7 @@ DRIVEITEM : driveItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -8473,7 +8473,7 @@ DRIVEITEM : driveItem - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -8681,7 +8681,7 @@ DRIVEITEM : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -9567,7 +9567,7 @@ DRIVEITEM : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -9644,7 +9644,7 @@ DRIVEITEM : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -9673,7 +9673,7 @@ DRIVEITEM : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -9820,7 +9820,7 @@ DRIVEITEM : driveItem - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -9924,7 +9924,7 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -9940,7 +9940,7 @@ DRIVEITEM : driveItem - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -9973,7 +9973,7 @@ DRIVEITEM : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -9999,7 +9999,7 @@ DRIVEITEM : driveItem - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -10571,7 +10571,7 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -10579,9 +10579,9 @@ LASTMODIFIEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -10621,7 +10621,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10988,7 +10988,7 @@ LASTMODIFIEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -11702,7 +11702,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -12481,7 +12481,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -12558,7 +12558,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -12587,7 +12587,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -12734,7 +12734,7 @@ LASTMODIFIEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -12838,7 +12838,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -12854,7 +12854,7 @@ LASTMODIFIEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -12887,7 +12887,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -12913,7 +12913,7 @@ LASTMODIFIEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. diff --git a/src/Files/Files/docs/v1.0/Update-MgDriveRoot.md b/src/Files/Files/docs/v1.0/Update-MgDriveRoot.md index 22331340c6d..f7abbd39b84 100644 --- a/src/Files/Files/docs/v1.0/Update-MgDriveRoot.md +++ b/src/Files/Files/docs/v1.0/Update-MgDriveRoot.md @@ -1030,7 +1030,7 @@ ANALYTICS : itemAnalytics - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -1038,9 +1038,9 @@ ANALYTICS : itemAnalytics - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1080,7 +1080,7 @@ ANALYTICS : itemAnalytics - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1440,7 +1440,7 @@ ANALYTICS : itemAnalytics - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -1648,7 +1648,7 @@ ANALYTICS : itemAnalytics - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2505,7 +2505,7 @@ ANALYTICS : itemAnalytics - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -2582,7 +2582,7 @@ ANALYTICS : itemAnalytics - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2611,7 +2611,7 @@ ANALYTICS : itemAnalytics - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -2758,7 +2758,7 @@ ANALYTICS : itemAnalytics - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -2862,7 +2862,7 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -2878,7 +2878,7 @@ ANALYTICS : itemAnalytics - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -2911,7 +2911,7 @@ ANALYTICS : itemAnalytics - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -2937,7 +2937,7 @@ ANALYTICS : itemAnalytics - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -3523,7 +3523,7 @@ BODYPARAMETER : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3531,9 +3531,9 @@ BODYPARAMETER : driveItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3573,7 +3573,7 @@ BODYPARAMETER : driveItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3933,7 +3933,7 @@ BODYPARAMETER : driveItem - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -4141,7 +4141,7 @@ BODYPARAMETER : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5027,7 +5027,7 @@ BODYPARAMETER : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -5104,7 +5104,7 @@ BODYPARAMETER : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -5133,7 +5133,7 @@ BODYPARAMETER : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -5280,7 +5280,7 @@ BODYPARAMETER : driveItem - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -5384,7 +5384,7 @@ BODYPARAMETER : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -5400,7 +5400,7 @@ BODYPARAMETER : driveItem - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -5433,7 +5433,7 @@ BODYPARAMETER : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -5459,7 +5459,7 @@ BODYPARAMETER : driveItem - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -6019,7 +6019,7 @@ CHILDREN : Collection containing Item objects for t - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -6027,9 +6027,9 @@ CHILDREN : Collection containing Item objects for t - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -6069,7 +6069,7 @@ CHILDREN : Collection containing Item objects for t - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6429,7 +6429,7 @@ CHILDREN : Collection containing Item objects for t - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -6637,7 +6637,7 @@ CHILDREN : Collection containing Item objects for t - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7523,7 +7523,7 @@ CHILDREN : Collection containing Item objects for t - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -7600,7 +7600,7 @@ CHILDREN : Collection containing Item objects for t - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7629,7 +7629,7 @@ CHILDREN : Collection containing Item objects for t - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -7776,7 +7776,7 @@ CHILDREN : Collection containing Item objects for t - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -7880,7 +7880,7 @@ CHILDREN : Collection containing Item objects for t - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7896,7 +7896,7 @@ CHILDREN : Collection containing Item objects for t - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7929,7 +7929,7 @@ CHILDREN : Collection containing Item objects for t - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -7955,7 +7955,7 @@ CHILDREN : Collection containing Item objects for t - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -8508,7 +8508,7 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8516,9 +8516,9 @@ CREATEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8558,7 +8558,7 @@ CREATEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -8925,7 +8925,7 @@ CREATEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -9639,7 +9639,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10418,7 +10418,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -10495,7 +10495,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -10524,7 +10524,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -10671,7 +10671,7 @@ CREATEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -10775,7 +10775,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -10791,7 +10791,7 @@ CREATEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -10824,7 +10824,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -10850,7 +10850,7 @@ CREATEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -11061,7 +11061,7 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -11069,9 +11069,9 @@ LASTMODIFIEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -11111,7 +11111,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -11478,7 +11478,7 @@ LASTMODIFIEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -12192,7 +12192,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -12971,7 +12971,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -13048,7 +13048,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -13077,7 +13077,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -13224,7 +13224,7 @@ LASTMODIFIEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -13328,7 +13328,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -13344,7 +13344,7 @@ LASTMODIFIEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -13377,7 +13377,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -13403,7 +13403,7 @@ LASTMODIFIEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -13561,7 +13561,7 @@ LISTITEM : listItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13569,9 +13569,9 @@ LISTITEM : listItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13611,7 +13611,7 @@ LISTITEM : listItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13971,7 +13971,7 @@ LISTITEM : listItem - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -14659,7 +14659,7 @@ LISTITEM : listItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15438,7 +15438,7 @@ LISTITEM : listItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -15515,7 +15515,7 @@ LISTITEM : listItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -15544,7 +15544,7 @@ LISTITEM : listItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -15691,7 +15691,7 @@ LISTITEM : listItem - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -15795,7 +15795,7 @@ LISTITEM : listItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -15811,7 +15811,7 @@ LISTITEM : listItem - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -15844,7 +15844,7 @@ LISTITEM : listItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -15870,7 +15870,7 @@ LISTITEM : listItem - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. diff --git a/src/Files/Files/docs/v1.0/Update-MgGroupDrive.md b/src/Files/Files/docs/v1.0/Update-MgGroupDrive.md index 6987990847c..068a5133c69 100644 --- a/src/Files/Files/docs/v1.0/Update-MgGroupDrive.md +++ b/src/Files/Files/docs/v1.0/Update-MgGroupDrive.md @@ -674,7 +674,7 @@ BODYPARAMETER : drive - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -682,9 +682,9 @@ BODYPARAMETER : drive - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -724,7 +724,7 @@ BODYPARAMETER : drive - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1084,7 +1084,7 @@ BODYPARAMETER : drive - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -1795,7 +1795,7 @@ BODYPARAMETER : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2544,7 +2544,7 @@ BODYPARAMETER : drive - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -2621,7 +2621,7 @@ BODYPARAMETER : drive - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2650,7 +2650,7 @@ BODYPARAMETER : drive - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -2797,7 +2797,7 @@ BODYPARAMETER : drive - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -2901,7 +2901,7 @@ BODYPARAMETER : drive - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -2917,7 +2917,7 @@ BODYPARAMETER : drive - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -2950,7 +2950,7 @@ BODYPARAMETER : drive - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -2976,7 +2976,7 @@ BODYPARAMETER : drive - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -3163,7 +3163,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3171,9 +3171,9 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3213,7 +3213,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3573,7 +3573,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -3781,7 +3781,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -4667,7 +4667,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -4744,7 +4744,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -4773,7 +4773,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -4920,7 +4920,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -5024,7 +5024,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -5040,7 +5040,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -5073,7 +5073,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -5099,7 +5099,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -5652,7 +5652,7 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5660,9 +5660,9 @@ CREATEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5702,7 +5702,7 @@ CREATEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6069,7 +6069,7 @@ CREATEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -6783,7 +6783,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7562,7 +7562,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -7639,7 +7639,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7668,7 +7668,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -7815,7 +7815,7 @@ CREATEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -7919,7 +7919,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7935,7 +7935,7 @@ CREATEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7968,7 +7968,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -7994,7 +7994,7 @@ CREATEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -8151,7 +8151,7 @@ FOLLOWING : The list of items the user is following - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8159,9 +8159,9 @@ FOLLOWING : The list of items the user is following - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8201,7 +8201,7 @@ FOLLOWING : The list of items the user is following - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -8561,7 +8561,7 @@ FOLLOWING : The list of items the user is following - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -8769,7 +8769,7 @@ FOLLOWING : The list of items the user is following - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -9655,7 +9655,7 @@ FOLLOWING : The list of items the user is following - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -9732,7 +9732,7 @@ FOLLOWING : The list of items the user is following - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -9761,7 +9761,7 @@ FOLLOWING : The list of items the user is following - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -9908,7 +9908,7 @@ FOLLOWING : The list of items the user is following - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -10012,7 +10012,7 @@ FOLLOWING : The list of items the user is following - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -10028,7 +10028,7 @@ FOLLOWING : The list of items the user is following - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -10061,7 +10061,7 @@ FOLLOWING : The list of items the user is following - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -10087,7 +10087,7 @@ FOLLOWING : The list of items the user is following - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -10659,7 +10659,7 @@ ITEMS : All items contained in the drive. Read-only - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -10667,9 +10667,9 @@ ITEMS : All items contained in the drive. Read-only - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -10709,7 +10709,7 @@ ITEMS : All items contained in the drive. Read-only - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -11069,7 +11069,7 @@ ITEMS : All items contained in the drive. Read-only - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -11277,7 +11277,7 @@ ITEMS : All items contained in the drive. Read-only - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -12163,7 +12163,7 @@ ITEMS : All items contained in the drive. Read-only - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -12240,7 +12240,7 @@ ITEMS : All items contained in the drive. Read-only - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -12269,7 +12269,7 @@ ITEMS : All items contained in the drive. Read-only - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -12416,7 +12416,7 @@ ITEMS : All items contained in the drive. Read-only - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -12520,7 +12520,7 @@ ITEMS : All items contained in the drive. Read-only - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -12536,7 +12536,7 @@ ITEMS : All items contained in the drive. Read-only - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -12569,7 +12569,7 @@ ITEMS : All items contained in the drive. Read-only - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -12595,7 +12595,7 @@ ITEMS : All items contained in the drive. Read-only - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -13148,7 +13148,7 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13156,9 +13156,9 @@ LASTMODIFIEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13198,7 +13198,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13565,7 +13565,7 @@ LASTMODIFIEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -14279,7 +14279,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15058,7 +15058,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -15135,7 +15135,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -15164,7 +15164,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -15311,7 +15311,7 @@ LASTMODIFIEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -15415,7 +15415,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -15431,7 +15431,7 @@ LASTMODIFIEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -15464,7 +15464,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -15490,7 +15490,7 @@ LASTMODIFIEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -15648,7 +15648,7 @@ LIST : list - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -15656,9 +15656,9 @@ LIST : list - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -15698,7 +15698,7 @@ LIST : list - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -16058,7 +16058,7 @@ LIST : list - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -16802,7 +16802,7 @@ LIST : list - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -17525,7 +17525,7 @@ LIST : list - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -17602,7 +17602,7 @@ LIST : list - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -17631,7 +17631,7 @@ LIST : list - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -17778,7 +17778,7 @@ LIST : list - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -17882,7 +17882,7 @@ LIST : list - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -17898,7 +17898,7 @@ LIST : list - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -17931,7 +17931,7 @@ LIST : list - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -17957,7 +17957,7 @@ LIST : list - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -18177,7 +18177,7 @@ ROOT : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -18185,9 +18185,9 @@ ROOT : driveItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -18227,7 +18227,7 @@ ROOT : driveItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -18587,7 +18587,7 @@ ROOT : driveItem - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -18795,7 +18795,7 @@ ROOT : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -19681,7 +19681,7 @@ ROOT : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -19758,7 +19758,7 @@ ROOT : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -19787,7 +19787,7 @@ ROOT : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -19934,7 +19934,7 @@ ROOT : driveItem - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -20038,7 +20038,7 @@ ROOT : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -20054,7 +20054,7 @@ ROOT : driveItem - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -20087,7 +20087,7 @@ ROOT : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -20113,7 +20113,7 @@ ROOT : driveItem - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -20676,7 +20676,7 @@ SPECIAL : Collection of common folders available in - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -20684,9 +20684,9 @@ SPECIAL : Collection of common folders available in - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -20726,7 +20726,7 @@ SPECIAL : Collection of common folders available in - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -21086,7 +21086,7 @@ SPECIAL : Collection of common folders available in - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -21294,7 +21294,7 @@ SPECIAL : Collection of common folders available in - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -22180,7 +22180,7 @@ SPECIAL : Collection of common folders available in - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -22257,7 +22257,7 @@ SPECIAL : Collection of common folders available in - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -22286,7 +22286,7 @@ SPECIAL : Collection of common folders available in - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -22433,7 +22433,7 @@ SPECIAL : Collection of common folders available in - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -22537,7 +22537,7 @@ SPECIAL : Collection of common folders available in - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -22553,7 +22553,7 @@ SPECIAL : Collection of common folders available in - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -22586,7 +22586,7 @@ SPECIAL : Collection of common folders available in - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -22612,7 +22612,7 @@ SPECIAL : Collection of common folders available in - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. diff --git a/src/Files/Files/docs/v1.0/Update-MgShareList.md b/src/Files/Files/docs/v1.0/Update-MgShareList.md index 309c5c860ab..a4fff46c5e7 100644 --- a/src/Files/Files/docs/v1.0/Update-MgShareList.md +++ b/src/Files/Files/docs/v1.0/Update-MgShareList.md @@ -613,7 +613,7 @@ BODYPARAMETER : list - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -621,9 +621,9 @@ BODYPARAMETER : list - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -663,7 +663,7 @@ BODYPARAMETER : list - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1023,7 +1023,7 @@ BODYPARAMETER : list - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -1767,7 +1767,7 @@ BODYPARAMETER : list - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2490,7 +2490,7 @@ BODYPARAMETER : list - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -2567,7 +2567,7 @@ BODYPARAMETER : list - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2596,7 +2596,7 @@ BODYPARAMETER : list - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -2743,7 +2743,7 @@ BODYPARAMETER : list - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -2847,7 +2847,7 @@ BODYPARAMETER : list - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -2863,7 +2863,7 @@ BODYPARAMETER : list - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -2896,7 +2896,7 @@ BODYPARAMETER : list - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -2922,7 +2922,7 @@ BODYPARAMETER : list - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -3298,7 +3298,7 @@ CONTENTTYPES : The collection of content types pr - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3423,7 +3423,7 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3431,9 +3431,9 @@ CREATEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3473,7 +3473,7 @@ CREATEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3840,7 +3840,7 @@ CREATEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -4554,7 +4554,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5333,7 +5333,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -5410,7 +5410,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -5439,7 +5439,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -5586,7 +5586,7 @@ CREATEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -5690,7 +5690,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -5706,7 +5706,7 @@ CREATEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -5739,7 +5739,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -5765,7 +5765,7 @@ CREATEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -5923,7 +5923,7 @@ DRIVE : drive - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5931,9 +5931,9 @@ DRIVE : drive - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5973,7 +5973,7 @@ DRIVE : drive - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6333,7 +6333,7 @@ DRIVE : drive - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -7044,7 +7044,7 @@ DRIVE : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7793,7 +7793,7 @@ DRIVE : drive - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -7870,7 +7870,7 @@ DRIVE : drive - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7899,7 +7899,7 @@ DRIVE : drive - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -8046,7 +8046,7 @@ DRIVE : drive - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -8150,7 +8150,7 @@ DRIVE : drive - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -8166,7 +8166,7 @@ DRIVE : drive - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -8199,7 +8199,7 @@ DRIVE : drive - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -8225,7 +8225,7 @@ DRIVE : drive - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -8431,7 +8431,7 @@ ITEMS : All items contained in the list. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8439,9 +8439,9 @@ ITEMS : All items contained in the list. - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8481,7 +8481,7 @@ ITEMS : All items contained in the list. - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -8841,7 +8841,7 @@ ITEMS : All items contained in the list. - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -9529,7 +9529,7 @@ ITEMS : All items contained in the list. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10308,7 +10308,7 @@ ITEMS : All items contained in the list. - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -10385,7 +10385,7 @@ ITEMS : All items contained in the list. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -10414,7 +10414,7 @@ ITEMS : All items contained in the list. - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -10561,7 +10561,7 @@ ITEMS : All items contained in the list. - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -10665,7 +10665,7 @@ ITEMS : All items contained in the list. - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -10681,7 +10681,7 @@ ITEMS : All items contained in the list. - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -10714,7 +10714,7 @@ ITEMS : All items contained in the list. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -10740,7 +10740,7 @@ ITEMS : All items contained in the list. - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -10920,7 +10920,7 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -10928,9 +10928,9 @@ LASTMODIFIEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -10970,7 +10970,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -11337,7 +11337,7 @@ LASTMODIFIEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -12051,7 +12051,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -12830,7 +12830,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -12907,7 +12907,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -12936,7 +12936,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -13083,7 +13083,7 @@ LASTMODIFIEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -13187,7 +13187,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -13203,7 +13203,7 @@ LASTMODIFIEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -13236,7 +13236,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -13262,7 +13262,7 @@ LASTMODIFIEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. diff --git a/src/Files/Files/docs/v1.0/Update-MgShareListContentType.md b/src/Files/Files/docs/v1.0/Update-MgShareListContentType.md index 3357c867318..eaa111e30da 100644 --- a/src/Files/Files/docs/v1.0/Update-MgShareListContentType.md +++ b/src/Files/Files/docs/v1.0/Update-MgShareListContentType.md @@ -668,7 +668,7 @@ BASE : contentType - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -855,7 +855,7 @@ BASETYPES : The collection of content types that - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1043,7 +1043,7 @@ BODYPARAMETER : contentType - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1490,7 +1490,7 @@ DOCUMENTSET : documentSet - `[DisplayName ]`: If present, the value of this field contains the displayName string that has been set for the language present in the languageTag field. - `[LanguageTag ]`: Provides the language culture-code and friendly name of the language that the displayName field has been provided in. - `[Formula ]`: The formula to validate column value. For examples, see Examples of common formulas in lists. - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. diff --git a/src/Files/Files/docs/v1.0/Update-MgShareListItem.md b/src/Files/Files/docs/v1.0/Update-MgShareListItem.md index c405a9ead0c..511b8d0d3db 100644 --- a/src/Files/Files/docs/v1.0/Update-MgShareListItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgShareListItem.md @@ -633,7 +633,7 @@ ANALYTICS : itemAnalytics - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -641,9 +641,9 @@ ANALYTICS : itemAnalytics - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -683,7 +683,7 @@ ANALYTICS : itemAnalytics - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1043,7 +1043,7 @@ ANALYTICS : itemAnalytics - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -1251,7 +1251,7 @@ ANALYTICS : itemAnalytics - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2108,7 +2108,7 @@ ANALYTICS : itemAnalytics - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -2185,7 +2185,7 @@ ANALYTICS : itemAnalytics - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2214,7 +2214,7 @@ ANALYTICS : itemAnalytics - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -2361,7 +2361,7 @@ ANALYTICS : itemAnalytics - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -2465,7 +2465,7 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -2481,7 +2481,7 @@ ANALYTICS : itemAnalytics - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -2514,7 +2514,7 @@ ANALYTICS : itemAnalytics - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -2540,7 +2540,7 @@ ANALYTICS : itemAnalytics - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -3107,7 +3107,7 @@ BODYPARAMETER : listItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3115,9 +3115,9 @@ BODYPARAMETER : listItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3157,7 +3157,7 @@ BODYPARAMETER : listItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3517,7 +3517,7 @@ BODYPARAMETER : listItem - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -4205,7 +4205,7 @@ BODYPARAMETER : listItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -4984,7 +4984,7 @@ BODYPARAMETER : listItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -5061,7 +5061,7 @@ BODYPARAMETER : listItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -5090,7 +5090,7 @@ BODYPARAMETER : listItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -5237,7 +5237,7 @@ BODYPARAMETER : listItem - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -5341,7 +5341,7 @@ BODYPARAMETER : listItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -5357,7 +5357,7 @@ BODYPARAMETER : listItem - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -5390,7 +5390,7 @@ BODYPARAMETER : listItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -5416,7 +5416,7 @@ BODYPARAMETER : listItem - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -5601,7 +5601,7 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5609,9 +5609,9 @@ CREATEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5651,7 +5651,7 @@ CREATEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6018,7 +6018,7 @@ CREATEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -6732,7 +6732,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7511,7 +7511,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -7588,7 +7588,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7617,7 +7617,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -7764,7 +7764,7 @@ CREATEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -7868,7 +7868,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7884,7 +7884,7 @@ CREATEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7917,7 +7917,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -7943,7 +7943,7 @@ CREATEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -8101,7 +8101,7 @@ DRIVEITEM : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8109,9 +8109,9 @@ DRIVEITEM : driveItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8151,7 +8151,7 @@ DRIVEITEM : driveItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -8511,7 +8511,7 @@ DRIVEITEM : driveItem - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -8719,7 +8719,7 @@ DRIVEITEM : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -9605,7 +9605,7 @@ DRIVEITEM : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -9682,7 +9682,7 @@ DRIVEITEM : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -9711,7 +9711,7 @@ DRIVEITEM : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -9858,7 +9858,7 @@ DRIVEITEM : driveItem - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -9962,7 +9962,7 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -9978,7 +9978,7 @@ DRIVEITEM : driveItem - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -10011,7 +10011,7 @@ DRIVEITEM : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -10037,7 +10037,7 @@ DRIVEITEM : driveItem - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -10609,7 +10609,7 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -10617,9 +10617,9 @@ LASTMODIFIEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -10659,7 +10659,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -11026,7 +11026,7 @@ LASTMODIFIEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -11740,7 +11740,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -12519,7 +12519,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -12596,7 +12596,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -12625,7 +12625,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -12772,7 +12772,7 @@ LASTMODIFIEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -12876,7 +12876,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -12892,7 +12892,7 @@ LASTMODIFIEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -12925,7 +12925,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -12951,7 +12951,7 @@ LASTMODIFIEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. diff --git a/src/Files/Files/docs/v1.0/Update-MgShareSharedDriveItemSharedDriveItem.md b/src/Files/Files/docs/v1.0/Update-MgShareSharedDriveItemSharedDriveItem.md index 1b9e7c04529..ec495d90c62 100644 --- a/src/Files/Files/docs/v1.0/Update-MgShareSharedDriveItemSharedDriveItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgShareSharedDriveItemSharedDriveItem.md @@ -598,7 +598,7 @@ BODYPARAMETER : sharedDriveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -606,9 +606,9 @@ BODYPARAMETER : sharedDriveItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -648,7 +648,7 @@ BODYPARAMETER : sharedDriveItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1008,7 +1008,7 @@ BODYPARAMETER : sharedDriveItem - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -1722,7 +1722,7 @@ BODYPARAMETER : sharedDriveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2501,7 +2501,7 @@ BODYPARAMETER : sharedDriveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -2578,7 +2578,7 @@ BODYPARAMETER : sharedDriveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2607,7 +2607,7 @@ BODYPARAMETER : sharedDriveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -2754,7 +2754,7 @@ BODYPARAMETER : sharedDriveItem - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -2858,7 +2858,7 @@ BODYPARAMETER : sharedDriveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -2874,7 +2874,7 @@ BODYPARAMETER : sharedDriveItem - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -2907,7 +2907,7 @@ BODYPARAMETER : sharedDriveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -2933,7 +2933,7 @@ BODYPARAMETER : sharedDriveItem - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -3108,7 +3108,7 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3116,9 +3116,9 @@ CREATEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3158,7 +3158,7 @@ CREATEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3525,7 +3525,7 @@ CREATEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -4239,7 +4239,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5018,7 +5018,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -5095,7 +5095,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -5124,7 +5124,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -5271,7 +5271,7 @@ CREATEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -5375,7 +5375,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -5391,7 +5391,7 @@ CREATEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -5424,7 +5424,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -5450,7 +5450,7 @@ CREATEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -5608,7 +5608,7 @@ DRIVEITEM : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5616,9 +5616,9 @@ DRIVEITEM : driveItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5658,7 +5658,7 @@ DRIVEITEM : driveItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6018,7 +6018,7 @@ DRIVEITEM : driveItem - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -6226,7 +6226,7 @@ DRIVEITEM : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7112,7 +7112,7 @@ DRIVEITEM : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -7189,7 +7189,7 @@ DRIVEITEM : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7218,7 +7218,7 @@ DRIVEITEM : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -7365,7 +7365,7 @@ DRIVEITEM : driveItem - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -7469,7 +7469,7 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7485,7 +7485,7 @@ DRIVEITEM : driveItem - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7518,7 +7518,7 @@ DRIVEITEM : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -7544,7 +7544,7 @@ DRIVEITEM : driveItem - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -8116,7 +8116,7 @@ ITEMS : All driveItems contained in the sharing roo - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8124,9 +8124,9 @@ ITEMS : All driveItems contained in the sharing roo - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8166,7 +8166,7 @@ ITEMS : All driveItems contained in the sharing roo - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -8526,7 +8526,7 @@ ITEMS : All driveItems contained in the sharing roo - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -8734,7 +8734,7 @@ ITEMS : All driveItems contained in the sharing roo - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -9620,7 +9620,7 @@ ITEMS : All driveItems contained in the sharing roo - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -9697,7 +9697,7 @@ ITEMS : All driveItems contained in the sharing roo - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -9726,7 +9726,7 @@ ITEMS : All driveItems contained in the sharing roo - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -9873,7 +9873,7 @@ ITEMS : All driveItems contained in the sharing roo - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -9977,7 +9977,7 @@ ITEMS : All driveItems contained in the sharing roo - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -9993,7 +9993,7 @@ ITEMS : All driveItems contained in the sharing roo - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -10026,7 +10026,7 @@ ITEMS : All driveItems contained in the sharing roo - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -10052,7 +10052,7 @@ ITEMS : All driveItems contained in the sharing roo - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -10605,7 +10605,7 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -10613,9 +10613,9 @@ LASTMODIFIEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -10655,7 +10655,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -11022,7 +11022,7 @@ LASTMODIFIEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -11736,7 +11736,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -12515,7 +12515,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -12592,7 +12592,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -12621,7 +12621,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -12768,7 +12768,7 @@ LASTMODIFIEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -12872,7 +12872,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -12888,7 +12888,7 @@ LASTMODIFIEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -12921,7 +12921,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -12947,7 +12947,7 @@ LASTMODIFIEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -13105,7 +13105,7 @@ LIST : list - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13113,9 +13113,9 @@ LIST : list - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13155,7 +13155,7 @@ LIST : list - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13515,7 +13515,7 @@ LIST : list - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -14259,7 +14259,7 @@ LIST : list - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -14982,7 +14982,7 @@ LIST : list - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -15059,7 +15059,7 @@ LIST : list - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -15088,7 +15088,7 @@ LIST : list - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -15235,7 +15235,7 @@ LIST : list - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -15339,7 +15339,7 @@ LIST : list - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -15355,7 +15355,7 @@ LIST : list - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -15388,7 +15388,7 @@ LIST : list - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -15414,7 +15414,7 @@ LIST : list - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -15595,7 +15595,7 @@ LISTITEM : listItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -15603,9 +15603,9 @@ LISTITEM : listItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -15645,7 +15645,7 @@ LISTITEM : listItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -16005,7 +16005,7 @@ LISTITEM : listItem - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -16693,7 +16693,7 @@ LISTITEM : listItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -17472,7 +17472,7 @@ LISTITEM : listItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -17549,7 +17549,7 @@ LISTITEM : listItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -17578,7 +17578,7 @@ LISTITEM : listItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -17725,7 +17725,7 @@ LISTITEM : listItem - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -17829,7 +17829,7 @@ LISTITEM : listItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -17845,7 +17845,7 @@ LISTITEM : listItem - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -17878,7 +17878,7 @@ LISTITEM : listItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -17904,7 +17904,7 @@ LISTITEM : listItem - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -18174,7 +18174,7 @@ ROOT : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -18182,9 +18182,9 @@ ROOT : driveItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -18224,7 +18224,7 @@ ROOT : driveItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -18584,7 +18584,7 @@ ROOT : driveItem - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -18792,7 +18792,7 @@ ROOT : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -19678,7 +19678,7 @@ ROOT : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -19755,7 +19755,7 @@ ROOT : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -19784,7 +19784,7 @@ ROOT : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -19931,7 +19931,7 @@ ROOT : driveItem - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -20035,7 +20035,7 @@ ROOT : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -20051,7 +20051,7 @@ ROOT : driveItem - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -20084,7 +20084,7 @@ ROOT : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -20110,7 +20110,7 @@ ROOT : driveItem - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -20664,7 +20664,7 @@ SITE : site - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -20672,9 +20672,9 @@ SITE : site - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -20714,7 +20714,7 @@ SITE : site - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -21074,7 +21074,7 @@ SITE : site - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -21788,7 +21788,7 @@ SITE : site - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -22501,7 +22501,7 @@ SITE : site - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -22578,7 +22578,7 @@ SITE : site - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -22607,7 +22607,7 @@ SITE : site - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -22754,7 +22754,7 @@ SITE : site - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -22858,7 +22858,7 @@ SITE : site - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -22874,7 +22874,7 @@ SITE : site - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -22907,7 +22907,7 @@ SITE : site - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -22933,7 +22933,7 @@ SITE : site - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. diff --git a/src/Files/Files/docs/v1.0/Update-MgUserDrive.md b/src/Files/Files/docs/v1.0/Update-MgUserDrive.md index 3b589405f51..610d6e91e25 100644 --- a/src/Files/Files/docs/v1.0/Update-MgUserDrive.md +++ b/src/Files/Files/docs/v1.0/Update-MgUserDrive.md @@ -674,7 +674,7 @@ BODYPARAMETER : drive - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -682,9 +682,9 @@ BODYPARAMETER : drive - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -724,7 +724,7 @@ BODYPARAMETER : drive - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1084,7 +1084,7 @@ BODYPARAMETER : drive - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -1795,7 +1795,7 @@ BODYPARAMETER : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2544,7 +2544,7 @@ BODYPARAMETER : drive - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -2621,7 +2621,7 @@ BODYPARAMETER : drive - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -2650,7 +2650,7 @@ BODYPARAMETER : drive - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -2797,7 +2797,7 @@ BODYPARAMETER : drive - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -2901,7 +2901,7 @@ BODYPARAMETER : drive - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -2917,7 +2917,7 @@ BODYPARAMETER : drive - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -2950,7 +2950,7 @@ BODYPARAMETER : drive - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -2976,7 +2976,7 @@ BODYPARAMETER : drive - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -3163,7 +3163,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3171,9 +3171,9 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3213,7 +3213,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3573,7 +3573,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -3781,7 +3781,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -4667,7 +4667,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -4744,7 +4744,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -4773,7 +4773,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -4920,7 +4920,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -5024,7 +5024,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -5040,7 +5040,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -5073,7 +5073,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -5099,7 +5099,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -5652,7 +5652,7 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5660,9 +5660,9 @@ CREATEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5702,7 +5702,7 @@ CREATEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6069,7 +6069,7 @@ CREATEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -6783,7 +6783,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7562,7 +7562,7 @@ CREATEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -7639,7 +7639,7 @@ CREATEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -7668,7 +7668,7 @@ CREATEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -7815,7 +7815,7 @@ CREATEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -7919,7 +7919,7 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -7935,7 +7935,7 @@ CREATEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -7968,7 +7968,7 @@ CREATEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -7994,7 +7994,7 @@ CREATEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -8151,7 +8151,7 @@ FOLLOWING : The list of items the user is following - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8159,9 +8159,9 @@ FOLLOWING : The list of items the user is following - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8201,7 +8201,7 @@ FOLLOWING : The list of items the user is following - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -8561,7 +8561,7 @@ FOLLOWING : The list of items the user is following - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -8769,7 +8769,7 @@ FOLLOWING : The list of items the user is following - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -9655,7 +9655,7 @@ FOLLOWING : The list of items the user is following - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -9732,7 +9732,7 @@ FOLLOWING : The list of items the user is following - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -9761,7 +9761,7 @@ FOLLOWING : The list of items the user is following - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -9908,7 +9908,7 @@ FOLLOWING : The list of items the user is following - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -10012,7 +10012,7 @@ FOLLOWING : The list of items the user is following - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -10028,7 +10028,7 @@ FOLLOWING : The list of items the user is following - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -10061,7 +10061,7 @@ FOLLOWING : The list of items the user is following - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -10087,7 +10087,7 @@ FOLLOWING : The list of items the user is following - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -10659,7 +10659,7 @@ ITEMS : All items contained in the drive. Read-only - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -10667,9 +10667,9 @@ ITEMS : All items contained in the drive. Read-only - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -10709,7 +10709,7 @@ ITEMS : All items contained in the drive. Read-only - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -11069,7 +11069,7 @@ ITEMS : All items contained in the drive. Read-only - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -11277,7 +11277,7 @@ ITEMS : All items contained in the drive. Read-only - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -12163,7 +12163,7 @@ ITEMS : All items contained in the drive. Read-only - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -12240,7 +12240,7 @@ ITEMS : All items contained in the drive. Read-only - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -12269,7 +12269,7 @@ ITEMS : All items contained in the drive. Read-only - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -12416,7 +12416,7 @@ ITEMS : All items contained in the drive. Read-only - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -12520,7 +12520,7 @@ ITEMS : All items contained in the drive. Read-only - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -12536,7 +12536,7 @@ ITEMS : All items contained in the drive. Read-only - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -12569,7 +12569,7 @@ ITEMS : All items contained in the drive. Read-only - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -12595,7 +12595,7 @@ ITEMS : All items contained in the drive. Read-only - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -13148,7 +13148,7 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13156,9 +13156,9 @@ LASTMODIFIEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13198,7 +13198,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13565,7 +13565,7 @@ LASTMODIFIEDBYUSER : user - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -14279,7 +14279,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15058,7 +15058,7 @@ LASTMODIFIEDBYUSER : user - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -15135,7 +15135,7 @@ LASTMODIFIEDBYUSER : user - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -15164,7 +15164,7 @@ LASTMODIFIEDBYUSER : user - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -15311,7 +15311,7 @@ LASTMODIFIEDBYUSER : user - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -15415,7 +15415,7 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -15431,7 +15431,7 @@ LASTMODIFIEDBYUSER : user - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -15464,7 +15464,7 @@ LASTMODIFIEDBYUSER : user - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -15490,7 +15490,7 @@ LASTMODIFIEDBYUSER : user - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -15648,7 +15648,7 @@ LIST : list - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -15656,9 +15656,9 @@ LIST : list - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -15698,7 +15698,7 @@ LIST : list - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -16058,7 +16058,7 @@ LIST : list - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -16802,7 +16802,7 @@ LIST : list - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -17525,7 +17525,7 @@ LIST : list - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -17602,7 +17602,7 @@ LIST : list - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -17631,7 +17631,7 @@ LIST : list - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -17778,7 +17778,7 @@ LIST : list - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -17882,7 +17882,7 @@ LIST : list - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -17898,7 +17898,7 @@ LIST : list - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -17931,7 +17931,7 @@ LIST : list - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -17957,7 +17957,7 @@ LIST : list - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -18177,7 +18177,7 @@ ROOT : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -18185,9 +18185,9 @@ ROOT : driveItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -18227,7 +18227,7 @@ ROOT : driveItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -18587,7 +18587,7 @@ ROOT : driveItem - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -18795,7 +18795,7 @@ ROOT : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -19681,7 +19681,7 @@ ROOT : driveItem - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -19758,7 +19758,7 @@ ROOT : driveItem - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -19787,7 +19787,7 @@ ROOT : driveItem - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -19934,7 +19934,7 @@ ROOT : driveItem - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -20038,7 +20038,7 @@ ROOT : driveItem - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -20054,7 +20054,7 @@ ROOT : driveItem - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -20087,7 +20087,7 @@ ROOT : driveItem - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -20113,7 +20113,7 @@ ROOT : driveItem - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -20676,7 +20676,7 @@ SPECIAL : Collection of common folders available in - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -20684,9 +20684,9 @@ SPECIAL : Collection of common folders available in - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -20726,7 +20726,7 @@ SPECIAL : Collection of common folders available in - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -21086,7 +21086,7 @@ SPECIAL : Collection of common folders available in - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -21294,7 +21294,7 @@ SPECIAL : Collection of common folders available in - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -22180,7 +22180,7 @@ SPECIAL : Collection of common folders available in - `[IsEnabled ]`: Indicates whether the rule is enabled to be applied to messages. - `[IsReadOnly ]`: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API. - `[Sequence ]`: Indicates the order in which the rule is executed, among other rules. - - `[Messages ]`: The collection of messages in the mailFolder. + - `[Messages ]`: The collection of messages in the mailFolder. - `[Categories ]`: The categories associated with the item - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z @@ -22257,7 +22257,7 @@ SPECIAL : Collection of common folders available in - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -22286,7 +22286,7 @@ SPECIAL : Collection of common folders available in - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -22433,7 +22433,7 @@ SPECIAL : Collection of common folders available in - `[WiFiMacAddress ]`: Wi-Fi MAC. This property is read-only. - `[Manager ]`: directoryObject - `[MemberOf ]`: The groups and directory roles that the user is a member of. Read-only. Nullable. Supports $expand. - - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. + - `[Messages ]`: The messages in a mailbox or folder. Read-only. Nullable. - `[MobilePhone ]`: The primary cellular telephone number for the user. Read-only for users synced from on-premises directory. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[MySite ]`: The URL for the user's personal site. Returned only on $select. - `[Oauth2PermissionGrants ]`: @@ -22537,7 +22537,7 @@ SPECIAL : Collection of common folders available in - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -22553,7 +22553,7 @@ SPECIAL : Collection of common folders available in - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -22586,7 +22586,7 @@ SPECIAL : Collection of common folders available in - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -22612,7 +22612,7 @@ SPECIAL : Collection of common folders available in - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. diff --git a/src/Groups/Groups/docs/v1.0-beta/Microsoft.Graph.Groups.md b/src/Groups/Groups/docs/v1.0-beta/Microsoft.Graph.Groups.md index 96c433cfab1..c042685cb55 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Microsoft.Graph.Groups.md +++ b/src/Groups/Groups/docs/v1.0-beta/Microsoft.Graph.Groups.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Groups -Module Guid: ea443ef4-7b5d-4bf1-ade1-1b62bf2c6225 +Module Guid: b4b1ceb4-aec4-4289-8a65-151503f0fd56 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgGroup.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroup.md index a1e91bf4fa4..e119551ac10 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroup.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroup.md @@ -1928,13 +1928,13 @@ BODYPARAMETER : group - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -1943,9 +1943,9 @@ BODYPARAMETER : group - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -2040,18 +2040,18 @@ BODYPARAMETER : group - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -2059,7 +2059,7 @@ BODYPARAMETER : group - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -2068,7 +2068,7 @@ BODYPARAMETER : group - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2085,7 +2085,7 @@ BODYPARAMETER : group - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -2404,7 +2404,7 @@ BODYPARAMETER : group - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -3185,7 +3185,7 @@ BODYPARAMETER : group - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -4002,7 +4002,7 @@ BODYPARAMETER : group - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -4036,7 +4036,7 @@ BODYPARAMETER : group - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -4080,7 +4080,7 @@ BODYPARAMETER : group - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -4447,7 +4447,7 @@ BODYPARAMETER : group - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -4557,7 +4557,7 @@ BODYPARAMETER : group - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -4719,7 +4719,7 @@ BODYPARAMETER : group - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -4746,7 +4746,7 @@ BODYPARAMETER : group - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -4873,7 +4873,7 @@ BODYPARAMETER : group - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -4882,6 +4882,247 @@ BODYPARAMETER : group - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -5268,7 +5509,7 @@ BODYPARAMETER : group - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -5370,7 +5611,7 @@ BODYPARAMETER : group - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -5382,7 +5623,7 @@ BODYPARAMETER : group - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -6072,13 +6313,13 @@ DRIVE : drive - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -6087,9 +6328,9 @@ DRIVE : drive - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -6187,18 +6428,18 @@ DRIVE : drive - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -6206,7 +6447,7 @@ DRIVE : drive - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -6215,7 +6456,7 @@ DRIVE : drive - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6391,7 +6632,7 @@ DRIVE : drive - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -6710,7 +6951,7 @@ DRIVE : drive - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -7491,7 +7732,7 @@ DRIVE : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -8575,7 +8816,7 @@ DRIVE : drive - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -8609,7 +8850,7 @@ DRIVE : drive - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -8653,7 +8894,7 @@ DRIVE : drive - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -9016,7 +9257,7 @@ DRIVE : drive - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -9126,7 +9367,7 @@ DRIVE : drive - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -9288,7 +9529,7 @@ DRIVE : drive - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -9315,7 +9556,7 @@ DRIVE : drive - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -9333,7 +9574,7 @@ DRIVE : drive - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -9342,6 +9583,247 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -9728,7 +10210,7 @@ DRIVE : drive - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -9830,7 +10312,7 @@ DRIVE : drive - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -9842,7 +10324,7 @@ DRIVE : drive - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -10050,13 +10532,13 @@ DRIVES : The group's drives. Read-only. - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -10065,9 +10547,9 @@ DRIVES : The group's drives. Read-only. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -10165,18 +10647,18 @@ DRIVES : The group's drives. Read-only. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -10184,7 +10666,7 @@ DRIVES : The group's drives. Read-only. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -10193,7 +10675,7 @@ DRIVES : The group's drives. Read-only. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10369,7 +10851,7 @@ DRIVES : The group's drives. Read-only. - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -10688,7 +11170,7 @@ DRIVES : The group's drives. Read-only. - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -11469,7 +11951,7 @@ DRIVES : The group's drives. Read-only. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -12553,7 +13035,7 @@ DRIVES : The group's drives. Read-only. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -12587,7 +13069,7 @@ DRIVES : The group's drives. Read-only. - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -12631,7 +13113,7 @@ DRIVES : The group's drives. Read-only. - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -12994,7 +13476,7 @@ DRIVES : The group's drives. Read-only. - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -13104,7 +13586,7 @@ DRIVES : The group's drives. Read-only. - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -13266,7 +13748,7 @@ DRIVES : The group's drives. Read-only. - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -13293,7 +13775,7 @@ DRIVES : The group's drives. Read-only. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -13311,7 +13793,7 @@ DRIVES : The group's drives. Read-only. - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -13320,6 +13802,247 @@ DRIVES : The group's drives. Read-only. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -13706,7 +14429,7 @@ DRIVES : The group's drives. Read-only. - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -13808,7 +14531,7 @@ DRIVES : The group's drives. Read-only. - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -13820,7 +14543,7 @@ DRIVES : The group's drives. Read-only. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -14491,13 +15214,13 @@ SITES : The list of SharePoint sites in this group. Acces - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -14506,9 +15229,9 @@ SITES : The list of SharePoint sites in this group. Acces - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -14606,18 +15329,18 @@ SITES : The list of SharePoint sites in this group. Acces - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -14625,7 +15348,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -14634,7 +15357,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -14810,7 +15533,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -15129,7 +15852,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -15916,7 +16639,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -16952,7 +17675,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -16986,7 +17709,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -17030,7 +17753,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -17393,7 +18116,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -17503,7 +18226,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -17665,7 +18388,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -17692,7 +18415,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -17710,7 +18433,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -17719,6 +18442,247 @@ SITES : The list of SharePoint sites in this group. Acces - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -18105,7 +19069,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -18207,7 +19171,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -18219,7 +19183,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -18481,13 +19445,13 @@ TEAM : team - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -18496,9 +19460,9 @@ TEAM : team - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -18596,18 +19560,18 @@ TEAM : team - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -18615,7 +19579,7 @@ TEAM : team - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -18624,7 +19588,7 @@ TEAM : team - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -18800,7 +19764,7 @@ TEAM : team - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -19119,7 +20083,7 @@ TEAM : team - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -19446,7 +20410,7 @@ TEAM : team - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -20327,7 +21291,7 @@ TEAM : team - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -20361,7 +21325,7 @@ TEAM : team - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -20405,7 +21369,7 @@ TEAM : team - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -20768,7 +21732,7 @@ TEAM : team - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -20878,7 +21842,7 @@ TEAM : team - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -21040,7 +22004,7 @@ TEAM : team - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -21067,7 +22031,7 @@ TEAM : team - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -21085,7 +22049,7 @@ TEAM : team - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -21094,6 +22058,247 @@ TEAM : team - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -21484,7 +22689,7 @@ TEAM : team - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -21586,7 +22791,7 @@ TEAM : team - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -21598,7 +22803,7 @@ TEAM : team - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgUserJoinedGroup.md b/src/Groups/Groups/docs/v1.0-beta/New-MgUserJoinedGroup.md index f6fcdbcc2db..d33efb2312a 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgUserJoinedGroup.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgUserJoinedGroup.md @@ -1996,13 +1996,13 @@ BODYPARAMETER : group - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -2011,9 +2011,9 @@ BODYPARAMETER : group - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -2108,18 +2108,18 @@ BODYPARAMETER : group - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -2127,7 +2127,7 @@ BODYPARAMETER : group - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -2136,7 +2136,7 @@ BODYPARAMETER : group - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2153,7 +2153,7 @@ BODYPARAMETER : group - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -2472,7 +2472,7 @@ BODYPARAMETER : group - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -3253,7 +3253,7 @@ BODYPARAMETER : group - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -4070,7 +4070,7 @@ BODYPARAMETER : group - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -4104,7 +4104,7 @@ BODYPARAMETER : group - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -4148,7 +4148,7 @@ BODYPARAMETER : group - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -4515,7 +4515,7 @@ BODYPARAMETER : group - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -4625,7 +4625,7 @@ BODYPARAMETER : group - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -4787,7 +4787,7 @@ BODYPARAMETER : group - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -4814,7 +4814,7 @@ BODYPARAMETER : group - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -4941,7 +4941,7 @@ BODYPARAMETER : group - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -4950,6 +4950,247 @@ BODYPARAMETER : group - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -5336,7 +5577,7 @@ BODYPARAMETER : group - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -5438,7 +5679,7 @@ BODYPARAMETER : group - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -5450,7 +5691,7 @@ BODYPARAMETER : group - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -6140,13 +6381,13 @@ DRIVE : drive - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -6155,9 +6396,9 @@ DRIVE : drive - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -6255,18 +6496,18 @@ DRIVE : drive - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -6274,7 +6515,7 @@ DRIVE : drive - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -6283,7 +6524,7 @@ DRIVE : drive - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6459,7 +6700,7 @@ DRIVE : drive - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -6778,7 +7019,7 @@ DRIVE : drive - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -7559,7 +7800,7 @@ DRIVE : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -8643,7 +8884,7 @@ DRIVE : drive - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -8677,7 +8918,7 @@ DRIVE : drive - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -8721,7 +8962,7 @@ DRIVE : drive - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -9084,7 +9325,7 @@ DRIVE : drive - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -9194,7 +9435,7 @@ DRIVE : drive - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -9356,7 +9597,7 @@ DRIVE : drive - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -9383,7 +9624,7 @@ DRIVE : drive - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -9401,7 +9642,7 @@ DRIVE : drive - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -9410,6 +9651,247 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -9796,7 +10278,7 @@ DRIVE : drive - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -9898,7 +10380,7 @@ DRIVE : drive - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -9910,7 +10392,7 @@ DRIVE : drive - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -10118,13 +10600,13 @@ DRIVES : The group's drives. Read-only. - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -10133,9 +10615,9 @@ DRIVES : The group's drives. Read-only. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -10233,18 +10715,18 @@ DRIVES : The group's drives. Read-only. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -10252,7 +10734,7 @@ DRIVES : The group's drives. Read-only. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -10261,7 +10743,7 @@ DRIVES : The group's drives. Read-only. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10437,7 +10919,7 @@ DRIVES : The group's drives. Read-only. - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -10756,7 +11238,7 @@ DRIVES : The group's drives. Read-only. - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -11537,7 +12019,7 @@ DRIVES : The group's drives. Read-only. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -12621,7 +13103,7 @@ DRIVES : The group's drives. Read-only. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -12655,7 +13137,7 @@ DRIVES : The group's drives. Read-only. - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -12699,7 +13181,7 @@ DRIVES : The group's drives. Read-only. - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -13062,7 +13544,7 @@ DRIVES : The group's drives. Read-only. - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -13172,7 +13654,7 @@ DRIVES : The group's drives. Read-only. - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -13334,7 +13816,7 @@ DRIVES : The group's drives. Read-only. - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -13361,7 +13843,7 @@ DRIVES : The group's drives. Read-only. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -13379,7 +13861,7 @@ DRIVES : The group's drives. Read-only. - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -13388,6 +13870,247 @@ DRIVES : The group's drives. Read-only. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -13774,7 +14497,7 @@ DRIVES : The group's drives. Read-only. - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -13876,7 +14599,7 @@ DRIVES : The group's drives. Read-only. - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -13888,7 +14611,7 @@ DRIVES : The group's drives. Read-only. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -14582,13 +15305,13 @@ SITES : The list of SharePoint sites in this group. Acces - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -14597,9 +15320,9 @@ SITES : The list of SharePoint sites in this group. Acces - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -14697,18 +15420,18 @@ SITES : The list of SharePoint sites in this group. Acces - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -14716,7 +15439,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -14725,7 +15448,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -14901,7 +15624,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -15220,7 +15943,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -16007,7 +16730,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -17043,7 +17766,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -17077,7 +17800,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -17121,7 +17844,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -17484,7 +18207,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -17594,7 +18317,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -17756,7 +18479,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -17783,7 +18506,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -17801,7 +18524,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -17810,6 +18533,247 @@ SITES : The list of SharePoint sites in this group. Acces - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -18196,7 +19160,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -18298,7 +19262,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -18310,7 +19274,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -18572,13 +19536,13 @@ TEAM : team - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -18587,9 +19551,9 @@ TEAM : team - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -18687,18 +19651,18 @@ TEAM : team - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -18706,7 +19670,7 @@ TEAM : team - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -18715,7 +19679,7 @@ TEAM : team - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -18891,7 +19855,7 @@ TEAM : team - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -19210,7 +20174,7 @@ TEAM : team - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -19537,7 +20501,7 @@ TEAM : team - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -20418,7 +21382,7 @@ TEAM : team - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -20452,7 +21416,7 @@ TEAM : team - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -20496,7 +21460,7 @@ TEAM : team - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -20859,7 +21823,7 @@ TEAM : team - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -20969,7 +21933,7 @@ TEAM : team - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -21131,7 +22095,7 @@ TEAM : team - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -21158,7 +22122,7 @@ TEAM : team - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -21176,7 +22140,7 @@ TEAM : team - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -21185,6 +22149,247 @@ TEAM : team - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -21575,7 +22780,7 @@ TEAM : team - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -21677,7 +22882,7 @@ TEAM : team - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -21689,7 +22894,7 @@ TEAM : team - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroup.md b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroup.md index 2e6644c9509..b1d09dd6929 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroup.md +++ b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroup.md @@ -2022,13 +2022,13 @@ BODYPARAMETER : group - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -2037,9 +2037,9 @@ BODYPARAMETER : group - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -2134,18 +2134,18 @@ BODYPARAMETER : group - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -2153,7 +2153,7 @@ BODYPARAMETER : group - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -2162,7 +2162,7 @@ BODYPARAMETER : group - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2179,7 +2179,7 @@ BODYPARAMETER : group - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -2498,7 +2498,7 @@ BODYPARAMETER : group - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -3279,7 +3279,7 @@ BODYPARAMETER : group - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -4096,7 +4096,7 @@ BODYPARAMETER : group - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -4130,7 +4130,7 @@ BODYPARAMETER : group - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -4174,7 +4174,7 @@ BODYPARAMETER : group - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -4541,7 +4541,7 @@ BODYPARAMETER : group - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -4651,7 +4651,7 @@ BODYPARAMETER : group - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -4813,7 +4813,7 @@ BODYPARAMETER : group - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -4840,7 +4840,7 @@ BODYPARAMETER : group - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -4967,7 +4967,7 @@ BODYPARAMETER : group - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -4976,6 +4976,247 @@ BODYPARAMETER : group - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -5362,7 +5603,7 @@ BODYPARAMETER : group - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -5464,7 +5705,7 @@ BODYPARAMETER : group - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -5476,7 +5717,7 @@ BODYPARAMETER : group - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -6166,13 +6407,13 @@ DRIVE : drive - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -6181,9 +6422,9 @@ DRIVE : drive - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -6281,18 +6522,18 @@ DRIVE : drive - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -6300,7 +6541,7 @@ DRIVE : drive - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -6309,7 +6550,7 @@ DRIVE : drive - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6485,7 +6726,7 @@ DRIVE : drive - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -6804,7 +7045,7 @@ DRIVE : drive - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -7585,7 +7826,7 @@ DRIVE : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -8669,7 +8910,7 @@ DRIVE : drive - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -8703,7 +8944,7 @@ DRIVE : drive - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -8747,7 +8988,7 @@ DRIVE : drive - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -9110,7 +9351,7 @@ DRIVE : drive - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -9220,7 +9461,7 @@ DRIVE : drive - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -9382,7 +9623,7 @@ DRIVE : drive - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -9409,7 +9650,7 @@ DRIVE : drive - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -9427,7 +9668,7 @@ DRIVE : drive - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -9436,6 +9677,247 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -9822,7 +10304,7 @@ DRIVE : drive - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -9924,7 +10406,7 @@ DRIVE : drive - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -9936,7 +10418,7 @@ DRIVE : drive - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -10144,13 +10626,13 @@ DRIVES : The group's drives. Read-only. - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -10159,9 +10641,9 @@ DRIVES : The group's drives. Read-only. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -10259,18 +10741,18 @@ DRIVES : The group's drives. Read-only. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -10278,7 +10760,7 @@ DRIVES : The group's drives. Read-only. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -10287,7 +10769,7 @@ DRIVES : The group's drives. Read-only. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10463,7 +10945,7 @@ DRIVES : The group's drives. Read-only. - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -10782,7 +11264,7 @@ DRIVES : The group's drives. Read-only. - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -11563,7 +12045,7 @@ DRIVES : The group's drives. Read-only. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -12647,7 +13129,7 @@ DRIVES : The group's drives. Read-only. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -12681,7 +13163,7 @@ DRIVES : The group's drives. Read-only. - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -12725,7 +13207,7 @@ DRIVES : The group's drives. Read-only. - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -13088,7 +13570,7 @@ DRIVES : The group's drives. Read-only. - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -13198,7 +13680,7 @@ DRIVES : The group's drives. Read-only. - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -13360,7 +13842,7 @@ DRIVES : The group's drives. Read-only. - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -13387,7 +13869,7 @@ DRIVES : The group's drives. Read-only. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -13405,7 +13887,7 @@ DRIVES : The group's drives. Read-only. - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -13414,6 +13896,247 @@ DRIVES : The group's drives. Read-only. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -13800,7 +14523,7 @@ DRIVES : The group's drives. Read-only. - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -13902,7 +14625,7 @@ DRIVES : The group's drives. Read-only. - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -13914,7 +14637,7 @@ DRIVES : The group's drives. Read-only. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -14608,13 +15331,13 @@ SITES : The list of SharePoint sites in this group. Acces - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -14623,9 +15346,9 @@ SITES : The list of SharePoint sites in this group. Acces - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -14723,18 +15446,18 @@ SITES : The list of SharePoint sites in this group. Acces - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -14742,7 +15465,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -14751,7 +15474,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -14927,7 +15650,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -15246,7 +15969,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -16033,7 +16756,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -17069,7 +17792,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -17103,7 +17826,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -17147,7 +17870,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -17510,7 +18233,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -17620,7 +18343,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -17782,7 +18505,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -17809,7 +18532,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -17827,7 +18550,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -17836,6 +18559,247 @@ SITES : The list of SharePoint sites in this group. Acces - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -18222,7 +19186,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -18324,7 +19288,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -18336,7 +19300,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -18598,13 +19562,13 @@ TEAM : team - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -18613,9 +19577,9 @@ TEAM : team - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -18713,18 +19677,18 @@ TEAM : team - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -18732,7 +19696,7 @@ TEAM : team - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -18741,7 +19705,7 @@ TEAM : team - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -18917,7 +19881,7 @@ TEAM : team - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -19236,7 +20200,7 @@ TEAM : team - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -19563,7 +20527,7 @@ TEAM : team - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -20444,7 +21408,7 @@ TEAM : team - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -20478,7 +21442,7 @@ TEAM : team - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -20522,7 +21486,7 @@ TEAM : team - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -20885,7 +21849,7 @@ TEAM : team - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -20995,7 +21959,7 @@ TEAM : team - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -21157,7 +22121,7 @@ TEAM : team - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -21184,7 +22148,7 @@ TEAM : team - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -21202,7 +22166,7 @@ TEAM : team - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -21211,6 +22175,247 @@ TEAM : team - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -21601,7 +22806,7 @@ TEAM : team - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -21703,7 +22908,7 @@ TEAM : team - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -21715,7 +22920,7 @@ TEAM : team - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Groups/Groups/docs/v1.0-beta/Update-MgUserJoinedGroup.md b/src/Groups/Groups/docs/v1.0-beta/Update-MgUserJoinedGroup.md index a5d4b635570..fe581518919 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Update-MgUserJoinedGroup.md +++ b/src/Groups/Groups/docs/v1.0-beta/Update-MgUserJoinedGroup.md @@ -2027,13 +2027,13 @@ BODYPARAMETER : group - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -2042,9 +2042,9 @@ BODYPARAMETER : group - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -2139,18 +2139,18 @@ BODYPARAMETER : group - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -2158,7 +2158,7 @@ BODYPARAMETER : group - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -2167,7 +2167,7 @@ BODYPARAMETER : group - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2184,7 +2184,7 @@ BODYPARAMETER : group - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -2503,7 +2503,7 @@ BODYPARAMETER : group - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -3284,7 +3284,7 @@ BODYPARAMETER : group - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -4101,7 +4101,7 @@ BODYPARAMETER : group - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -4135,7 +4135,7 @@ BODYPARAMETER : group - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -4179,7 +4179,7 @@ BODYPARAMETER : group - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -4546,7 +4546,7 @@ BODYPARAMETER : group - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -4656,7 +4656,7 @@ BODYPARAMETER : group - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -4818,7 +4818,7 @@ BODYPARAMETER : group - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -4845,7 +4845,7 @@ BODYPARAMETER : group - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -4972,7 +4972,7 @@ BODYPARAMETER : group - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -4981,6 +4981,247 @@ BODYPARAMETER : group - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -5367,7 +5608,7 @@ BODYPARAMETER : group - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -5469,7 +5710,7 @@ BODYPARAMETER : group - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -5481,7 +5722,7 @@ BODYPARAMETER : group - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -6171,13 +6412,13 @@ DRIVE : drive - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -6186,9 +6427,9 @@ DRIVE : drive - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -6286,18 +6527,18 @@ DRIVE : drive - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -6305,7 +6546,7 @@ DRIVE : drive - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -6314,7 +6555,7 @@ DRIVE : drive - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6490,7 +6731,7 @@ DRIVE : drive - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -6809,7 +7050,7 @@ DRIVE : drive - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -7590,7 +7831,7 @@ DRIVE : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -8674,7 +8915,7 @@ DRIVE : drive - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -8708,7 +8949,7 @@ DRIVE : drive - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -8752,7 +8993,7 @@ DRIVE : drive - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -9115,7 +9356,7 @@ DRIVE : drive - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -9225,7 +9466,7 @@ DRIVE : drive - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -9387,7 +9628,7 @@ DRIVE : drive - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -9414,7 +9655,7 @@ DRIVE : drive - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -9432,7 +9673,7 @@ DRIVE : drive - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -9441,6 +9682,247 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -9827,7 +10309,7 @@ DRIVE : drive - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -9929,7 +10411,7 @@ DRIVE : drive - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -9941,7 +10423,7 @@ DRIVE : drive - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -10149,13 +10631,13 @@ DRIVES : The group's drives. Read-only. - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -10164,9 +10646,9 @@ DRIVES : The group's drives. Read-only. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -10264,18 +10746,18 @@ DRIVES : The group's drives. Read-only. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -10283,7 +10765,7 @@ DRIVES : The group's drives. Read-only. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -10292,7 +10774,7 @@ DRIVES : The group's drives. Read-only. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10468,7 +10950,7 @@ DRIVES : The group's drives. Read-only. - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -10787,7 +11269,7 @@ DRIVES : The group's drives. Read-only. - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -11568,7 +12050,7 @@ DRIVES : The group's drives. Read-only. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -12652,7 +13134,7 @@ DRIVES : The group's drives. Read-only. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -12686,7 +13168,7 @@ DRIVES : The group's drives. Read-only. - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -12730,7 +13212,7 @@ DRIVES : The group's drives. Read-only. - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -13093,7 +13575,7 @@ DRIVES : The group's drives. Read-only. - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -13203,7 +13685,7 @@ DRIVES : The group's drives. Read-only. - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -13365,7 +13847,7 @@ DRIVES : The group's drives. Read-only. - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -13392,7 +13874,7 @@ DRIVES : The group's drives. Read-only. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -13410,7 +13892,7 @@ DRIVES : The group's drives. Read-only. - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -13419,6 +13901,247 @@ DRIVES : The group's drives. Read-only. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -13805,7 +14528,7 @@ DRIVES : The group's drives. Read-only. - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -13907,7 +14630,7 @@ DRIVES : The group's drives. Read-only. - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -13919,7 +14642,7 @@ DRIVES : The group's drives. Read-only. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -14613,13 +15336,13 @@ SITES : The list of SharePoint sites in this group. Acces - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -14628,9 +15351,9 @@ SITES : The list of SharePoint sites in this group. Acces - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -14728,18 +15451,18 @@ SITES : The list of SharePoint sites in this group. Acces - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -14747,7 +15470,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -14756,7 +15479,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -14932,7 +15655,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -15251,7 +15974,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -16038,7 +16761,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -17074,7 +17797,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -17108,7 +17831,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -17152,7 +17875,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -17515,7 +18238,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -17625,7 +18348,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -17787,7 +18510,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -17814,7 +18537,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -17832,7 +18555,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -17841,6 +18564,247 @@ SITES : The list of SharePoint sites in this group. Acces - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -18227,7 +19191,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -18329,7 +19293,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -18341,7 +19305,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -18603,13 +19567,13 @@ TEAM : team - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -18618,9 +19582,9 @@ TEAM : team - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -18718,18 +19682,18 @@ TEAM : team - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -18737,7 +19701,7 @@ TEAM : team - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -18746,7 +19710,7 @@ TEAM : team - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -18922,7 +19886,7 @@ TEAM : team - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -19241,7 +20205,7 @@ TEAM : team - `[DeviceId ]`: - `[KeyMaterial ]`: - `[KeyType ]`: - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event - `[CorrelationId ]`: Id used for tracing the failure in the service. @@ -19568,7 +20532,7 @@ TEAM : team - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -20449,7 +21413,7 @@ TEAM : team - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -20483,7 +21447,7 @@ TEAM : team - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[AadRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. @@ -20527,7 +21491,7 @@ TEAM : team - `[Id ]`: Read-only. - `[DeviceCount ]`: The number of devices that have installed this application - `[DisplayName ]`: Name of the discovered application. Read-only - - `[ManagedDevices ]`: The devices that have the discovered application installed + - `[ManagedDevices ]`: The devices that have the discovered application installed - `[SizeInByte ]`: Discovered application size in bytes. Read-only - `[Version ]`: Version of the discovered application. Read-only - `[DeviceActionResults ]`: List of ComplexType deviceActionResult objects. This property is read-only. @@ -20890,7 +21854,7 @@ TEAM : team - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AccessLevel ]`: accessLevel - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. @@ -21000,7 +21964,7 @@ TEAM : team - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -21162,7 +22126,7 @@ TEAM : team - `[Status ]`: Specifies the status of an accessReviewStage. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $orderby, and $filter (eq only). Read-only. - `[StartDateTime ]`: DateTime when review instance is scheduled to start. May be in the future. 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 is 2014-01-01T00:00:00Z. Supports $select. Read-only. - `[Status ]`: Specifies the status of an accessReview. Possible values: Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -21189,7 +22153,7 @@ TEAM : team - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[All ]`: @@ -21207,7 +22171,7 @@ TEAM : team - `[PreferredDataLocation ]`: The preferred data location for the user. For more information, see OneDrive Online Multi-Geo. - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -21216,6 +22180,247 @@ TEAM : team - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -21606,7 +22811,7 @@ TEAM : team - `[Parent ]`: sensitivityLabel - `[Sensitivity ]`: - `[Tooltip ]`: - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContactMergeSuggestions ]`: contactMergeSuggestions @@ -21708,7 +22913,7 @@ TEAM : team - `[Categories ]`: The categories associated with the task. Each category corresponds to the displayName property of an outlookCategory that the user has defined. - `[ReminderDateTime ]`: dateTimeTimeZone - `[Lists ]`: The task lists in the users mailbox. - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AssociatedTeams ]`: @@ -21720,7 +22925,7 @@ TEAM : team - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Groups/Groups/docs/v1.0/Microsoft.Graph.Groups.md b/src/Groups/Groups/docs/v1.0/Microsoft.Graph.Groups.md index 67de62d6bc5..acf8b97747e 100644 --- a/src/Groups/Groups/docs/v1.0/Microsoft.Graph.Groups.md +++ b/src/Groups/Groups/docs/v1.0/Microsoft.Graph.Groups.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Groups -Module Guid: ea443ef4-7b5d-4bf1-ade1-1b62bf2c6225 +Module Guid: b4b1ceb4-aec4-4289-8a65-151503f0fd56 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroup.md b/src/Groups/Groups/docs/v1.0/New-MgGroup.md index b087edd1071..cdfd6ccde15 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroup.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroup.md @@ -1665,10 +1665,10 @@ BODYPARAMETER : group - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -1676,9 +1676,9 @@ BODYPARAMETER : group - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1715,7 +1715,7 @@ BODYPARAMETER : group - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1732,7 +1732,7 @@ BODYPARAMETER : group - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -1922,7 +1922,7 @@ BODYPARAMETER : group - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -2633,7 +2633,7 @@ BODYPARAMETER : group - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3257,7 +3257,7 @@ BODYPARAMETER : group - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -3286,7 +3286,7 @@ BODYPARAMETER : group - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -3475,7 +3475,7 @@ BODYPARAMETER : group - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -3541,7 +3541,7 @@ BODYPARAMETER : group - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -3557,7 +3557,7 @@ BODYPARAMETER : group - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -3590,7 +3590,7 @@ BODYPARAMETER : group - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -3669,7 +3669,7 @@ BODYPARAMETER : group - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -3687,7 +3687,7 @@ BODYPARAMETER : group - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -3710,14 +3710,14 @@ BODYPARAMETER : group - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4316,10 +4316,10 @@ DRIVE : drive - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4327,9 +4327,9 @@ DRIVE : drive - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4369,7 +4369,7 @@ DRIVE : drive - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -4539,7 +4539,7 @@ DRIVE : drive - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -4729,7 +4729,7 @@ DRIVE : drive - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -5440,7 +5440,7 @@ DRIVE : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6266,7 +6266,7 @@ DRIVE : drive - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -6295,7 +6295,7 @@ DRIVE : drive - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -6480,7 +6480,7 @@ DRIVE : drive - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -6546,7 +6546,7 @@ DRIVE : drive - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -6562,7 +6562,7 @@ DRIVE : drive - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -6595,7 +6595,7 @@ DRIVE : drive - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -6603,7 +6603,7 @@ DRIVE : drive - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -6621,7 +6621,7 @@ DRIVE : drive - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -6644,14 +6644,14 @@ DRIVE : drive - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -6805,10 +6805,10 @@ DRIVES : The group's drives. Read-only. - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -6816,9 +6816,9 @@ DRIVES : The group's drives. Read-only. - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -6858,7 +6858,7 @@ DRIVES : The group's drives. Read-only. - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -7028,7 +7028,7 @@ DRIVES : The group's drives. Read-only. - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -7218,7 +7218,7 @@ DRIVES : The group's drives. Read-only. - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -7929,7 +7929,7 @@ DRIVES : The group's drives. Read-only. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -8755,7 +8755,7 @@ DRIVES : The group's drives. Read-only. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -8784,7 +8784,7 @@ DRIVES : The group's drives. Read-only. - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -8969,7 +8969,7 @@ DRIVES : The group's drives. Read-only. - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -9035,7 +9035,7 @@ DRIVES : The group's drives. Read-only. - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -9051,7 +9051,7 @@ DRIVES : The group's drives. Read-only. - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -9084,7 +9084,7 @@ DRIVES : The group's drives. Read-only. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -9092,7 +9092,7 @@ DRIVES : The group's drives. Read-only. - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -9110,7 +9110,7 @@ DRIVES : The group's drives. Read-only. - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -9133,14 +9133,14 @@ DRIVES : The group's drives. Read-only. - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -9698,10 +9698,10 @@ SITES : The list of SharePoint sites in this group. Acce - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9709,9 +9709,9 @@ SITES : The list of SharePoint sites in this group. Acce - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9751,7 +9751,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9921,7 +9921,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -10111,7 +10111,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -10825,7 +10825,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -11615,7 +11615,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -11644,7 +11644,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -11829,7 +11829,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -11895,7 +11895,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -11911,7 +11911,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -11944,7 +11944,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -11952,7 +11952,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -11970,7 +11970,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -11993,14 +11993,14 @@ SITES : The list of SharePoint sites in this group. Acce - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -12198,10 +12198,10 @@ TEAM : team - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -12209,9 +12209,9 @@ TEAM : team - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -12251,7 +12251,7 @@ TEAM : team - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -12421,7 +12421,7 @@ TEAM : team - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -12611,7 +12611,7 @@ TEAM : team - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -12819,7 +12819,7 @@ TEAM : team - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -13367,7 +13367,7 @@ TEAM : team - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -13396,7 +13396,7 @@ TEAM : team - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -13585,7 +13585,7 @@ TEAM : team - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -13651,7 +13651,7 @@ TEAM : team - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -13667,7 +13667,7 @@ TEAM : team - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -13700,7 +13700,7 @@ TEAM : team - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -13779,7 +13779,7 @@ TEAM : team - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -13797,7 +13797,7 @@ TEAM : team - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -13820,14 +13820,14 @@ TEAM : team - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Groups/Groups/docs/v1.0/Update-MgGroup.md b/src/Groups/Groups/docs/v1.0/Update-MgGroup.md index 06fd5b143ef..5ac1d1ab37b 100644 --- a/src/Groups/Groups/docs/v1.0/Update-MgGroup.md +++ b/src/Groups/Groups/docs/v1.0/Update-MgGroup.md @@ -1757,10 +1757,10 @@ BODYPARAMETER : group - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -1768,9 +1768,9 @@ BODYPARAMETER : group - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1807,7 +1807,7 @@ BODYPARAMETER : group - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1824,7 +1824,7 @@ BODYPARAMETER : group - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -2014,7 +2014,7 @@ BODYPARAMETER : group - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -2725,7 +2725,7 @@ BODYPARAMETER : group - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3349,7 +3349,7 @@ BODYPARAMETER : group - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -3378,7 +3378,7 @@ BODYPARAMETER : group - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -3567,7 +3567,7 @@ BODYPARAMETER : group - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -3633,7 +3633,7 @@ BODYPARAMETER : group - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -3649,7 +3649,7 @@ BODYPARAMETER : group - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -3682,7 +3682,7 @@ BODYPARAMETER : group - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -3761,7 +3761,7 @@ BODYPARAMETER : group - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -3779,7 +3779,7 @@ BODYPARAMETER : group - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -3802,14 +3802,14 @@ BODYPARAMETER : group - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4408,10 +4408,10 @@ DRIVE : drive - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4419,9 +4419,9 @@ DRIVE : drive - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4461,7 +4461,7 @@ DRIVE : drive - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -4631,7 +4631,7 @@ DRIVE : drive - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -4821,7 +4821,7 @@ DRIVE : drive - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -5532,7 +5532,7 @@ DRIVE : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6358,7 +6358,7 @@ DRIVE : drive - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -6387,7 +6387,7 @@ DRIVE : drive - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -6572,7 +6572,7 @@ DRIVE : drive - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -6638,7 +6638,7 @@ DRIVE : drive - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -6654,7 +6654,7 @@ DRIVE : drive - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -6687,7 +6687,7 @@ DRIVE : drive - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -6695,7 +6695,7 @@ DRIVE : drive - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -6713,7 +6713,7 @@ DRIVE : drive - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -6736,14 +6736,14 @@ DRIVE : drive - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -6897,10 +6897,10 @@ DRIVES : The group's drives. Read-only. - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -6908,9 +6908,9 @@ DRIVES : The group's drives. Read-only. - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -6950,7 +6950,7 @@ DRIVES : The group's drives. Read-only. - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -7120,7 +7120,7 @@ DRIVES : The group's drives. Read-only. - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -7310,7 +7310,7 @@ DRIVES : The group's drives. Read-only. - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -8021,7 +8021,7 @@ DRIVES : The group's drives. Read-only. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -8847,7 +8847,7 @@ DRIVES : The group's drives. Read-only. - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -8876,7 +8876,7 @@ DRIVES : The group's drives. Read-only. - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -9061,7 +9061,7 @@ DRIVES : The group's drives. Read-only. - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -9127,7 +9127,7 @@ DRIVES : The group's drives. Read-only. - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -9143,7 +9143,7 @@ DRIVES : The group's drives. Read-only. - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -9176,7 +9176,7 @@ DRIVES : The group's drives. Read-only. - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -9184,7 +9184,7 @@ DRIVES : The group's drives. Read-only. - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -9202,7 +9202,7 @@ DRIVES : The group's drives. Read-only. - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -9225,14 +9225,14 @@ DRIVES : The group's drives. Read-only. - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -9813,10 +9813,10 @@ SITES : The list of SharePoint sites in this group. Acce - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9824,9 +9824,9 @@ SITES : The list of SharePoint sites in this group. Acce - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9866,7 +9866,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10036,7 +10036,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -10226,7 +10226,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -10940,7 +10940,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -11730,7 +11730,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -11759,7 +11759,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -11944,7 +11944,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -12010,7 +12010,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -12026,7 +12026,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -12059,7 +12059,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -12067,7 +12067,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -12085,7 +12085,7 @@ SITES : The list of SharePoint sites in this group. Acce - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -12108,14 +12108,14 @@ SITES : The list of SharePoint sites in this group. Acce - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -12313,10 +12313,10 @@ TEAM : team - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. - `[Service ]`: The name of the service; for example, exchange. - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. - - `[Authentication ]`: authentication + - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -12324,9 +12324,9 @@ TEAM : team - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -12366,7 +12366,7 @@ TEAM : team - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -12536,7 +12536,7 @@ TEAM : team - `[Name ]`: The group name. - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. - `[Calendars ]`: The user's calendars. Read-only. Nullable. - - `[Chats ]`: + - `[Chats ]`: - `[Id ]`: Read-only. - `[ChatType ]`: chatType - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. @@ -12726,7 +12726,7 @@ TEAM : team - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. - - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. - `[Id ]`: Read-only. - `[CorrelationId ]`: Id used for tracing the failure in the service. - `[EventDateTime ]`: Time when the event occurred . @@ -12934,7 +12934,7 @@ TEAM : team - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -13482,7 +13482,7 @@ TEAM : team - `[TimeZone ]`: timeZoneBase - `[(Any) ]`: This indicates any property can be added to this object. - `[Name ]`: 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 ]`: Zero or more managed app registrations that belong to the user. + - `[ManagedAppRegistrations ]`: Zero or more managed app registrations that belong to the user. - `[Id ]`: Read-only. - `[AppIdentifier ]`: The identifier for a mobile app. - `[(Any) ]`: This indicates any property can be added to this object. @@ -13511,7 +13511,7 @@ TEAM : team - `[PlatformVersion ]`: Operating System version - `[UserId ]`: The user Id to who this app registration belongs. - `[Version ]`: Version of the entity. - - `[ManagedDevices ]`: The managed devices associated with the user. + - `[ManagedDevices ]`: The managed devices associated with the user. - `[Id ]`: Read-only. - `[ActivationLockBypassCode ]`: Code that allows the Activation Lock on a device to be bypassed. This property is read-only. - `[AndroidSecurityPatchLevel ]`: Android security patch level. This property is read-only. @@ -13700,7 +13700,7 @@ TEAM : team - `[OnPremisesSyncEnabled ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, in, and eq on null values). - `[OnPremisesUserPrincipalName ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith). - `[Onenote ]`: onenote - - `[OnlineMeetings ]`: + - `[OnlineMeetings ]`: - `[Id ]`: Read-only. - `[AllowAttendeeToEnableCamera ]`: Indicates whether attendees can turn on their camera. - `[AllowAttendeeToEnableMic ]`: Indicates whether attendees can turn on their microphone. @@ -13766,7 +13766,7 @@ TEAM : team - `[Subject ]`: The subject of the online meeting. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[OtherMails ]`: A list of additional email addresses for the user; for example: ['bob@contoso.com', 'Robert@fabrikam.com']. NOTE: This property cannot contain accent characters. Returned only on $select. Supports $filter (eq, not, ge, le, in, startsWith). - - `[Outlook ]`: outlookUser + - `[Outlook ]`: outlookUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[MasterCategories ]`: A list of categories defined for the user. @@ -13782,7 +13782,7 @@ TEAM : team - `[ForceChangePasswordNextSignInWithMfa ]`: 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 ]`: 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 ]`: A list for the user to enumerate their past projects. Returned only on $select. - - `[People ]`: People that are relevant to the user. Read-only. Nullable. + - `[People ]`: People that are relevant to the user. Read-only. Nullable. - `[Id ]`: Read-only. - `[Birthday ]`: The person's birthday. - `[CompanyName ]`: The name of the person's company. @@ -13815,7 +13815,7 @@ TEAM : team - `[YomiCompany ]`: The phonetic Japanese name of the person's company. - `[Photo ]`: profilePhoto - `[Photos ]`: Read-only. Nullable. - - `[Planner ]`: plannerUser + - `[Planner ]`: plannerUser - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Plans ]`: Read-only. Nullable. Returns the plannerTasks assigned to the user. @@ -13894,7 +13894,7 @@ TEAM : team - `[PostalCode ]`: 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. Maximum length is 40 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[PreferredLanguage ]`: The preferred language for the user. Should follow ISO 639-1 Code; for example en-US. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values) - `[PreferredName ]`: The preferred name for the user. Returned only on $select. - - `[Presence ]`: presence + - `[Presence ]`: presence - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Activity ]`: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive, InAMeeting, Offline, OffWork, OutOfOffice, PresenceUnknown, Presenting, UrgentInterruptionsOnly. @@ -13912,7 +13912,7 @@ TEAM : team - `[AdministrativeUnitId ]`: Unique identifier for the administrative unit that the directory role is scoped to - `[RoleId ]`: Unique identifier for the directory role that the member is in. - `[RoleMemberInfo ]`: identity - - `[Settings ]`: userSettings + - `[Settings ]`: userSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[ContributionToContentDiscoveryAsOrganizationDisabled ]`: Reflects the Office Delve organization level setting. When set to true, the organization doesn't have access to Office Delve. This setting is read-only and can only be changed by administrators in the SharePoint admin center. @@ -13935,14 +13935,14 @@ TEAM : team - `[State ]`: The state or province in the user's address. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[StreetAddress ]`: The street address of the user's place of business. Maximum length is 1024 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[Surname ]`: The user's surname (family name or last name). Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - - `[Teamwork ]`: userTeamwork + - `[Teamwork ]`: userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[InstalledApps ]`: The apps installed in the personal scope of this user. - `[TeamsApp ]`: teamsApp - `[TeamsAppDefinition ]`: teamsAppDefinition - `[Id ]`: Read-only. - - `[Chat ]`: chat + - `[Chat ]`: chat - `[Todo ]`: todo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgDirectoryOutboundSharedUserProfileTenant.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgDirectoryOutboundSharedUserProfileTenant.md index 889465e5c51..93c36084154 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgDirectoryOutboundSharedUserProfileTenant.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgDirectoryOutboundSharedUserProfileTenant.md @@ -246,6 +246,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphTenantReference +### System.String + ## NOTES ALIASES diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgOrganizationSettingMicrosoftApplicationDataAccess.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgOrganizationSettingMicrosoftApplicationDataAccess.md new file mode 100644 index 00000000000..325e4cc621b --- /dev/null +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgOrganizationSettingMicrosoftApplicationDataAccess.md @@ -0,0 +1,150 @@ +--- +external help file: +Module Name: Microsoft.Graph.Identity.DirectoryManagement +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgorganizationsettingmicrosoftapplicationdataaccess +schema: 2.0.0 +--- + +# Get-MgOrganizationSettingMicrosoftApplicationDataAccess + +## SYNOPSIS +Get microsoftApplicationDataAccess from organization + +## SYNTAX + +### Get (Default) +``` +Get-MgOrganizationSettingMicrosoftApplicationDataAccess -OrganizationId [-ExpandProperty ] + [-Property ] [] +``` + +### GetViaIdentity +``` +Get-MgOrganizationSettingMicrosoftApplicationDataAccess -InputObject + [-ExpandProperty ] [-Property ] [] +``` + +## DESCRIPTION +Get microsoftApplicationDataAccess from organization + +## EXAMPLES + +## PARAMETERS + +### -ExpandProperty +Expand related entities + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: Expand + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IIdentityDirectoryManagementIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -OrganizationId +key: id of organization + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Property +Select properties to be returned + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: Select + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.IIdentityDirectoryManagementIdentity + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMicrosoftApplicationDataAccessSettings + +## NOTES + +ALIASES + +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 : Identity Parameter + - `[AdministrativeUnitId ]`: key: id of administrativeUnit + - `[AllowedValueId ]`: key: id of allowedValue + - `[AttributeSetId ]`: key: id of attributeSet + - `[CommandId ]`: key: id of command + - `[ContractId ]`: key: id of contract + - `[CustomSecurityAttributeDefinitionId ]`: key: id of customSecurityAttributeDefinition + - `[DeviceId ]`: key: id of device + - `[DirectoryObjectId ]`: key: id of directoryObject + - `[DirectoryRoleId ]`: key: id of directoryRole + - `[DirectoryRoleTemplateId ]`: key: id of directoryRoleTemplate + - `[DirectorySettingId ]`: key: id of directorySetting + - `[DirectorySettingTemplateId ]`: key: id of directorySettingTemplate + - `[DomainDnsRecordId ]`: key: id of domainDnsRecord + - `[DomainId ]`: key: id of domain + - `[ExtensionId ]`: key: id of extension + - `[FeatureRolloutPolicyId ]`: key: id of featureRolloutPolicy + - `[IdentityProviderBaseId ]`: key: id of identityProviderBase + - `[InboundSharedUserProfileUserId ]`: key: userId of inboundSharedUserProfile + - `[InternalDomainFederationId ]`: key: id of internalDomainFederation + - `[OrgContactId ]`: key: id of orgContact + - `[OrganizationId ]`: key: id of organization + - `[OutboundSharedUserProfileUserId ]`: key: userId of outboundSharedUserProfile + - `[ProfileCardPropertyId ]`: key: id of profileCardProperty + - `[RecommendationId ]`: key: id of recommendation + - `[RecommendationResourceId ]`: key: id of recommendationResource + - `[ScopedRoleMembershipId ]`: key: id of scopedRoleMembership + - `[SharedEmailDomainId ]`: key: id of sharedEmailDomain + - `[SharedEmailDomainInvitationId ]`: key: id of sharedEmailDomainInvitation + - `[SubscribedSkuId ]`: key: id of subscribedSku + - `[TenantReferenceTenantId ]`: key: tenantId of tenantReference + - `[UsageRightId ]`: key: id of usageRight + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Microsoft.Graph.Identity.DirectoryManagement.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Microsoft.Graph.Identity.DirectoryManagement.md index 92a182af6e1..06e9afcaaad 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Microsoft.Graph.Identity.DirectoryManagement.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Microsoft.Graph.Identity.DirectoryManagement.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Identity.DirectoryManagement -Module Guid: 44b1684d-1d7f-41dc-a880-1f94a6f8f46a +Module Guid: a50d2977-5583-408e-a9a6-d89dc03e1054 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement Help Version: 1.0.0.0 Locale: en-US @@ -439,6 +439,9 @@ Nullable. Contains the properties that are configured by an administrator for the visibility of Microsoft Graph-derived insights, between a user and other items in Microsoft 365, such as documents or sites. List itemInsights returns the settings to display or return item insights in an organization. +### [Get-MgOrganizationSettingMicrosoftApplicationDataAccess](Get-MgOrganizationSettingMicrosoftApplicationDataAccess.md) +Get microsoftApplicationDataAccess from organization + ### [Get-MgOrganizationSettingPersonInsight](Get-MgOrganizationSettingPersonInsight.md) Contains the properties that are configured by an administrator for the visibility of a list of people relevant and working with a user in Microsoft 365. List peopleInsights returns the settings to display or return people insights in an organization. @@ -829,6 +832,9 @@ Nullable. Contains the properties that are configured by an administrator for the visibility of Microsoft Graph-derived insights, between a user and other items in Microsoft 365, such as documents or sites. List itemInsights returns the settings to display or return item insights in an organization. +### [Remove-MgOrganizationSettingMicrosoftApplicationDataAccess](Remove-MgOrganizationSettingMicrosoftApplicationDataAccess.md) +Delete navigation property microsoftApplicationDataAccess for organization + ### [Remove-MgOrganizationSettingPersonInsight](Remove-MgOrganizationSettingPersonInsight.md) Contains the properties that are configured by an administrator for the visibility of a list of people relevant and working with a user in Microsoft 365. List peopleInsights returns the settings to display or return people insights in an organization. @@ -1036,6 +1042,9 @@ Nullable. Contains the properties that are configured by an administrator for the visibility of Microsoft Graph-derived insights, between a user and other items in Microsoft 365, such as documents or sites. List itemInsights returns the settings to display or return item insights in an organization. +### [Update-MgOrganizationSettingMicrosoftApplicationDataAccess](Update-MgOrganizationSettingMicrosoftApplicationDataAccess.md) +Update the navigation property microsoftApplicationDataAccess in organization + ### [Update-MgOrganizationSettingPersonInsight](Update-MgOrganizationSettingPersonInsight.md) Contains the properties that are configured by an administrator for the visibility of a list of people relevant and working with a user in Microsoft 365. List peopleInsights returns the settings to display or return people insights in an organization. diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/New-MgDirectoryInboundSharedUserProfile.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/New-MgDirectoryInboundSharedUserProfile.md index abf49acf471..6298ddec477 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/New-MgDirectoryInboundSharedUserProfile.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/New-MgDirectoryInboundSharedUserProfile.md @@ -14,9 +14,9 @@ Create new navigation property to inboundSharedUserProfiles for directory ### CreateExpanded (Default) ``` -New-MgDirectoryInboundSharedUserProfile [-AdditionalProperties ] [-DeletedDateTime ] - [-DisplayName ] [-HomeTenantId ] [-Id ] [-UserId ] - [-UserPrincipalName ] [-Confirm] [-WhatIf] [] +New-MgDirectoryInboundSharedUserProfile [-AdditionalProperties ] [-DisplayName ] + [-HomeTenantId ] [-UserId ] [-UserPrincipalName ] [-Confirm] [-WhatIf] + [] ``` ### Create @@ -63,22 +63,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -DeletedDateTime -Date and time when this object was deleted. -Always null when the object hasn't been deleted. - -```yaml -Type: System.DateTime -Parameter Sets: CreateExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -DisplayName . @@ -109,21 +93,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Id -Read-only. - -```yaml -Type: System.String -Parameter Sets: CreateExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -UserId . @@ -207,8 +176,6 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : inboundSharedUserProfile - `[(Any) ]`: This indicates any property can be added to this object. - - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - - `[Id ]`: Read-only. - `[DisplayName ]`: - `[HomeTenantId ]`: - `[UserId ]`: diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/New-MgDirectoryOutboundSharedUserProfile.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/New-MgDirectoryOutboundSharedUserProfile.md index 6ac2b0ff55d..a0887ccdc18 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/New-MgDirectoryOutboundSharedUserProfile.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/New-MgDirectoryOutboundSharedUserProfile.md @@ -14,9 +14,8 @@ Create new navigation property to outboundSharedUserProfiles for directory ### CreateExpanded (Default) ``` -New-MgDirectoryOutboundSharedUserProfile [-AdditionalProperties ] [-DeletedDateTime ] - [-Id ] [-Tenants ] [-UserId ] [-Confirm] [-WhatIf] - [] +New-MgDirectoryOutboundSharedUserProfile [-AdditionalProperties ] + [-Tenants ] [-UserId ] [-Confirm] [-WhatIf] [] ``` ### Create @@ -63,37 +62,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -DeletedDateTime -Date and time when this object was deleted. -Always null when the object hasn't been deleted. - -```yaml -Type: System.DateTime -Parameter Sets: CreateExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Id -Read-only. - -```yaml -Type: System.String -Parameter Sets: CreateExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -Tenants . To construct, please use Get-Help -Online and see NOTES section for TENANTS properties and create a hash table. @@ -178,17 +146,11 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : outboundSharedUserProfile - `[(Any) ]`: This indicates any property can be added to this object. - - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - - `[Id ]`: Read-only. - `[Tenants ]`: - - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - - `[Id ]`: Read-only. - `[TenantId ]`: - `[UserId ]`: TENANTS : . - - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - - `[Id ]`: Read-only. - `[TenantId ]`: ## RELATED LINKS diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/New-MgDirectoryOutboundSharedUserProfileTenant.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/New-MgDirectoryOutboundSharedUserProfileTenant.md index bf168c012e9..e148f386318 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/New-MgDirectoryOutboundSharedUserProfileTenant.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/New-MgDirectoryOutboundSharedUserProfileTenant.md @@ -15,8 +15,7 @@ Create new navigation property to tenants for directory ### CreateExpanded (Default) ``` New-MgDirectoryOutboundSharedUserProfileTenant -OutboundSharedUserProfileUserId - [-AdditionalProperties ] [-DeletedDateTime ] [-Id ] [-TenantId ] - [-Confirm] [-WhatIf] [] + [-AdditionalProperties ] [-TenantId ] [-Confirm] [-WhatIf] [] ``` ### Create @@ -34,8 +33,7 @@ New-MgDirectoryOutboundSharedUserProfileTenant -InputObject - [-AdditionalProperties ] [-DeletedDateTime ] [-Id ] [-TenantId ] - [-Confirm] [-WhatIf] [] + [-AdditionalProperties ] [-TenantId ] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -76,37 +74,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -DeletedDateTime -Date and time when this object was deleted. -Always null when the object hasn't been deleted. - -```yaml -Type: System.DateTime -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Id -Read-only. - -```yaml -Type: System.String -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -InputObject Identity Parameter To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. @@ -195,7 +162,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphTenantReference +### System.String ## NOTES @@ -208,8 +175,6 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : tenantReference - `[(Any) ]`: This indicates any property can be added to this object. - - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - - `[Id ]`: Read-only. - `[TenantId ]`: INPUTOBJECT : Identity Parameter diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/New-MgOrganization.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/New-MgOrganization.md index d51e790ace3..15a277e411c 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/New-MgOrganization.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/New-MgOrganization.md @@ -729,6 +729,11 @@ BODYPARAMETER : organization - `[Id ]`: Read-only. - `[DisabledForGroup ]`: The ID of an Azure Active Directory group, of which the specified type of insights are disabled for its members. Default is empty. Optional. - `[IsEnabledInOrganization ]`: true if the specified type of insights are enabled for the organization; false if the specified type of insights are disabled for all users without exceptions. Default is true. Optional. + - `[MicrosoftApplicationDataAccess ]`: microsoftApplicationDataAccessSettings + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[DisabledForGroup ]`: + - `[IsEnabledForAllMicrosoftApplications ]`: - `[PeopleInsights ]`: insightsSettings - `[ProfileCardProperties ]`: Contains a collection of the properties an administrator has defined as visible on the Microsoft 365 profile card. Get organization settings returns the properties configured for profile cards for the organization. - `[Id ]`: Read-only. @@ -851,6 +856,11 @@ SETTINGS : organizationSettings - `[Id ]`: Read-only. - `[DisabledForGroup ]`: The ID of an Azure Active Directory group, of which the specified type of insights are disabled for its members. Default is empty. Optional. - `[IsEnabledInOrganization ]`: true if the specified type of insights are enabled for the organization; false if the specified type of insights are disabled for all users without exceptions. Default is true. Optional. + - `[MicrosoftApplicationDataAccess ]`: microsoftApplicationDataAccessSettings + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[DisabledForGroup ]`: + - `[IsEnabledForAllMicrosoftApplications ]`: - `[PeopleInsights ]`: insightsSettings - `[ProfileCardProperties ]`: Contains a collection of the properties an administrator has defined as visible on the Microsoft 365 profile card. Get organization settings returns the properties configured for profile cards for the organization. - `[Id ]`: Read-only. diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Remove-MgOrganizationSettingMicrosoftApplicationDataAccess.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Remove-MgOrganizationSettingMicrosoftApplicationDataAccess.md new file mode 100644 index 00000000000..889df4b08b5 --- /dev/null +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Remove-MgOrganizationSettingMicrosoftApplicationDataAccess.md @@ -0,0 +1,181 @@ +--- +external help file: +Module Name: Microsoft.Graph.Identity.DirectoryManagement +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/remove-mgorganizationsettingmicrosoftapplicationdataaccess +schema: 2.0.0 +--- + +# Remove-MgOrganizationSettingMicrosoftApplicationDataAccess + +## SYNOPSIS +Delete navigation property microsoftApplicationDataAccess for organization + +## SYNTAX + +### Delete (Default) +``` +Remove-MgOrganizationSettingMicrosoftApplicationDataAccess -OrganizationId [-IfMatch ] + [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### DeleteViaIdentity +``` +Remove-MgOrganizationSettingMicrosoftApplicationDataAccess -InputObject + [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Delete navigation property microsoftApplicationDataAccess for organization + +## EXAMPLES + +## PARAMETERS + +### -IfMatch +ETag + +```yaml +Type: System.String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IIdentityDirectoryManagementIdentity +Parameter Sets: DeleteViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -OrganizationId +key: id of organization + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.IIdentityDirectoryManagementIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +ALIASES + +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 : Identity Parameter + - `[AdministrativeUnitId ]`: key: id of administrativeUnit + - `[AllowedValueId ]`: key: id of allowedValue + - `[AttributeSetId ]`: key: id of attributeSet + - `[CommandId ]`: key: id of command + - `[ContractId ]`: key: id of contract + - `[CustomSecurityAttributeDefinitionId ]`: key: id of customSecurityAttributeDefinition + - `[DeviceId ]`: key: id of device + - `[DirectoryObjectId ]`: key: id of directoryObject + - `[DirectoryRoleId ]`: key: id of directoryRole + - `[DirectoryRoleTemplateId ]`: key: id of directoryRoleTemplate + - `[DirectorySettingId ]`: key: id of directorySetting + - `[DirectorySettingTemplateId ]`: key: id of directorySettingTemplate + - `[DomainDnsRecordId ]`: key: id of domainDnsRecord + - `[DomainId ]`: key: id of domain + - `[ExtensionId ]`: key: id of extension + - `[FeatureRolloutPolicyId ]`: key: id of featureRolloutPolicy + - `[IdentityProviderBaseId ]`: key: id of identityProviderBase + - `[InboundSharedUserProfileUserId ]`: key: userId of inboundSharedUserProfile + - `[InternalDomainFederationId ]`: key: id of internalDomainFederation + - `[OrgContactId ]`: key: id of orgContact + - `[OrganizationId ]`: key: id of organization + - `[OutboundSharedUserProfileUserId ]`: key: userId of outboundSharedUserProfile + - `[ProfileCardPropertyId ]`: key: id of profileCardProperty + - `[RecommendationId ]`: key: id of recommendation + - `[RecommendationResourceId ]`: key: id of recommendationResource + - `[ScopedRoleMembershipId ]`: key: id of scopedRoleMembership + - `[SharedEmailDomainId ]`: key: id of sharedEmailDomain + - `[SharedEmailDomainInvitationId ]`: key: id of sharedEmailDomainInvitation + - `[SubscribedSkuId ]`: key: id of subscribedSku + - `[TenantReferenceTenantId ]`: key: tenantId of tenantReference + - `[UsageRightId ]`: key: id of usageRight + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgDirectory.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgDirectory.md index a627008dbb7..ae85d09f934 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgDirectory.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgDirectory.md @@ -422,18 +422,12 @@ BODYPARAMETER : directory - `[ResourceType ]`: - `[Status ]`: recommendationStatus - `[InboundSharedUserProfiles ]`: - - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - - `[Id ]`: Read-only. - `[DisplayName ]`: - `[HomeTenantId ]`: - `[UserId ]`: - `[UserPrincipalName ]`: - `[OutboundSharedUserProfiles ]`: - - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - - `[Id ]`: Read-only. - `[Tenants ]`: - - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - - `[Id ]`: Read-only. - `[TenantId ]`: - `[UserId ]`: - `[Recommendations ]`: @@ -512,19 +506,13 @@ IMPACTEDRESOURCES : . - `[Status ]`: recommendationStatus INBOUNDSHAREDUSERPROFILES : . - - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - - `[Id ]`: Read-only. - `[DisplayName ]`: - `[HomeTenantId ]`: - `[UserId ]`: - `[UserPrincipalName ]`: OUTBOUNDSHAREDUSERPROFILES : . - - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - - `[Id ]`: Read-only. - `[Tenants ]`: - - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - - `[Id ]`: Read-only. - `[TenantId ]`: - `[UserId ]`: diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgDirectoryInboundSharedUserProfile.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgDirectoryInboundSharedUserProfile.md index f75ed0b0d84..733060b52eb 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgDirectoryInboundSharedUserProfile.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgDirectoryInboundSharedUserProfile.md @@ -15,9 +15,8 @@ Update the navigation property inboundSharedUserProfiles in directory ### UpdateExpanded (Default) ``` Update-MgDirectoryInboundSharedUserProfile -InboundSharedUserProfileUserId - [-AdditionalProperties ] [-DeletedDateTime ] [-DisplayName ] - [-HomeTenantId ] [-Id ] [-UserId ] [-UserPrincipalName ] [-PassThru] - [-Confirm] [-WhatIf] [] + [-AdditionalProperties ] [-DisplayName ] [-HomeTenantId ] [-UserId ] + [-UserPrincipalName ] [-PassThru] [-Confirm] [-WhatIf] [] ``` ### Update @@ -37,9 +36,8 @@ Update-MgDirectoryInboundSharedUserProfile -InputObject - [-AdditionalProperties ] [-DeletedDateTime ] [-DisplayName ] - [-HomeTenantId ] [-Id ] [-UserId ] [-UserPrincipalName ] [-PassThru] - [-Confirm] [-WhatIf] [] + [-AdditionalProperties ] [-DisplayName ] [-HomeTenantId ] [-UserId ] + [-UserPrincipalName ] [-PassThru] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -80,22 +78,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -DeletedDateTime -Date and time when this object was deleted. -Always null when the object hasn't been deleted. - -```yaml -Type: System.DateTime -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -DisplayName . @@ -126,21 +108,6 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -Id -Read-only. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -InboundSharedUserProfileUserId key: userId of inboundSharedUserProfile @@ -272,8 +239,6 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : inboundSharedUserProfile - `[(Any) ]`: This indicates any property can be added to this object. - - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - - `[Id ]`: Read-only. - `[DisplayName ]`: - `[HomeTenantId ]`: - `[UserId ]`: diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgDirectoryOutboundSharedUserProfile.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgDirectoryOutboundSharedUserProfile.md index 131c1c5b3f6..c58683473ff 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgDirectoryOutboundSharedUserProfile.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgDirectoryOutboundSharedUserProfile.md @@ -15,9 +15,8 @@ Update the navigation property outboundSharedUserProfiles in directory ### UpdateExpanded (Default) ``` Update-MgDirectoryOutboundSharedUserProfile -OutboundSharedUserProfileUserId - [-AdditionalProperties ] [-DeletedDateTime ] [-Id ] - [-Tenants ] [-UserId ] [-PassThru] [-Confirm] [-WhatIf] - [] + [-AdditionalProperties ] [-Tenants ] [-UserId ] + [-PassThru] [-Confirm] [-WhatIf] [] ``` ### Update @@ -37,9 +36,8 @@ Update-MgDirectoryOutboundSharedUserProfile -InputObject - [-AdditionalProperties ] [-DeletedDateTime ] [-Id ] - [-Tenants ] [-UserId ] [-PassThru] [-Confirm] [-WhatIf] - [] + [-AdditionalProperties ] [-Tenants ] [-UserId ] + [-PassThru] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -80,37 +78,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -DeletedDateTime -Date and time when this object was deleted. -Always null when the object hasn't been deleted. - -```yaml -Type: System.DateTime -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Id -Read-only. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -InputObject Identity Parameter To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. @@ -243,11 +210,7 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : outboundSharedUserProfile - `[(Any) ]`: This indicates any property can be added to this object. - - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - - `[Id ]`: Read-only. - `[Tenants ]`: - - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - - `[Id ]`: Read-only. - `[TenantId ]`: - `[UserId ]`: @@ -286,8 +249,6 @@ INPUTOBJECT : Identity Parameter - `[UserId ]`: key: id of user TENANTS : . - - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - - `[Id ]`: Read-only. - `[TenantId ]`: ## RELATED LINKS diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgDirectoryOutboundSharedUserProfileTenant.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgDirectoryOutboundSharedUserProfileTenant.md index b7191b6778e..39a6095faab 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgDirectoryOutboundSharedUserProfileTenant.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgDirectoryOutboundSharedUserProfileTenant.md @@ -15,8 +15,8 @@ Update the navigation property tenants in directory ### UpdateExpanded (Default) ``` Update-MgDirectoryOutboundSharedUserProfileTenant -OutboundSharedUserProfileUserId - -TenantReferenceTenantId [-AdditionalProperties ] [-DeletedDateTime ] - [-Id ] [-TenantId ] [-PassThru] [-Confirm] [-WhatIf] [] + -TenantReferenceTenantId [-AdditionalProperties ] [-TenantId ] [-PassThru] + [-Confirm] [-WhatIf] [] ``` ### Update @@ -35,8 +35,8 @@ Update-MgDirectoryOutboundSharedUserProfileTenant -InputObject - [-AdditionalProperties ] [-DeletedDateTime ] [-Id ] [-TenantId ] - [-PassThru] [-Confirm] [-WhatIf] [] + [-AdditionalProperties ] [-TenantId ] [-PassThru] [-Confirm] [-WhatIf] + [] ``` ## DESCRIPTION @@ -77,37 +77,6 @@ Accept pipeline input: True (ByValue) Accept wildcard characters: False ``` -### -DeletedDateTime -Date and time when this object was deleted. -Always null when the object hasn't been deleted. - -```yaml -Type: System.DateTime -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - -### -Id -Read-only. - -```yaml -Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded -Aliases: - -Required: False -Position: Named -Default value: None -Accept pipeline input: False -Accept wildcard characters: False -``` - ### -InputObject Identity Parameter To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. @@ -239,8 +208,6 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : tenantReference - `[(Any) ]`: This indicates any property can be added to this object. - - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - - `[Id ]`: Read-only. - `[TenantId ]`: INPUTOBJECT : Identity Parameter diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgOrganization.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgOrganization.md index 50791df015c..28d29c6ba6d 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgOrganization.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgOrganization.md @@ -804,6 +804,11 @@ BODYPARAMETER : organization - `[Id ]`: Read-only. - `[DisabledForGroup ]`: The ID of an Azure Active Directory group, of which the specified type of insights are disabled for its members. Default is empty. Optional. - `[IsEnabledInOrganization ]`: true if the specified type of insights are enabled for the organization; false if the specified type of insights are disabled for all users without exceptions. Default is true. Optional. + - `[MicrosoftApplicationDataAccess ]`: microsoftApplicationDataAccessSettings + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[DisabledForGroup ]`: + - `[IsEnabledForAllMicrosoftApplications ]`: - `[PeopleInsights ]`: insightsSettings - `[ProfileCardProperties ]`: Contains a collection of the properties an administrator has defined as visible on the Microsoft 365 profile card. Get organization settings returns the properties configured for profile cards for the organization. - `[Id ]`: Read-only. @@ -960,6 +965,11 @@ SETTINGS : organizationSettings - `[Id ]`: Read-only. - `[DisabledForGroup ]`: The ID of an Azure Active Directory group, of which the specified type of insights are disabled for its members. Default is empty. Optional. - `[IsEnabledInOrganization ]`: true if the specified type of insights are enabled for the organization; false if the specified type of insights are disabled for all users without exceptions. Default is true. Optional. + - `[MicrosoftApplicationDataAccess ]`: microsoftApplicationDataAccessSettings + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[DisabledForGroup ]`: + - `[IsEnabledForAllMicrosoftApplications ]`: - `[PeopleInsights ]`: insightsSettings - `[ProfileCardProperties ]`: Contains a collection of the properties an administrator has defined as visible on the Microsoft 365 profile card. Get organization settings returns the properties configured for profile cards for the organization. - `[Id ]`: Read-only. diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgOrganizationSetting.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgOrganizationSetting.md index 391d5e4aff7..3e875747d82 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgOrganizationSetting.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgOrganizationSetting.md @@ -16,7 +16,9 @@ Nullable. ### UpdateExpanded (Default) ``` Update-MgOrganizationSetting -OrganizationId [-AdditionalProperties ] [-Id ] - [-ItemInsights ] [-PeopleInsights ] + [-ItemInsights ] + [-MicrosoftApplicationDataAccess ] + [-PeopleInsights ] [-ProfileCardProperties ] [-PassThru] [-Confirm] [-WhatIf] [] ``` @@ -37,6 +39,7 @@ Update-MgOrganizationSetting -InputObject ``` Update-MgOrganizationSetting -InputObject [-AdditionalProperties ] [-Id ] [-ItemInsights ] + [-MicrosoftApplicationDataAccess ] [-PeopleInsights ] [-ProfileCardProperties ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -128,6 +131,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -MicrosoftApplicationDataAccess +microsoftApplicationDataAccessSettings +To construct, please use Get-Help -Online and see NOTES section for MICROSOFTAPPLICATIONDATAACCESS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMicrosoftApplicationDataAccessSettings +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -OrganizationId key: id of organization @@ -252,6 +271,11 @@ BODYPARAMETER : organizationSettings - `[Id ]`: Read-only. - `[DisabledForGroup ]`: The ID of an Azure Active Directory group, of which the specified type of insights are disabled for its members. Default is empty. Optional. - `[IsEnabledInOrganization ]`: true if the specified type of insights are enabled for the organization; false if the specified type of insights are disabled for all users without exceptions. Default is true. Optional. + - `[MicrosoftApplicationDataAccess ]`: microsoftApplicationDataAccessSettings + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[DisabledForGroup ]`: + - `[IsEnabledForAllMicrosoftApplications ]`: - `[PeopleInsights ]`: insightsSettings - `[ProfileCardProperties ]`: Contains a collection of the properties an administrator has defined as visible on the Microsoft 365 profile card. Get organization settings returns the properties configured for profile cards for the organization. - `[Id ]`: Read-only. @@ -302,6 +326,12 @@ ITEMINSIGHTS : insightsSettings - `[DisabledForGroup ]`: The ID of an Azure Active Directory group, of which the specified type of insights are disabled for its members. Default is empty. Optional. - `[IsEnabledInOrganization ]`: true if the specified type of insights are enabled for the organization; false if the specified type of insights are disabled for all users without exceptions. Default is true. Optional. +MICROSOFTAPPLICATIONDATAACCESS : microsoftApplicationDataAccessSettings + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[DisabledForGroup ]`: + - `[IsEnabledForAllMicrosoftApplications ]`: + PEOPLEINSIGHTS : insightsSettings - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgOrganizationSettingMicrosoftApplicationDataAccess.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgOrganizationSettingMicrosoftApplicationDataAccess.md new file mode 100644 index 00000000000..e0e35bb7a1c --- /dev/null +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgOrganizationSettingMicrosoftApplicationDataAccess.md @@ -0,0 +1,266 @@ +--- +external help file: +Module Name: Microsoft.Graph.Identity.DirectoryManagement +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/update-mgorganizationsettingmicrosoftapplicationdataaccess +schema: 2.0.0 +--- + +# Update-MgOrganizationSettingMicrosoftApplicationDataAccess + +## SYNOPSIS +Update the navigation property microsoftApplicationDataAccess in organization + +## SYNTAX + +### UpdateExpanded (Default) +``` +Update-MgOrganizationSettingMicrosoftApplicationDataAccess -OrganizationId + [-AdditionalProperties ] [-DisabledForGroup ] [-Id ] + [-IsEnabledForAllMicrosoftApplications] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### Update +``` +Update-MgOrganizationSettingMicrosoftApplicationDataAccess -OrganizationId + -BodyParameter [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +### UpdateViaIdentity +``` +Update-MgOrganizationSettingMicrosoftApplicationDataAccess -InputObject + -BodyParameter [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +### UpdateViaIdentityExpanded +``` +Update-MgOrganizationSettingMicrosoftApplicationDataAccess -InputObject + [-AdditionalProperties ] [-DisabledForGroup ] [-Id ] + [-IsEnabledForAllMicrosoftApplications] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Update the navigation property microsoftApplicationDataAccess in organization + +## EXAMPLES + +## PARAMETERS + +### -AdditionalProperties +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BodyParameter +microsoftApplicationDataAccessSettings +To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMicrosoftApplicationDataAccessSettings +Parameter Sets: Update, UpdateViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -DisabledForGroup +. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Id +Read-only. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IIdentityDirectoryManagementIdentity +Parameter Sets: UpdateViaIdentity, UpdateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -IsEnabledForAllMicrosoftApplications +. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationId +key: id of organization + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.IIdentityDirectoryManagementIdentity + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphMicrosoftApplicationDataAccessSettings + +## OUTPUTS + +### System.Boolean + +## NOTES + +ALIASES + +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 : microsoftApplicationDataAccessSettings + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[DisabledForGroup ]`: + - `[IsEnabledForAllMicrosoftApplications ]`: + +INPUTOBJECT : Identity Parameter + - `[AdministrativeUnitId ]`: key: id of administrativeUnit + - `[AllowedValueId ]`: key: id of allowedValue + - `[AttributeSetId ]`: key: id of attributeSet + - `[CommandId ]`: key: id of command + - `[ContractId ]`: key: id of contract + - `[CustomSecurityAttributeDefinitionId ]`: key: id of customSecurityAttributeDefinition + - `[DeviceId ]`: key: id of device + - `[DirectoryObjectId ]`: key: id of directoryObject + - `[DirectoryRoleId ]`: key: id of directoryRole + - `[DirectoryRoleTemplateId ]`: key: id of directoryRoleTemplate + - `[DirectorySettingId ]`: key: id of directorySetting + - `[DirectorySettingTemplateId ]`: key: id of directorySettingTemplate + - `[DomainDnsRecordId ]`: key: id of domainDnsRecord + - `[DomainId ]`: key: id of domain + - `[ExtensionId ]`: key: id of extension + - `[FeatureRolloutPolicyId ]`: key: id of featureRolloutPolicy + - `[IdentityProviderBaseId ]`: key: id of identityProviderBase + - `[InboundSharedUserProfileUserId ]`: key: userId of inboundSharedUserProfile + - `[InternalDomainFederationId ]`: key: id of internalDomainFederation + - `[OrgContactId ]`: key: id of orgContact + - `[OrganizationId ]`: key: id of organization + - `[OutboundSharedUserProfileUserId ]`: key: userId of outboundSharedUserProfile + - `[ProfileCardPropertyId ]`: key: id of profileCardProperty + - `[RecommendationId ]`: key: id of recommendation + - `[RecommendationResourceId ]`: key: id of recommendationResource + - `[ScopedRoleMembershipId ]`: key: id of scopedRoleMembership + - `[SharedEmailDomainId ]`: key: id of sharedEmailDomain + - `[SharedEmailDomainInvitationId ]`: key: id of sharedEmailDomainInvitation + - `[SubscribedSkuId ]`: key: id of subscribedSku + - `[TenantReferenceTenantId ]`: key: tenantId of tenantReference + - `[UsageRightId ]`: key: id of usageRight + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/Microsoft.Graph.Identity.DirectoryManagement.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/Microsoft.Graph.Identity.DirectoryManagement.md index 7118c41b2cd..eb07ba6ad60 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/Microsoft.Graph.Identity.DirectoryManagement.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/Microsoft.Graph.Identity.DirectoryManagement.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Identity.DirectoryManagement -Module Guid: 44b1684d-1d7f-41dc-a880-1f94a6f8f46a +Module Guid: a50d2977-5583-408e-a9a6-d89dc03e1054 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/examples/v1.0-beta/Get-MgOrganizationSettingMicrosoftApplicationDataAccess.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/examples/v1.0-beta/Get-MgOrganizationSettingMicrosoftApplicationDataAccess.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/examples/v1.0-beta/Get-MgOrganizationSettingMicrosoftApplicationDataAccess.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/examples/v1.0-beta/Remove-MgOrganizationSettingMicrosoftApplicationDataAccess.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/examples/v1.0-beta/Remove-MgOrganizationSettingMicrosoftApplicationDataAccess.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/examples/v1.0-beta/Remove-MgOrganizationSettingMicrosoftApplicationDataAccess.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/examples/v1.0-beta/Update-MgOrganizationSettingMicrosoftApplicationDataAccess.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/examples/v1.0-beta/Update-MgOrganizationSettingMicrosoftApplicationDataAccess.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/examples/v1.0-beta/Update-MgOrganizationSettingMicrosoftApplicationDataAccess.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Microsoft.Graph.Identity.Governance.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Microsoft.Graph.Identity.Governance.md index 3860fee6cd4..08777e2d8c7 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Microsoft.Graph.Identity.Governance.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Microsoft.Graph.Identity.Governance.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Identity.Governance -Module Guid: b7b0bdf0-f7cc-4ed3-9961-aa19bd082d84 +Module Guid: 3562c685-ac24-4455-b8b2-9c5e76dfa3b7 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackage.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackage.md index 4d6116795df..29cddb44db6 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackage.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackage.md @@ -870,10 +870,10 @@ ACCESSPACKAGEASSIGNMENTPOLICIES - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -882,9 +882,9 @@ ACCESSPACKAGEASSIGNMENTPOLICIES - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -979,18 +979,18 @@ ACCESSPACKAGEASSIGNMENTPOLICIES - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -998,7 +998,7 @@ ACCESSPACKAGEASSIGNMENTPOLICIES - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -1007,7 +1007,7 @@ ACCESSPACKAGEASSIGNMENTPOLICIES - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2038,10 +2038,55 @@ ACCESSPACKAGEASSIGNMENTPOLICIES - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -2079,7 +2124,7 @@ ACCESSPACKAGEASSIGNMENTPOLICIES - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2297,45 +2342,6 @@ ACCESSPACKAGEASSIGNMENTPOLICIES - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3362,7 +3368,7 @@ ACCESSPACKAGEASSIGNMENTPOLICIES - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3399,6 +3405,7 @@ ACCESSPACKAGEASSIGNMENTPOLICIES - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3814,6 +3821,247 @@ ACCESSPACKAGEASSIGNMENTPOLICIES - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -5050,10 +5298,10 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5062,9 +5310,9 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5159,18 +5407,18 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -5178,7 +5426,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -5187,7 +5435,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6218,10 +6466,55 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -6259,7 +6552,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6477,45 +6770,6 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -7542,7 +7796,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7579,6 +7833,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7994,6 +8249,247 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -9256,10 +9752,10 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9268,9 +9764,9 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9365,18 +9861,18 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9384,7 +9880,7 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9393,7 +9889,7 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10424,10 +10920,55 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -10465,7 +11006,7 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10683,45 +11224,6 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -11748,7 +12250,7 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -11785,6 +12287,7 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -12200,6 +12703,247 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -13390,10 +14134,10 @@ BODYPARAMETER : accessPackage - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13402,9 +14146,9 @@ BODYPARAMETER : accessPackage - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13499,18 +14243,18 @@ BODYPARAMETER : accessPackage - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -13518,7 +14262,7 @@ BODYPARAMETER : accessPackage - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -13527,7 +14271,7 @@ BODYPARAMETER : accessPackage - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -14558,10 +15302,55 @@ BODYPARAMETER : accessPackage - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -14599,7 +15388,7 @@ BODYPARAMETER : accessPackage - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -14817,45 +15606,6 @@ BODYPARAMETER : accessPackage - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -15882,7 +16632,7 @@ BODYPARAMETER : accessPackage - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -15919,6 +16669,7 @@ BODYPARAMETER : accessPackage - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -16334,6 +17085,247 @@ BODYPARAMETER : accessPackage - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -17523,10 +18515,10 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -17535,9 +18527,9 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -17632,18 +18624,18 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -17651,7 +18643,7 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -17660,7 +18652,7 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -18691,10 +19683,55 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -18732,7 +19769,7 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -18950,45 +19987,6 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -20015,7 +21013,7 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -20052,6 +21050,7 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -20467,6 +21466,247 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -21498,10 +22738,10 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -21510,9 +22750,9 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -21607,18 +22847,18 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -21626,7 +22866,7 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -21635,7 +22875,7 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -22666,10 +23906,55 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -22707,7 +23992,7 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -22925,45 +24210,6 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -23990,7 +25236,7 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -24027,6 +25273,7 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -24442,6 +25689,247 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageAssignment.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageAssignment.md index 7e117fe5c18..ef8be3880de 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageAssignment.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageAssignment.md @@ -746,10 +746,10 @@ EXISTINGASSIGNMENT : - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -758,9 +758,9 @@ EXISTINGASSIGNMENT : - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -855,18 +855,18 @@ EXISTINGASSIGNMENT : - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -874,7 +874,7 @@ EXISTINGASSIGNMENT : - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -883,7 +883,7 @@ EXISTINGASSIGNMENT : - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1914,10 +1914,55 @@ EXISTINGASSIGNMENT : - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -1955,7 +2000,7 @@ EXISTINGASSIGNMENT : - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2173,45 +2218,6 @@ EXISTINGASSIGNMENT : - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3238,7 +3244,7 @@ EXISTINGASSIGNMENT : - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3275,6 +3281,7 @@ EXISTINGASSIGNMENT : - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3690,6 +3697,247 @@ EXISTINGASSIGNMENT : - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageAssignmentPolicy.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageAssignmentPolicy.md index 5a6010f4ea9..910b45c1cac 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageAssignmentPolicy.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageAssignmentPolicy.md @@ -974,10 +974,10 @@ ACCESSPACKAGE : accessPackage - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -986,9 +986,9 @@ ACCESSPACKAGE : accessPackage - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1083,18 +1083,18 @@ ACCESSPACKAGE : accessPackage - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -1102,7 +1102,7 @@ ACCESSPACKAGE : accessPackage - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -1111,7 +1111,7 @@ ACCESSPACKAGE : accessPackage - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2142,10 +2142,55 @@ ACCESSPACKAGE : accessPackage - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -2183,7 +2228,7 @@ ACCESSPACKAGE : accessPackage - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2401,45 +2446,6 @@ ACCESSPACKAGE : accessPackage - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3466,7 +3472,7 @@ ACCESSPACKAGE : accessPackage - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3503,6 +3509,7 @@ ACCESSPACKAGE : accessPackage - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3918,6 +3925,247 @@ ACCESSPACKAGE : accessPackage - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -5098,10 +5346,10 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5110,9 +5358,9 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5207,18 +5455,18 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -5226,7 +5474,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -5235,7 +5483,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6266,10 +6514,55 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -6307,7 +6600,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6525,45 +6818,6 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -7590,7 +7844,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7627,6 +7881,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -8042,6 +8297,247 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -9200,10 +9696,10 @@ BODYPARAMETER : accessPackageAssig - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9212,9 +9708,9 @@ BODYPARAMETER : accessPackageAssig - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9309,18 +9805,18 @@ BODYPARAMETER : accessPackageAssig - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9328,7 +9824,7 @@ BODYPARAMETER : accessPackageAssig - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9337,7 +9833,7 @@ BODYPARAMETER : accessPackageAssig - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10368,10 +10864,55 @@ BODYPARAMETER : accessPackageAssig - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -10409,7 +10950,7 @@ BODYPARAMETER : accessPackageAssig - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10627,45 +11168,6 @@ BODYPARAMETER : accessPackageAssig - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -11692,7 +12194,7 @@ BODYPARAMETER : accessPackageAssig - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -11729,6 +12231,7 @@ BODYPARAMETER : accessPackageAssig - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -12144,6 +12647,247 @@ BODYPARAMETER : accessPackageAssig - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageAssignmentRequest.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageAssignmentRequest.md index 5531f2d53f9..1f1fe6a563f 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageAssignmentRequest.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageAssignmentRequest.md @@ -1012,10 +1012,10 @@ ACCESSPACKAGE : accessPackage - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -1024,9 +1024,9 @@ ACCESSPACKAGE : accessPackage - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1121,18 +1121,18 @@ ACCESSPACKAGE : accessPackage - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -1140,7 +1140,7 @@ ACCESSPACKAGE : accessPackage - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -1149,7 +1149,7 @@ ACCESSPACKAGE : accessPackage - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2180,10 +2180,55 @@ ACCESSPACKAGE : accessPackage - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -2221,7 +2266,7 @@ ACCESSPACKAGE : accessPackage - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2439,45 +2484,6 @@ ACCESSPACKAGE : accessPackage - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3504,7 +3510,7 @@ ACCESSPACKAGE : accessPackage - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3541,6 +3547,7 @@ ACCESSPACKAGE : accessPackage - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3956,6 +3963,247 @@ ACCESSPACKAGE : accessPackage - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -5149,10 +5397,10 @@ ACCESSPACKAGEASSIGNMENT : accessPackageA - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5161,9 +5409,9 @@ ACCESSPACKAGEASSIGNMENT : accessPackageA - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5258,18 +5506,18 @@ ACCESSPACKAGEASSIGNMENT : accessPackageA - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -5277,7 +5525,7 @@ ACCESSPACKAGEASSIGNMENT : accessPackageA - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -5286,7 +5534,7 @@ ACCESSPACKAGEASSIGNMENT : accessPackageA - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6317,10 +6565,55 @@ ACCESSPACKAGEASSIGNMENT : accessPackageA - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -6358,7 +6651,7 @@ ACCESSPACKAGEASSIGNMENT : accessPackageA - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6576,45 +6869,6 @@ ACCESSPACKAGEASSIGNMENT : accessPackageA - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -7641,7 +7895,7 @@ ACCESSPACKAGEASSIGNMENT : accessPackageA - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7678,6 +7932,7 @@ ACCESSPACKAGEASSIGNMENT : accessPackageA - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -8093,6 +8348,247 @@ ACCESSPACKAGEASSIGNMENT : accessPackageA - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -9374,10 +9870,10 @@ BODYPARAMETER : accessPackageAssi - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9386,9 +9882,9 @@ BODYPARAMETER : accessPackageAssi - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9483,18 +9979,18 @@ BODYPARAMETER : accessPackageAssi - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9502,7 +9998,7 @@ BODYPARAMETER : accessPackageAssi - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9511,7 +10007,7 @@ BODYPARAMETER : accessPackageAssi - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10542,10 +11038,55 @@ BODYPARAMETER : accessPackageAssi - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -10583,7 +11124,7 @@ BODYPARAMETER : accessPackageAssi - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10801,45 +11342,6 @@ BODYPARAMETER : accessPackageAssi - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -11866,7 +12368,7 @@ BODYPARAMETER : accessPackageAssi - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -11903,6 +12405,7 @@ BODYPARAMETER : accessPackageAssi - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -12318,6 +12821,247 @@ BODYPARAMETER : accessPackageAssi - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageCatalog.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageCatalog.md index caf35cb69eb..5436c0f31db 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageCatalog.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgEntitlementManagementAccessPackageCatalog.md @@ -1046,10 +1046,10 @@ ACCESSPACKAGES : The access packages in this cat - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -1058,9 +1058,9 @@ ACCESSPACKAGES : The access packages in this cat - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1155,18 +1155,18 @@ ACCESSPACKAGES : The access packages in this cat - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -1174,7 +1174,7 @@ ACCESSPACKAGES : The access packages in this cat - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -1183,7 +1183,7 @@ ACCESSPACKAGES : The access packages in this cat - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2214,10 +2214,55 @@ ACCESSPACKAGES : The access packages in this cat - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -2255,7 +2300,7 @@ ACCESSPACKAGES : The access packages in this cat - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2473,45 +2518,6 @@ ACCESSPACKAGES : The access packages in this cat - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3538,7 +3544,7 @@ ACCESSPACKAGES : The access packages in this cat - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3575,6 +3581,7 @@ ACCESSPACKAGES : The access packages in this cat - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3990,6 +3997,247 @@ ACCESSPACKAGES : The access packages in this cat - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -5170,10 +5418,10 @@ BODYPARAMETER : accessPackageCatalog - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5182,9 +5430,9 @@ BODYPARAMETER : accessPackageCatalog - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5279,18 +5527,18 @@ BODYPARAMETER : accessPackageCatalog - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -5298,7 +5546,7 @@ BODYPARAMETER : accessPackageCatalog - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -5307,7 +5555,7 @@ BODYPARAMETER : accessPackageCatalog - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6338,10 +6586,55 @@ BODYPARAMETER : accessPackageCatalog - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -6379,7 +6672,7 @@ BODYPARAMETER : accessPackageCatalog - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6597,45 +6890,6 @@ BODYPARAMETER : accessPackageCatalog - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -7662,7 +7916,7 @@ BODYPARAMETER : accessPackageCatalog - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7699,6 +7953,7 @@ BODYPARAMETER : accessPackageCatalog - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -8114,6 +8369,247 @@ BODYPARAMETER : accessPackageCatalog - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgPrivilegedAccess.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgPrivilegedAccess.md index 74b547b281e..ba6334db8a6 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgPrivilegedAccess.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgPrivilegedAccess.md @@ -279,11 +279,11 @@ BODYPARAMETER : privilegedAccess - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -366,11 +366,11 @@ RESOURCES : A collection of resources for t - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -476,11 +476,11 @@ ROLEASSIGNMENTREQUESTS : A col - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[SubjectId ]`: Required. The unique identifier of the principal or subject that the role assignment request is associated with. Principals can be users, groups, or service principals. - `[Type ]`: Required. Representing the type of the operation on the role assignment. The possible values are: AdminAdd , UserAdd , AdminUpdate , AdminRemove , UserRemove , UserExtend , AdminExtend , UserRenew , AdminRenew. @@ -542,11 +542,11 @@ ROLEASSIGNMENTS : A collection of rol - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -599,11 +599,11 @@ ROLEDEFINITIONS : A collection of rol - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -694,11 +694,11 @@ ROLESETTINGS : A collection of role sett - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgPrivilegedAccessResource.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgPrivilegedAccessResource.md index 8227620b965..dae4fc7c5be 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgPrivilegedAccessResource.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgPrivilegedAccessResource.md @@ -410,11 +410,11 @@ BODYPARAMETER : governanceResource - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -550,11 +550,11 @@ PARENT : governanceResource - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -660,11 +660,11 @@ ROLEASSIGNMENTREQUESTS : The c - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[SubjectId ]`: Required. The unique identifier of the principal or subject that the role assignment request is associated with. Principals can be users, groups, or service principals. - `[Type ]`: Required. Representing the type of the operation on the role assignment. The possible values are: AdminAdd , UserAdd , AdminUpdate , AdminRemove , UserRemove , UserExtend , AdminExtend , UserRenew , AdminRenew. @@ -726,11 +726,11 @@ ROLEASSIGNMENTS : The collection of r - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -783,11 +783,11 @@ ROLEDEFINITIONS : The collection of r - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -878,11 +878,11 @@ ROLESETTINGS : The collection of role se - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgPrivilegedAccessRoleAssignment.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgPrivilegedAccessRoleAssignment.md index 85e8bc425b2..83cf4f773f7 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgPrivilegedAccessRoleAssignment.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgPrivilegedAccessRoleAssignment.md @@ -467,11 +467,11 @@ BODYPARAMETER : governanceRoleAssignmen - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -608,11 +608,11 @@ LINKEDELIGIBLEROLEASSIGNMENT : governan - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -684,11 +684,11 @@ RESOURCE : governanceResource - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -750,11 +750,11 @@ ROLEDEFINITION : governanceRoleDefiniti - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgPrivilegedAccessRoleAssignmentRequest.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgPrivilegedAccessRoleAssignmentRequest.md index 2deea13b69a..a9aeab756cc 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgPrivilegedAccessRoleAssignmentRequest.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgPrivilegedAccessRoleAssignmentRequest.md @@ -474,11 +474,11 @@ BODYPARAMETER : governanceRoleAs - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[SubjectId ]`: Required. The unique identifier of the principal or subject that the role assignment request is associated with. Principals can be users, groups, or service principals. - `[Type ]`: Required. Representing the type of the operation on the role assignment. The possible values are: AdminAdd , UserAdd , AdminUpdate , AdminRemove , UserRemove , UserExtend , AdminExtend , UserRenew , AdminRenew. @@ -588,11 +588,11 @@ RESOURCE : governanceResource - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -654,11 +654,11 @@ ROLEDEFINITION : governanceRoleDefiniti - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -715,11 +715,11 @@ SCHEDULE : governanceSchedule STATUS : governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. SUBJECT : governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgPrivilegedAccessRoleDefinition.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgPrivilegedAccessRoleDefinition.md index be1cf035378..ed7ba87ff98 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgPrivilegedAccessRoleDefinition.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgPrivilegedAccessRoleDefinition.md @@ -302,11 +302,11 @@ BODYPARAMETER : governanceRoleDefinitio - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -459,11 +459,11 @@ RESOURCE : governanceResource - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -538,11 +538,11 @@ ROLESETTING : governanceRoleSetting - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgPrivilegedAccessRoleSetting.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgPrivilegedAccessRoleSetting.md index 51be7244fc8..bc136572168 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgPrivilegedAccessRoleSetting.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/New-MgPrivilegedAccessRoleSetting.md @@ -414,11 +414,11 @@ BODYPARAMETER : governanceRoleSetting - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -559,11 +559,11 @@ RESOURCE : governanceResource - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -625,11 +625,11 @@ ROLEDEFINITION : governanceRoleDefiniti - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Select-MgEntitlementManagementAccessPackage.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Select-MgEntitlementManagementAccessPackage.md index 96248d5f041..a1671ec3540 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Select-MgEntitlementManagementAccessPackage.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Select-MgEntitlementManagementAccessPackage.md @@ -556,10 +556,10 @@ ACCESSPACKAGE : - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -568,9 +568,9 @@ ACCESSPACKAGE : - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -665,18 +665,18 @@ ACCESSPACKAGE : - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -684,7 +684,7 @@ ACCESSPACKAGE : - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -693,7 +693,7 @@ ACCESSPACKAGE : - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1724,10 +1724,55 @@ ACCESSPACKAGE : - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -1765,7 +1810,7 @@ ACCESSPACKAGE : - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1983,45 +2028,6 @@ ACCESSPACKAGE : - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3048,7 +3054,7 @@ ACCESSPACKAGE : - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3085,6 +3091,7 @@ ACCESSPACKAGE : - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3500,6 +3507,247 @@ ACCESSPACKAGE : - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Select-MgEntitlementManagementAccessPackageAssignmentPolicy.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Select-MgEntitlementManagementAccessPackageAssignmentPolicy.md index 019c33fc0bf..ba9be9adb45 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Select-MgEntitlementManagementAccessPackageAssignmentPolicy.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Select-MgEntitlementManagementAccessPackageAssignmentPolicy.md @@ -612,10 +612,10 @@ POLICY : - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -624,9 +624,9 @@ POLICY : - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -721,18 +721,18 @@ POLICY : - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -740,7 +740,7 @@ POLICY : - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -749,7 +749,7 @@ POLICY : - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1780,10 +1780,55 @@ POLICY : - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -1821,7 +1866,7 @@ POLICY : - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2039,45 +2084,6 @@ POLICY : - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3104,7 +3110,7 @@ POLICY : - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3141,6 +3147,7 @@ POLICY : - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3556,6 +3563,247 @@ POLICY : - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackage.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackage.md index 6b78354c63c..5848aae4f1c 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackage.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackage.md @@ -910,10 +910,10 @@ ACCESSPACKAGEASSIGNMENTPOLICIES - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -922,9 +922,9 @@ ACCESSPACKAGEASSIGNMENTPOLICIES - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1019,18 +1019,18 @@ ACCESSPACKAGEASSIGNMENTPOLICIES - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -1038,7 +1038,7 @@ ACCESSPACKAGEASSIGNMENTPOLICIES - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -1047,7 +1047,7 @@ ACCESSPACKAGEASSIGNMENTPOLICIES - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2078,10 +2078,55 @@ ACCESSPACKAGEASSIGNMENTPOLICIES - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -2119,7 +2164,7 @@ ACCESSPACKAGEASSIGNMENTPOLICIES - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2337,45 +2382,6 @@ ACCESSPACKAGEASSIGNMENTPOLICIES - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3402,7 +3408,7 @@ ACCESSPACKAGEASSIGNMENTPOLICIES - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3439,6 +3445,7 @@ ACCESSPACKAGEASSIGNMENTPOLICIES - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3854,6 +3861,247 @@ ACCESSPACKAGEASSIGNMENTPOLICIES - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -5090,10 +5338,10 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5102,9 +5350,9 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5199,18 +5447,18 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -5218,7 +5466,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -5227,7 +5475,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6258,10 +6506,55 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -6299,7 +6592,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6517,45 +6810,6 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -7582,7 +7836,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7619,6 +7873,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -8034,6 +8289,247 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -9296,10 +9792,10 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9308,9 +9804,9 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9405,18 +9901,18 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9424,7 +9920,7 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9433,7 +9929,7 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10464,10 +10960,55 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -10505,7 +11046,7 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10723,45 +11264,6 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -11788,7 +12290,7 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -11825,6 +12327,7 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -12240,6 +12743,247 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -13430,10 +14174,10 @@ BODYPARAMETER : accessPackage - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13442,9 +14186,9 @@ BODYPARAMETER : accessPackage - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13539,18 +14283,18 @@ BODYPARAMETER : accessPackage - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -13558,7 +14302,7 @@ BODYPARAMETER : accessPackage - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -13567,7 +14311,7 @@ BODYPARAMETER : accessPackage - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -14598,10 +15342,55 @@ BODYPARAMETER : accessPackage - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -14639,7 +15428,7 @@ BODYPARAMETER : accessPackage - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -14857,45 +15646,6 @@ BODYPARAMETER : accessPackage - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -15922,7 +16672,7 @@ BODYPARAMETER : accessPackage - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -15959,6 +16709,7 @@ BODYPARAMETER : accessPackage - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -16374,6 +17125,247 @@ BODYPARAMETER : accessPackage - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -17563,10 +18555,10 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -17575,9 +18567,9 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -17672,18 +18664,18 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -17691,7 +18683,7 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -17700,7 +18692,7 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -18731,10 +19723,55 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -18772,7 +19809,7 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -18990,45 +20027,6 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -20055,7 +21053,7 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -20092,6 +21090,7 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -20507,6 +21506,247 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -21538,10 +22778,10 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -21550,9 +22790,9 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -21647,18 +22887,18 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -21666,7 +22906,7 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -21675,7 +22915,7 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -22706,10 +23946,55 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -22747,7 +24032,7 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -22965,45 +24250,6 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -24030,7 +25276,7 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -24067,6 +25313,7 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -24482,6 +25729,247 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageAssignment.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageAssignment.md index 2acfcf56964..87c4ff96d15 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageAssignment.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageAssignment.md @@ -967,10 +967,10 @@ ACCESSPACKAGE : accessPackage - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -979,9 +979,9 @@ ACCESSPACKAGE : accessPackage - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1076,18 +1076,18 @@ ACCESSPACKAGE : accessPackage - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -1095,7 +1095,7 @@ ACCESSPACKAGE : accessPackage - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -1104,7 +1104,7 @@ ACCESSPACKAGE : accessPackage - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2135,10 +2135,55 @@ ACCESSPACKAGE : accessPackage - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -2176,7 +2221,7 @@ ACCESSPACKAGE : accessPackage - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2394,45 +2439,6 @@ ACCESSPACKAGE : accessPackage - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3459,7 +3465,7 @@ ACCESSPACKAGE : accessPackage - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3496,6 +3502,7 @@ ACCESSPACKAGE : accessPackage - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3911,6 +3918,247 @@ ACCESSPACKAGE : accessPackage - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -5046,10 +5294,10 @@ ACCESSPACKAGEASSIGNMENTPOLICY : ac - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5058,9 +5306,9 @@ ACCESSPACKAGEASSIGNMENTPOLICY : ac - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5155,18 +5403,18 @@ ACCESSPACKAGEASSIGNMENTPOLICY : ac - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -5174,7 +5422,7 @@ ACCESSPACKAGEASSIGNMENTPOLICY : ac - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -5183,7 +5431,7 @@ ACCESSPACKAGEASSIGNMENTPOLICY : ac - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6214,10 +6462,55 @@ ACCESSPACKAGEASSIGNMENTPOLICY : ac - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -6255,7 +6548,7 @@ ACCESSPACKAGEASSIGNMENTPOLICY : ac - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6473,45 +6766,6 @@ ACCESSPACKAGEASSIGNMENTPOLICY : ac - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -7538,7 +7792,7 @@ ACCESSPACKAGEASSIGNMENTPOLICY : ac - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7575,6 +7829,7 @@ ACCESSPACKAGEASSIGNMENTPOLICY : ac - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7990,6 +8245,247 @@ ACCESSPACKAGEASSIGNMENTPOLICY : ac - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -9238,10 +9734,10 @@ ACCESSPACKAGEASSIGNMENTREQUESTS ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9250,9 +9746,9 @@ ACCESSPACKAGEASSIGNMENTREQUESTS ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9347,18 +9843,18 @@ ACCESSPACKAGEASSIGNMENTREQUESTS ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9366,7 +9862,7 @@ ACCESSPACKAGEASSIGNMENTREQUESTS ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9375,7 +9871,7 @@ ACCESSPACKAGEASSIGNMENTREQUESTS ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10406,10 +10902,55 @@ ACCESSPACKAGEASSIGNMENTREQUESTS ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -10447,7 +10988,7 @@ ACCESSPACKAGEASSIGNMENTREQUESTS ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10665,45 +11206,6 @@ ACCESSPACKAGEASSIGNMENTREQUESTS ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -11730,7 +12232,7 @@ ACCESSPACKAGEASSIGNMENTREQUESTS ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -11767,6 +12269,7 @@ ACCESSPACKAGEASSIGNMENTREQUESTS ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -12182,6 +12685,247 @@ ACCESSPACKAGEASSIGNMENTREQUESTS ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -13450,10 +14194,10 @@ ACCESSPACKAGEASSIGNMENTRESOURCEROLES ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13462,9 +14206,9 @@ ACCESSPACKAGEASSIGNMENTRESOURCEROLES ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13559,18 +14303,18 @@ ACCESSPACKAGEASSIGNMENTRESOURCEROLES ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -13578,7 +14322,7 @@ ACCESSPACKAGEASSIGNMENTRESOURCEROLES ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -13587,7 +14331,7 @@ ACCESSPACKAGEASSIGNMENTRESOURCEROLES ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -14618,10 +15362,55 @@ ACCESSPACKAGEASSIGNMENTRESOURCEROLES ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -14659,7 +15448,7 @@ ACCESSPACKAGEASSIGNMENTRESOURCEROLES ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -14877,45 +15666,6 @@ ACCESSPACKAGEASSIGNMENTRESOURCEROLES ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -15942,7 +16692,7 @@ ACCESSPACKAGEASSIGNMENTRESOURCEROLES ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -15979,6 +16729,7 @@ ACCESSPACKAGEASSIGNMENTRESOURCEROLES ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -16394,6 +17145,247 @@ ACCESSPACKAGEASSIGNMENTRESOURCEROLES ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -17658,10 +18650,10 @@ BODYPARAMETER : accessPackageAssignment - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -17670,9 +18662,9 @@ BODYPARAMETER : accessPackageAssignment - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -17767,18 +18759,18 @@ BODYPARAMETER : accessPackageAssignment - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -17786,7 +18778,7 @@ BODYPARAMETER : accessPackageAssignment - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -17795,7 +18787,7 @@ BODYPARAMETER : accessPackageAssignment - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -18826,10 +19818,55 @@ BODYPARAMETER : accessPackageAssignment - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -18867,7 +19904,7 @@ BODYPARAMETER : accessPackageAssignment - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -19085,45 +20122,6 @@ BODYPARAMETER : accessPackageAssignment - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -20150,7 +21148,7 @@ BODYPARAMETER : accessPackageAssignment - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -20187,6 +21185,7 @@ BODYPARAMETER : accessPackageAssignment - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -20602,6 +21601,247 @@ BODYPARAMETER : accessPackageAssignment - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageAssignmentPolicy.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageAssignmentPolicy.md index 4e7d9e0bf73..3d69764d0fa 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageAssignmentPolicy.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageAssignmentPolicy.md @@ -994,10 +994,10 @@ ACCESSPACKAGE : accessPackage - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -1006,9 +1006,9 @@ ACCESSPACKAGE : accessPackage - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1103,18 +1103,18 @@ ACCESSPACKAGE : accessPackage - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -1122,7 +1122,7 @@ ACCESSPACKAGE : accessPackage - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -1131,7 +1131,7 @@ ACCESSPACKAGE : accessPackage - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2162,10 +2162,55 @@ ACCESSPACKAGE : accessPackage - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -2203,7 +2248,7 @@ ACCESSPACKAGE : accessPackage - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2421,45 +2466,6 @@ ACCESSPACKAGE : accessPackage - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3486,7 +3492,7 @@ ACCESSPACKAGE : accessPackage - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3523,6 +3529,7 @@ ACCESSPACKAGE : accessPackage - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3938,6 +3945,247 @@ ACCESSPACKAGE : accessPackage - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -5118,10 +5366,10 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5130,9 +5378,9 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5227,18 +5475,18 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -5246,7 +5494,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -5255,7 +5503,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6286,10 +6534,55 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -6327,7 +6620,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6545,45 +6838,6 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -7610,7 +7864,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7647,6 +7901,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -8062,6 +8317,247 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -9220,10 +9716,10 @@ BODYPARAMETER : accessPackageAssig - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9232,9 +9728,9 @@ BODYPARAMETER : accessPackageAssig - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9329,18 +9825,18 @@ BODYPARAMETER : accessPackageAssig - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9348,7 +9844,7 @@ BODYPARAMETER : accessPackageAssig - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9357,7 +9853,7 @@ BODYPARAMETER : accessPackageAssig - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10388,10 +10884,55 @@ BODYPARAMETER : accessPackageAssig - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -10429,7 +10970,7 @@ BODYPARAMETER : accessPackageAssig - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10647,45 +11188,6 @@ BODYPARAMETER : accessPackageAssig - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -11712,7 +12214,7 @@ BODYPARAMETER : accessPackageAssig - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -11749,6 +12251,7 @@ BODYPARAMETER : accessPackageAssig - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -12164,6 +12667,247 @@ BODYPARAMETER : accessPackageAssig - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageAssignmentRequest.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageAssignmentRequest.md index f7005a46d7c..56daa96e80c 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageAssignmentRequest.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageAssignmentRequest.md @@ -965,10 +965,10 @@ ACCESSPACKAGE : accessPackage - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -977,9 +977,9 @@ ACCESSPACKAGE : accessPackage - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1074,18 +1074,18 @@ ACCESSPACKAGE : accessPackage - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -1093,7 +1093,7 @@ ACCESSPACKAGE : accessPackage - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -1102,7 +1102,7 @@ ACCESSPACKAGE : accessPackage - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2133,10 +2133,55 @@ ACCESSPACKAGE : accessPackage - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -2174,7 +2219,7 @@ ACCESSPACKAGE : accessPackage - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2392,45 +2437,6 @@ ACCESSPACKAGE : accessPackage - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3457,7 +3463,7 @@ ACCESSPACKAGE : accessPackage - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3494,6 +3500,7 @@ ACCESSPACKAGE : accessPackage - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3909,6 +3916,247 @@ ACCESSPACKAGE : accessPackage - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -5102,10 +5350,10 @@ ACCESSPACKAGEASSIGNMENT : accessPackageA - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5114,9 +5362,9 @@ ACCESSPACKAGEASSIGNMENT : accessPackageA - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5211,18 +5459,18 @@ ACCESSPACKAGEASSIGNMENT : accessPackageA - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -5230,7 +5478,7 @@ ACCESSPACKAGEASSIGNMENT : accessPackageA - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -5239,7 +5487,7 @@ ACCESSPACKAGEASSIGNMENT : accessPackageA - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6270,10 +6518,55 @@ ACCESSPACKAGEASSIGNMENT : accessPackageA - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -6311,7 +6604,7 @@ ACCESSPACKAGEASSIGNMENT : accessPackageA - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6529,45 +6822,6 @@ ACCESSPACKAGEASSIGNMENT : accessPackageA - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -7594,7 +7848,7 @@ ACCESSPACKAGEASSIGNMENT : accessPackageA - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7631,6 +7885,7 @@ ACCESSPACKAGEASSIGNMENT : accessPackageA - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -8046,6 +8301,247 @@ ACCESSPACKAGEASSIGNMENT : accessPackageA - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -9327,10 +9823,10 @@ BODYPARAMETER : accessPackageAssi - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9339,9 +9835,9 @@ BODYPARAMETER : accessPackageAssi - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9436,18 +9932,18 @@ BODYPARAMETER : accessPackageAssi - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9455,7 +9951,7 @@ BODYPARAMETER : accessPackageAssi - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9464,7 +9960,7 @@ BODYPARAMETER : accessPackageAssi - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10495,10 +10991,55 @@ BODYPARAMETER : accessPackageAssi - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -10536,7 +11077,7 @@ BODYPARAMETER : accessPackageAssi - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10754,45 +11295,6 @@ BODYPARAMETER : accessPackageAssi - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -11819,7 +12321,7 @@ BODYPARAMETER : accessPackageAssi - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -11856,6 +12358,7 @@ BODYPARAMETER : accessPackageAssi - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -12271,6 +12774,247 @@ BODYPARAMETER : accessPackageAssi - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageCatalog.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageCatalog.md index 6b0eb448cac..57eb38b9215 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageCatalog.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageCatalog.md @@ -1113,10 +1113,10 @@ ACCESSPACKAGES : The access packages in this cat - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -1125,9 +1125,9 @@ ACCESSPACKAGES : The access packages in this cat - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -1222,18 +1222,18 @@ ACCESSPACKAGES : The access packages in this cat - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -1241,7 +1241,7 @@ ACCESSPACKAGES : The access packages in this cat - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -1250,7 +1250,7 @@ ACCESSPACKAGES : The access packages in this cat - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2281,10 +2281,55 @@ ACCESSPACKAGES : The access packages in this cat - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -2322,7 +2367,7 @@ ACCESSPACKAGES : The access packages in this cat - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2540,45 +2585,6 @@ ACCESSPACKAGES : The access packages in this cat - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3605,7 +3611,7 @@ ACCESSPACKAGES : The access packages in this cat - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3642,6 +3648,7 @@ ACCESSPACKAGES : The access packages in this cat - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -4057,6 +4064,247 @@ ACCESSPACKAGES : The access packages in this cat - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -5237,10 +5485,10 @@ BODYPARAMETER : accessPackageCatalog - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5249,9 +5497,9 @@ BODYPARAMETER : accessPackageCatalog - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5346,18 +5594,18 @@ BODYPARAMETER : accessPackageCatalog - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -5365,7 +5613,7 @@ BODYPARAMETER : accessPackageCatalog - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -5374,7 +5622,7 @@ BODYPARAMETER : accessPackageCatalog - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6405,10 +6653,55 @@ BODYPARAMETER : accessPackageCatalog - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: relationType + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: termGroupScope + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -6446,7 +6739,7 @@ BODYPARAMETER : accessPackageCatalog - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6664,45 +6957,6 @@ BODYPARAMETER : accessPackageCatalog - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: termGroupScope - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: relationType - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -7729,7 +7983,7 @@ BODYPARAMETER : accessPackageCatalog - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7766,6 +8020,7 @@ BODYPARAMETER : accessPackageCatalog - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -8181,6 +8436,247 @@ BODYPARAMETER : accessPackageCatalog - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgPrivilegedAccess.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgPrivilegedAccess.md index d05f1c1d540..b9cdb65152e 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgPrivilegedAccess.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgPrivilegedAccess.md @@ -345,11 +345,11 @@ BODYPARAMETER : privilegedAccess - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -488,11 +488,11 @@ RESOURCES : A collection of resources for t - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -598,11 +598,11 @@ ROLEASSIGNMENTREQUESTS : A col - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[SubjectId ]`: Required. The unique identifier of the principal or subject that the role assignment request is associated with. Principals can be users, groups, or service principals. - `[Type ]`: Required. Representing the type of the operation on the role assignment. The possible values are: AdminAdd , UserAdd , AdminUpdate , AdminRemove , UserRemove , UserExtend , AdminExtend , UserRenew , AdminRenew. @@ -664,11 +664,11 @@ ROLEASSIGNMENTS : A collection of rol - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -721,11 +721,11 @@ ROLEDEFINITIONS : A collection of rol - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -816,11 +816,11 @@ ROLESETTINGS : A collection of role sett - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgPrivilegedAccessResource.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgPrivilegedAccessResource.md index f0e8ad89696..792f3c14c1b 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgPrivilegedAccessResource.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgPrivilegedAccessResource.md @@ -440,11 +440,11 @@ BODYPARAMETER : governanceResource - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -580,11 +580,11 @@ PARENT : governanceResource - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -690,11 +690,11 @@ ROLEASSIGNMENTREQUESTS : The c - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[SubjectId ]`: Required. The unique identifier of the principal or subject that the role assignment request is associated with. Principals can be users, groups, or service principals. - `[Type ]`: Required. Representing the type of the operation on the role assignment. The possible values are: AdminAdd , UserAdd , AdminUpdate , AdminRemove , UserRemove , UserExtend , AdminExtend , UserRenew , AdminRenew. @@ -756,11 +756,11 @@ ROLEASSIGNMENTS : The collection of r - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -813,11 +813,11 @@ ROLEDEFINITIONS : The collection of r - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -908,11 +908,11 @@ ROLESETTINGS : The collection of role se - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgPrivilegedAccessRoleAssignment.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgPrivilegedAccessRoleAssignment.md index 645a5517e1e..693ca01fb34 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgPrivilegedAccessRoleAssignment.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgPrivilegedAccessRoleAssignment.md @@ -500,11 +500,11 @@ BODYPARAMETER : governanceRoleAssignmen - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -641,11 +641,11 @@ LINKEDELIGIBLEROLEASSIGNMENT : governan - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -717,11 +717,11 @@ RESOURCE : governanceResource - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -783,11 +783,11 @@ ROLEDEFINITION : governanceRoleDefiniti - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgPrivilegedAccessRoleAssignmentRequest.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgPrivilegedAccessRoleAssignmentRequest.md index 639bd2eac77..72f26773083 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgPrivilegedAccessRoleAssignmentRequest.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgPrivilegedAccessRoleAssignmentRequest.md @@ -507,11 +507,11 @@ BODYPARAMETER : governanceRoleAs - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[SubjectId ]`: Required. The unique identifier of the principal or subject that the role assignment request is associated with. Principals can be users, groups, or service principals. - `[Type ]`: Required. Representing the type of the operation on the role assignment. The possible values are: AdminAdd , UserAdd , AdminUpdate , AdminRemove , UserRemove , UserExtend , AdminExtend , UserRenew , AdminRenew. @@ -621,11 +621,11 @@ RESOURCE : governanceResource - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -687,11 +687,11 @@ ROLEDEFINITION : governanceRoleDefiniti - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -748,11 +748,11 @@ SCHEDULE : governanceSchedule STATUS : governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. SUBJECT : governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgPrivilegedAccessRoleDefinition.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgPrivilegedAccessRoleDefinition.md index 18dea7180b3..297a3a3339b 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgPrivilegedAccessRoleDefinition.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgPrivilegedAccessRoleDefinition.md @@ -335,11 +335,11 @@ BODYPARAMETER : governanceRoleDefinitio - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -492,11 +492,11 @@ RESOURCE : governanceResource - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -571,11 +571,11 @@ ROLESETTING : governanceRoleSetting - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgPrivilegedAccessRoleSetting.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgPrivilegedAccessRoleSetting.md index dab279d54a8..e2ac71d91da 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgPrivilegedAccessRoleSetting.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgPrivilegedAccessRoleSetting.md @@ -446,11 +446,11 @@ BODYPARAMETER : governanceRoleSetting - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -591,11 +591,11 @@ RESOURCE : governanceResource - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -657,11 +657,11 @@ ROLEDEFINITION : governanceRoleDefiniti - `[Type ]`: The role assignment schedule type. Only Once is supported for now. - `[Status ]`: governanceRoleAssignmentRequestStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Status ]`: - - `[StatusDetails ]`: + - `[Status ]`: The status of the role assignment request. The value can be InProgress or Closed. + - `[StatusDetails ]`: The details of the status of the role assignment request. It represents the evaluation results of different rules. - `[Key ]`: Key for the key-value pair. - `[Value ]`: Value for the key-value pair. - - `[SubStatus ]`: + - `[SubStatus ]`: The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted. - `[Subject ]`: governanceSubject - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0/Microsoft.Graph.Identity.Governance.md b/src/Identity.Governance/Identity.Governance/docs/v1.0/Microsoft.Graph.Identity.Governance.md index e805ac95e78..aca9514a356 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0/Microsoft.Graph.Identity.Governance.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0/Microsoft.Graph.Identity.Governance.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Identity.Governance -Module Guid: b7b0bdf0-f7cc-4ed3-9961-aa19bd082d84 +Module Guid: 3562c685-ac24-4455-b8b2-9c5e76dfa3b7 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Get-MgPolicyRoleManagementPolicyEffectiveRule.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Get-MgPolicyRoleManagementPolicyEffectiveRule.md index f849316e519..8f7f43639a0 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Get-MgPolicyRoleManagementPolicyEffectiveRule.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Get-MgPolicyRoleManagementPolicyEffectiveRule.md @@ -8,10 +8,9 @@ schema: 2.0.0 # Get-MgPolicyRoleManagementPolicyEffectiveRule ## SYNOPSIS -The list of effective rules like approval rule, expiration rule, etc. -evaluated based on inherited referenced rules. -E.g. -If there is a tenant wide policy to enforce enabling approval rule, the effective rule will be to enable approval even if the polcy has a rule to disable approval. +Not implemented. +The list of effective rules like approval rules and expiration rules evaluated based on inherited referenced rules. +For example, if there is a tenant-wide policy to enforce enabling an approval rule, the effective rule will be to enable approval even if the policy has a rule to disable approval. ## SYNTAX @@ -36,10 +35,9 @@ Get-MgPolicyRoleManagementPolicyEffectiveRule -InputObject [-E ``` ## DESCRIPTION -The collection of rules like approval rule, expiration rule, etc. +The collection of rules like approval rules and expiration rules. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Get-MgUserAuthenticationEmailMethod.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Get-MgUserAuthenticationEmailMethod.md index 8cb9f7b75fb..beffc4a1e66 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Get-MgUserAuthenticationEmailMethod.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Get-MgUserAuthenticationEmailMethod.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-MgUserAuthenticationEmailMethod ## SYNOPSIS -Get emailMethods from users +Represents the email addresses registered to a user for authentication. ## SYNTAX @@ -32,7 +32,7 @@ Get-MgUserAuthenticationEmailMethod -InputObject [-Ex ``` ## DESCRIPTION -Get emailMethods from users +Represents the email addresses registered to a user for authentication. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Get-MgUserAuthenticationFido2Method.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Get-MgUserAuthenticationFido2Method.md index 51abbad112c..367975e7b3a 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Get-MgUserAuthenticationFido2Method.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Get-MgUserAuthenticationFido2Method.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-MgUserAuthenticationFido2Method ## SYNOPSIS -Get fido2Methods from users +Represents the FIDO2 security keys registered to a user for authentication. ## SYNTAX @@ -32,7 +32,7 @@ Get-MgUserAuthenticationFido2Method -InputObject [-Ex ``` ## DESCRIPTION -Get fido2Methods from users +Represents the FIDO2 security keys registered to a user for authentication. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Get-MgUserAuthenticationMethod.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Get-MgUserAuthenticationMethod.md index ba9de541728..3d0b4a86373 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Get-MgUserAuthenticationMethod.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Get-MgUserAuthenticationMethod.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-MgUserAuthenticationMethod ## SYNOPSIS -Get methods from users +Represents all authentication methods registered to a user. ## SYNTAX @@ -32,7 +32,7 @@ Get-MgUserAuthenticationMethod -InputObject [-ExpandP ``` ## DESCRIPTION -Get methods from users +Represents all authentication methods registered to a user. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Get-MgUserAuthenticationMicrosoftAuthenticatorMethod.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Get-MgUserAuthenticationMicrosoftAuthenticatorMethod.md index 1a3adaad331..0b47e02bfb7 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Get-MgUserAuthenticationMicrosoftAuthenticatorMethod.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Get-MgUserAuthenticationMicrosoftAuthenticatorMethod.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-MgUserAuthenticationMicrosoftAuthenticatorMethod ## SYNOPSIS -Get microsoftAuthenticatorMethods from users +The details of the Microsoft Authenticator app registered to a user for authentication. ## SYNTAX @@ -32,7 +32,7 @@ Get-MgUserAuthenticationMicrosoftAuthenticatorMethod -InputObject [ ``` ## DESCRIPTION -Get passwordMethods from users +Represents the details of the password authentication method registered to a user for authentication. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod.md index ee2a912cc92..10c82491622 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod ## SYNOPSIS -Get passwordlessMicrosoftAuthenticatorMethods from users +Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. ## SYNTAX @@ -33,7 +33,7 @@ Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod -InputObject [-Ex ``` ## DESCRIPTION -Get phoneMethods from users +Represents the phone registered to a user for authentication. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Get-MgUserAuthenticationTemporaryAccessPassMethod.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Get-MgUserAuthenticationTemporaryAccessPassMethod.md index 53a074025c0..2c3da995bee 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Get-MgUserAuthenticationTemporaryAccessPassMethod.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Get-MgUserAuthenticationTemporaryAccessPassMethod.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-MgUserAuthenticationTemporaryAccessPassMethod ## SYNOPSIS -Get temporaryAccessPassMethods from users +Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. ## SYNTAX @@ -32,7 +32,7 @@ Get-MgUserAuthenticationTemporaryAccessPassMethod -InputObject [-Ex ``` ## DESCRIPTION -Get windowsHelloForBusinessMethods from users +Represents the Windows Hello for Business authentication method registered to a user for authentication. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Microsoft.Graph.Identity.SignIns.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Microsoft.Graph.Identity.SignIns.md index 9234b9d9b89..273b5e5a088 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Microsoft.Graph.Identity.SignIns.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Microsoft.Graph.Identity.SignIns.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Identity.SignIns -Module Guid: bf525609-cca4-428e-85cb-b7f469f638df +Module Guid: cf73060f-79d8-4272-961c-dae18e24eb64 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins Help Version: 1.0.0.0 Locale: en-US @@ -181,13 +181,12 @@ The policy for the assignment. The policy for the assignment. ### [Get-MgPolicyRoleManagementPolicyEffectiveRule](Get-MgPolicyRoleManagementPolicyEffectiveRule.md) -The list of effective rules like approval rule, expiration rule, etc. -evaluated based on inherited referenced rules. -E.g. -If there is a tenant wide policy to enforce enabling approval rule, the effective rule will be to enable approval even if the polcy has a rule to disable approval. +Not implemented. +The list of effective rules like approval rules and expiration rules evaluated based on inherited referenced rules. +For example, if there is a tenant-wide policy to enforce enabling an approval rule, the effective rule will be to enable approval even if the policy has a rule to disable approval. ### [Get-MgPolicyRoleManagementPolicyRule](Get-MgPolicyRoleManagementPolicyRule.md) -The collection of rules like approval rule, expiration rule, etc. +The collection of rules like approval rules and expiration rules. ### [Get-MgPolicyServicePrincipalCreationPolicy](Get-MgPolicyServicePrincipalCreationPolicy.md) Get servicePrincipalCreationPolicies from policies @@ -229,16 +228,16 @@ Get policies from trustFramework Get media content for the navigation property policies from trustFramework ### [Get-MgUserAuthenticationEmailMethod](Get-MgUserAuthenticationEmailMethod.md) -Get emailMethods from users +Represents the email addresses registered to a user for authentication. ### [Get-MgUserAuthenticationFido2Method](Get-MgUserAuthenticationFido2Method.md) -Get fido2Methods from users +Represents the FIDO2 security keys registered to a user for authentication. ### [Get-MgUserAuthenticationMethod](Get-MgUserAuthenticationMethod.md) -Get methods from users +Represents all authentication methods registered to a user. ### [Get-MgUserAuthenticationMicrosoftAuthenticatorMethod](Get-MgUserAuthenticationMicrosoftAuthenticatorMethod.md) -Get microsoftAuthenticatorMethods from users +The details of the Microsoft Authenticator app registered to a user for authentication. ### [Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice](Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice.md) The registered device on which Microsoft Authenticator resides. @@ -248,25 +247,25 @@ This property is null if the device is not registered for passwordless Phone Sig Get operations from users ### [Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod](Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod.md) -Get passwordlessMicrosoftAuthenticatorMethods from users +Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. ### [Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice](Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice.md) Get device from users ### [Get-MgUserAuthenticationPasswordMethod](Get-MgUserAuthenticationPasswordMethod.md) -Get passwordMethods from users +Represents the details of the password authentication method registered to a user for authentication. ### [Get-MgUserAuthenticationPhoneMethod](Get-MgUserAuthenticationPhoneMethod.md) -Get phoneMethods from users +Represents the phone registered to a user for authentication. ### [Get-MgUserAuthenticationSoftwareOathMethod](Get-MgUserAuthenticationSoftwareOathMethod.md) Get softwareOathMethods from users ### [Get-MgUserAuthenticationTemporaryAccessPassMethod](Get-MgUserAuthenticationTemporaryAccessPassMethod.md) -Get temporaryAccessPassMethods from users +Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. ### [Get-MgUserAuthenticationWindowHello](Get-MgUserAuthenticationWindowHello.md) -Get windowsHelloForBusinessMethods from users +Represents the Windows Hello for Business authentication method registered to a user for authentication. ### [Get-MgUserAuthenticationWindowHelloForBusinessMethodDevice](Get-MgUserAuthenticationWindowHelloForBusinessMethodDevice.md) The registered device on which this Windows Hello for Business key resides. @@ -410,13 +409,12 @@ Represents the role management policies. Represents the role management policy assignments. ### [New-MgPolicyRoleManagementPolicyEffectiveRule](New-MgPolicyRoleManagementPolicyEffectiveRule.md) -The list of effective rules like approval rule, expiration rule, etc. -evaluated based on inherited referenced rules. -E.g. -If there is a tenant wide policy to enforce enabling approval rule, the effective rule will be to enable approval even if the polcy has a rule to disable approval. +Not implemented. +The list of effective rules like approval rules and expiration rules evaluated based on inherited referenced rules. +For example, if there is a tenant-wide policy to enforce enabling an approval rule, the effective rule will be to enable approval even if the policy has a rule to disable approval. ### [New-MgPolicyRoleManagementPolicyRule](New-MgPolicyRoleManagementPolicyRule.md) -The collection of rules like approval rule, expiration rule, etc. +The collection of rules like approval rules and expiration rules. ### [New-MgPolicyServicePrincipalCreationPolicy](New-MgPolicyServicePrincipalCreationPolicy.md) Create new navigation property to servicePrincipalCreationPolicies for policies @@ -452,34 +450,34 @@ Invoke action generateKey Create new navigation property to policies for trustFramework ### [New-MgUserAuthenticationEmailMethod](New-MgUserAuthenticationEmailMethod.md) -Create new navigation property to emailMethods for users +Represents the email addresses registered to a user for authentication. ### [New-MgUserAuthenticationFido2Method](New-MgUserAuthenticationFido2Method.md) -Create new navigation property to fido2Methods for users +Represents the FIDO2 security keys registered to a user for authentication. ### [New-MgUserAuthenticationMethod](New-MgUserAuthenticationMethod.md) -Create new navigation property to methods for users +Represents all authentication methods registered to a user. ### [New-MgUserAuthenticationMicrosoftAuthenticatorMethod](New-MgUserAuthenticationMicrosoftAuthenticatorMethod.md) -Create new navigation property to microsoftAuthenticatorMethods for users +The details of the Microsoft Authenticator app registered to a user for authentication. ### [New-MgUserAuthenticationOperation](New-MgUserAuthenticationOperation.md) Create new navigation property to operations for users ### [New-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod](New-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod.md) -Create new navigation property to passwordlessMicrosoftAuthenticatorMethods for users +Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. ### [New-MgUserAuthenticationPhoneMethod](New-MgUserAuthenticationPhoneMethod.md) -Create new navigation property to phoneMethods for users +Represents the phone registered to a user for authentication. ### [New-MgUserAuthenticationSoftwareOathMethod](New-MgUserAuthenticationSoftwareOathMethod.md) Create new navigation property to softwareOathMethods for users ### [New-MgUserAuthenticationTemporaryAccessPassMethod](New-MgUserAuthenticationTemporaryAccessPassMethod.md) -Create new navigation property to temporaryAccessPassMethods for users +Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. ### [New-MgUserAuthenticationWindowHello](New-MgUserAuthenticationWindowHello.md) -Create new navigation property to windowsHelloForBusinessMethods for users +Represents the Windows Hello for Business authentication method registered to a user for authentication. ### [Remove-MgDataPolicyOperation](Remove-MgDataPolicyOperation.md) Delete entity from dataPolicyOperations @@ -622,13 +620,12 @@ Represents the role management policy assignments. The policy for the assignment. ### [Remove-MgPolicyRoleManagementPolicyEffectiveRule](Remove-MgPolicyRoleManagementPolicyEffectiveRule.md) -The list of effective rules like approval rule, expiration rule, etc. -evaluated based on inherited referenced rules. -E.g. -If there is a tenant wide policy to enforce enabling approval rule, the effective rule will be to enable approval even if the polcy has a rule to disable approval. +Not implemented. +The list of effective rules like approval rules and expiration rules evaluated based on inherited referenced rules. +For example, if there is a tenant-wide policy to enforce enabling an approval rule, the effective rule will be to enable approval even if the policy has a rule to disable approval. ### [Remove-MgPolicyRoleManagementPolicyRule](Remove-MgPolicyRoleManagementPolicyRule.md) -The collection of rules like approval rule, expiration rule, etc. +The collection of rules like approval rules and expiration rules. ### [Remove-MgPolicyServicePrincipalCreationPolicy](Remove-MgPolicyServicePrincipalCreationPolicy.md) Delete navigation property servicePrincipalCreationPolicies for policies @@ -661,16 +658,16 @@ Delete navigation property keySets for trustFramework Delete navigation property policies for trustFramework ### [Remove-MgUserAuthenticationEmailMethod](Remove-MgUserAuthenticationEmailMethod.md) -Delete navigation property emailMethods for users +Represents the email addresses registered to a user for authentication. ### [Remove-MgUserAuthenticationFido2Method](Remove-MgUserAuthenticationFido2Method.md) -Delete navigation property fido2Methods for users +Represents the FIDO2 security keys registered to a user for authentication. ### [Remove-MgUserAuthenticationMethod](Remove-MgUserAuthenticationMethod.md) -Delete navigation property methods for users +Represents all authentication methods registered to a user. ### [Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod](Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod.md) -Delete navigation property microsoftAuthenticatorMethods for users +The details of the Microsoft Authenticator app registered to a user for authentication. ### [Remove-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice](Remove-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice.md) The registered device on which Microsoft Authenticator resides. @@ -680,25 +677,25 @@ This property is null if the device is not registered for passwordless Phone Sig Delete navigation property operations for users ### [Remove-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod](Remove-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod.md) -Delete navigation property passwordlessMicrosoftAuthenticatorMethods for users +Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. ### [Remove-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice](Remove-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice.md) Delete navigation property device for users ### [Remove-MgUserAuthenticationPasswordMethod](Remove-MgUserAuthenticationPasswordMethod.md) -Delete navigation property passwordMethods for users +Represents the details of the password authentication method registered to a user for authentication. ### [Remove-MgUserAuthenticationPhoneMethod](Remove-MgUserAuthenticationPhoneMethod.md) -Delete navigation property phoneMethods for users +Represents the phone registered to a user for authentication. ### [Remove-MgUserAuthenticationSoftwareOathMethod](Remove-MgUserAuthenticationSoftwareOathMethod.md) Delete navigation property softwareOathMethods for users ### [Remove-MgUserAuthenticationTemporaryAccessPassMethod](Remove-MgUserAuthenticationTemporaryAccessPassMethod.md) -Delete navigation property temporaryAccessPassMethods for users +Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. ### [Remove-MgUserAuthenticationWindowHello](Remove-MgUserAuthenticationWindowHello.md) -Delete navigation property windowsHelloForBusinessMethods for users +Represents the Windows Hello for Business authentication method registered to a user for authentication. ### [Remove-MgUserAuthenticationWindowHelloForBusinessMethodDevice](Remove-MgUserAuthenticationWindowHelloForBusinessMethodDevice.md) The registered device on which this Windows Hello for Business key resides. @@ -871,13 +868,12 @@ Represents the role management policies. Represents the role management policy assignments. ### [Update-MgPolicyRoleManagementPolicyEffectiveRule](Update-MgPolicyRoleManagementPolicyEffectiveRule.md) -The list of effective rules like approval rule, expiration rule, etc. -evaluated based on inherited referenced rules. -E.g. -If there is a tenant wide policy to enforce enabling approval rule, the effective rule will be to enable approval even if the polcy has a rule to disable approval. +Not implemented. +The list of effective rules like approval rules and expiration rules evaluated based on inherited referenced rules. +For example, if there is a tenant-wide policy to enforce enabling an approval rule, the effective rule will be to enable approval even if the policy has a rule to disable approval. ### [Update-MgPolicyRoleManagementPolicyRule](Update-MgPolicyRoleManagementPolicyRule.md) -The collection of rules like approval rule, expiration rule, etc. +The collection of rules like approval rules and expiration rules. ### [Update-MgPolicyServicePrincipalCreationPolicy](Update-MgPolicyServicePrincipalCreationPolicy.md) Update the navigation property servicePrincipalCreationPolicies in policies @@ -913,16 +909,16 @@ Update the navigation property keySets in trustFramework Update the navigation property policies in trustFramework ### [Update-MgUserAuthenticationEmailMethod](Update-MgUserAuthenticationEmailMethod.md) -Update the navigation property emailMethods in users +Represents the email addresses registered to a user for authentication. ### [Update-MgUserAuthenticationFido2Method](Update-MgUserAuthenticationFido2Method.md) -Update the navigation property fido2Methods in users +Represents the FIDO2 security keys registered to a user for authentication. ### [Update-MgUserAuthenticationMethod](Update-MgUserAuthenticationMethod.md) -Update the navigation property methods in users +Represents all authentication methods registered to a user. ### [Update-MgUserAuthenticationMicrosoftAuthenticatorMethod](Update-MgUserAuthenticationMicrosoftAuthenticatorMethod.md) -Update the navigation property microsoftAuthenticatorMethods in users +The details of the Microsoft Authenticator app registered to a user for authentication. ### [Update-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice](Update-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice.md) The registered device on which Microsoft Authenticator resides. @@ -932,22 +928,22 @@ This property is null if the device is not registered for passwordless Phone Sig Update the navigation property operations in users ### [Update-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod](Update-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod.md) -Update the navigation property passwordlessMicrosoftAuthenticatorMethods in users +Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. ### [Update-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice](Update-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice.md) Update the navigation property device in users ### [Update-MgUserAuthenticationPhoneMethod](Update-MgUserAuthenticationPhoneMethod.md) -Update the navigation property phoneMethods in users +Represents the phone registered to a user for authentication. ### [Update-MgUserAuthenticationSoftwareOathMethod](Update-MgUserAuthenticationSoftwareOathMethod.md) Update the navigation property softwareOathMethods in users ### [Update-MgUserAuthenticationTemporaryAccessPassMethod](Update-MgUserAuthenticationTemporaryAccessPassMethod.md) -Update the navigation property temporaryAccessPassMethods in users +Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. ### [Update-MgUserAuthenticationWindowHello](Update-MgUserAuthenticationWindowHello.md) -Update the navigation property windowsHelloForBusinessMethods in users +Represents the Windows Hello for Business authentication method registered to a user for authentication. ### [Update-MgUserAuthenticationWindowHelloForBusinessMethodDevice](Update-MgUserAuthenticationWindowHelloForBusinessMethodDevice.md) The registered device on which this Windows Hello for Business key resides. diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgIdentityConditionalAccessPolicy.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgIdentityConditionalAccessPolicy.md index 250c748dcc2..82edc0fef49 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgIdentityConditionalAccessPolicy.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgIdentityConditionalAccessPolicy.md @@ -299,8 +299,8 @@ BODYPARAMETER : conditionalAccessPolicy - `[IncludeLocations ]`: Location IDs in scope of policy unless explicitly excluded, All, or AllTrusted. - `[Platforms ]`: conditionalAccessPlatforms - `[(Any) ]`: This indicates any property can be added to this object. - - `[ExcludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue. - - `[IncludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue. + - `[ExcludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue. + - `[IncludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue. - `[ServicePrincipalRiskLevels ]`: Service principal risk levels included in the policy. Possible values are: low, medium, high, none, unknownFutureValue. - `[SignInRiskLevels ]`: Sign-in risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. - `[UserRiskLevels ]`: User risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. @@ -379,8 +379,8 @@ CONDITIONS : conditionalAccessCond - `[IncludeLocations ]`: Location IDs in scope of policy unless explicitly excluded, All, or AllTrusted. - `[Platforms ]`: conditionalAccessPlatforms - `[(Any) ]`: This indicates any property can be added to this object. - - `[ExcludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue. - - `[IncludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue. + - `[ExcludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue. + - `[IncludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue. - `[ServicePrincipalRiskLevels ]`: Service principal risk levels included in the policy. Possible values are: low, medium, high, none, unknownFutureValue. - `[SignInRiskLevels ]`: Sign-in risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. - `[UserRiskLevels ]`: User risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgInvitation.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgInvitation.md index ccb0ce303b6..626014c3e47 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgInvitation.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgInvitation.md @@ -429,10 +429,10 @@ BODYPARAMETER : invitation - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -441,9 +441,9 @@ BODYPARAMETER : invitation - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -541,18 +541,18 @@ BODYPARAMETER : invitation - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -560,7 +560,7 @@ BODYPARAMETER : invitation - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -569,7 +569,7 @@ BODYPARAMETER : invitation - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1168,7 +1168,7 @@ BODYPARAMETER : invitation - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[AllTime ]`: itemActivityStat + - `[AllTime ]`: itemActivityStat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Access ]`: itemActionStat @@ -1193,8 +1193,8 @@ BODYPARAMETER : invitation - `[IsTrending ]`: Indicates whether the item is 'trending.' Read-only. - `[Move ]`: itemActionStat - `[StartDateTime ]`: When the interval starts. Read-only. - - `[ItemActivityStats ]`: - - `[LastSevenDays ]`: itemActivityStat + - `[ItemActivityStats ]`: + - `[LastSevenDays ]`: itemActivityStat - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -1252,7 +1252,7 @@ BODYPARAMETER : invitation - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1409,7 +1409,7 @@ BODYPARAMETER : invitation - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -1447,7 +1447,7 @@ BODYPARAMETER : invitation - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -1676,7 +1676,7 @@ BODYPARAMETER : invitation - `[Status ]`: workbookOperationStatus - `[Tables ]`: Represents a collection of tables associated with the workbook. Read-only. - `[Worksheets ]`: Represents a collection of worksheets associated with the workbook. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Times ]`: itemActivityTimeSet - `[(Any) ]`: This indicates any property can be added to this object. - `[LastRecordedDateTime ]`: @@ -1765,10 +1765,55 @@ BODYPARAMETER : invitation - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -1806,7 +1851,7 @@ BODYPARAMETER : invitation - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1825,7 +1870,7 @@ BODYPARAMETER : invitation - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -1857,7 +1902,7 @@ BODYPARAMETER : invitation - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[System ]`: systemFacet - `[(Any) ]`: This indicates any property can be added to this object. - `[Owner ]`: identitySet @@ -2053,45 +2098,6 @@ BODYPARAMETER : invitation - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3385,7 +3391,7 @@ BODYPARAMETER : invitation - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3410,7 +3416,7 @@ BODYPARAMETER : invitation - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -3418,6 +3424,7 @@ BODYPARAMETER : invitation - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3473,13 +3480,13 @@ BODYPARAMETER : invitation - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -3724,6 +3731,247 @@ BODYPARAMETER : invitation - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4413,10 +4661,10 @@ INVITEDUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4425,9 +4673,9 @@ INVITEDUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4525,18 +4773,18 @@ INVITEDUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4544,7 +4792,7 @@ INVITEDUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4553,7 +4801,7 @@ INVITEDUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5152,7 +5400,7 @@ INVITEDUSER : user - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[AllTime ]`: itemActivityStat + - `[AllTime ]`: itemActivityStat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Access ]`: itemActionStat @@ -5177,8 +5425,8 @@ INVITEDUSER : user - `[IsTrending ]`: Indicates whether the item is 'trending.' Read-only. - `[Move ]`: itemActionStat - `[StartDateTime ]`: When the interval starts. Read-only. - - `[ItemActivityStats ]`: - - `[LastSevenDays ]`: itemActivityStat + - `[ItemActivityStats ]`: + - `[LastSevenDays ]`: itemActivityStat - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -5236,7 +5484,7 @@ INVITEDUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -5393,7 +5641,7 @@ INVITEDUSER : user - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -5431,7 +5679,7 @@ INVITEDUSER : user - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -5660,7 +5908,7 @@ INVITEDUSER : user - `[Status ]`: workbookOperationStatus - `[Tables ]`: Represents a collection of tables associated with the workbook. Read-only. - `[Worksheets ]`: Represents a collection of worksheets associated with the workbook. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Times ]`: itemActivityTimeSet - `[(Any) ]`: This indicates any property can be added to this object. - `[LastRecordedDateTime ]`: @@ -5749,10 +5997,55 @@ INVITEDUSER : user - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -5790,7 +6083,7 @@ INVITEDUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5809,7 +6102,7 @@ INVITEDUSER : user - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -5841,7 +6134,7 @@ INVITEDUSER : user - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[System ]`: systemFacet - `[(Any) ]`: This indicates any property can be added to this object. - `[Owner ]`: identitySet @@ -6037,45 +6330,6 @@ INVITEDUSER : user - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -7369,7 +7623,7 @@ INVITEDUSER : user - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7394,7 +7648,7 @@ INVITEDUSER : user - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -7402,6 +7656,7 @@ INVITEDUSER : user - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7457,13 +7712,13 @@ INVITEDUSER : user - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -7708,6 +7963,247 @@ INVITEDUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgOauth2PermissionGrant.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgOauth2PermissionGrant.md index 8f5ae03e950..6079e9c8d7f 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgOauth2PermissionGrant.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgOauth2PermissionGrant.md @@ -168,7 +168,7 @@ Accept wildcard characters: False ### -Scope 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. +Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the oauth2PermissionScopes property of the resource service principal. ```yaml Type: System.String @@ -257,7 +257,7 @@ BODYPARAMETER : oAuth2PermissionGrant - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. ## RELATED LINKS diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgPolicyMobileAppManagementPolicy.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgPolicyMobileAppManagementPolicy.md index 19e171cfdbe..b87cb5da15e 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgPolicyMobileAppManagementPolicy.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgPolicyMobileAppManagementPolicy.md @@ -623,10 +623,10 @@ BODYPARAMETER : mobilityManagementPolic - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -635,9 +635,9 @@ BODYPARAMETER : mobilityManagementPolic - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -732,18 +732,18 @@ BODYPARAMETER : mobilityManagementPolic - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -751,7 +751,7 @@ BODYPARAMETER : mobilityManagementPolic - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -760,7 +760,7 @@ BODYPARAMETER : mobilityManagementPolic - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1161,7 +1161,7 @@ BODYPARAMETER : mobilityManagementPolic - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[AllTime ]`: itemActivityStat + - `[AllTime ]`: itemActivityStat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Access ]`: itemActionStat @@ -1226,7 +1226,7 @@ BODYPARAMETER : mobilityManagementPolic - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1324,7 +1324,7 @@ BODYPARAMETER : mobilityManagementPolic - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -1447,7 +1447,7 @@ BODYPARAMETER : mobilityManagementPolic - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -1485,7 +1485,7 @@ BODYPARAMETER : mobilityManagementPolic - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -1725,8 +1725,8 @@ BODYPARAMETER : mobilityManagementPolic - `[IsTrending ]`: Indicates whether the item is 'trending.' Read-only. - `[Move ]`: itemActionStat - `[StartDateTime ]`: When the interval starts. Read-only. - - `[ItemActivityStats ]`: - - `[LastSevenDays ]`: itemActivityStat + - `[ItemActivityStats ]`: + - `[LastSevenDays ]`: itemActivityStat - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[Id ]`: Read-only. - `[Boolean ]`: booleanColumn @@ -1791,10 +1791,55 @@ BODYPARAMETER : mobilityManagementPolic - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -1832,7 +1877,7 @@ BODYPARAMETER : mobilityManagementPolic - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1885,7 +1930,7 @@ BODYPARAMETER : mobilityManagementPolic - `[ContentTypes ]`: The collection of content types present in this list. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -1917,7 +1962,7 @@ BODYPARAMETER : mobilityManagementPolic - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[System ]`: systemFacet - `[(Any) ]`: This indicates any property can be added to this object. - `[Onenote ]`: onenote @@ -2050,45 +2095,6 @@ BODYPARAMETER : mobilityManagementPolic - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3115,7 +3121,7 @@ BODYPARAMETER : mobilityManagementPolic - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3144,7 +3150,7 @@ BODYPARAMETER : mobilityManagementPolic - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -3152,6 +3158,7 @@ BODYPARAMETER : mobilityManagementPolic - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3207,13 +3214,13 @@ BODYPARAMETER : mobilityManagementPolic - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -3567,6 +3574,247 @@ BODYPARAMETER : mobilityManagementPolic - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4596,10 +4844,10 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4608,9 +4856,9 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4705,18 +4953,18 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4724,7 +4972,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4733,7 +4981,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5134,7 +5382,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[AllTime ]`: itemActivityStat + - `[AllTime ]`: itemActivityStat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Access ]`: itemActionStat @@ -5199,7 +5447,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -5297,7 +5545,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -5420,7 +5668,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -5458,7 +5706,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -5698,8 +5946,8 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[IsTrending ]`: Indicates whether the item is 'trending.' Read-only. - `[Move ]`: itemActionStat - `[StartDateTime ]`: When the interval starts. Read-only. - - `[ItemActivityStats ]`: - - `[LastSevenDays ]`: itemActivityStat + - `[ItemActivityStats ]`: + - `[LastSevenDays ]`: itemActivityStat - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[Id ]`: Read-only. - `[Boolean ]`: booleanColumn @@ -5764,10 +6012,55 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -5805,7 +6098,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5858,7 +6151,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[ContentTypes ]`: The collection of content types present in this list. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -5890,7 +6183,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[System ]`: systemFacet - `[(Any) ]`: This indicates any property can be added to this object. - `[Onenote ]`: onenote @@ -6023,45 +6316,6 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -7088,7 +7342,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7117,7 +7371,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -7125,6 +7379,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7180,13 +7435,13 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -7540,6 +7795,247 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgPolicyMobileDeviceManagementPolicy.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgPolicyMobileDeviceManagementPolicy.md index 36f5b399388..7909afffd33 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgPolicyMobileDeviceManagementPolicy.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgPolicyMobileDeviceManagementPolicy.md @@ -623,10 +623,10 @@ BODYPARAMETER : mobilityManagementPolic - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -635,9 +635,9 @@ BODYPARAMETER : mobilityManagementPolic - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -732,18 +732,18 @@ BODYPARAMETER : mobilityManagementPolic - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -751,7 +751,7 @@ BODYPARAMETER : mobilityManagementPolic - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -760,7 +760,7 @@ BODYPARAMETER : mobilityManagementPolic - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1161,7 +1161,7 @@ BODYPARAMETER : mobilityManagementPolic - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[AllTime ]`: itemActivityStat + - `[AllTime ]`: itemActivityStat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Access ]`: itemActionStat @@ -1226,7 +1226,7 @@ BODYPARAMETER : mobilityManagementPolic - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1324,7 +1324,7 @@ BODYPARAMETER : mobilityManagementPolic - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -1447,7 +1447,7 @@ BODYPARAMETER : mobilityManagementPolic - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -1485,7 +1485,7 @@ BODYPARAMETER : mobilityManagementPolic - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -1725,8 +1725,8 @@ BODYPARAMETER : mobilityManagementPolic - `[IsTrending ]`: Indicates whether the item is 'trending.' Read-only. - `[Move ]`: itemActionStat - `[StartDateTime ]`: When the interval starts. Read-only. - - `[ItemActivityStats ]`: - - `[LastSevenDays ]`: itemActivityStat + - `[ItemActivityStats ]`: + - `[LastSevenDays ]`: itemActivityStat - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[Id ]`: Read-only. - `[Boolean ]`: booleanColumn @@ -1791,10 +1791,55 @@ BODYPARAMETER : mobilityManagementPolic - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -1832,7 +1877,7 @@ BODYPARAMETER : mobilityManagementPolic - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1885,7 +1930,7 @@ BODYPARAMETER : mobilityManagementPolic - `[ContentTypes ]`: The collection of content types present in this list. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -1917,7 +1962,7 @@ BODYPARAMETER : mobilityManagementPolic - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[System ]`: systemFacet - `[(Any) ]`: This indicates any property can be added to this object. - `[Onenote ]`: onenote @@ -2050,45 +2095,6 @@ BODYPARAMETER : mobilityManagementPolic - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3115,7 +3121,7 @@ BODYPARAMETER : mobilityManagementPolic - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3144,7 +3150,7 @@ BODYPARAMETER : mobilityManagementPolic - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -3152,6 +3158,7 @@ BODYPARAMETER : mobilityManagementPolic - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3207,13 +3214,13 @@ BODYPARAMETER : mobilityManagementPolic - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -3567,6 +3574,247 @@ BODYPARAMETER : mobilityManagementPolic - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4596,10 +4844,10 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4608,9 +4856,9 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4705,18 +4953,18 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4724,7 +4972,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4733,7 +4981,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5134,7 +5382,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[AllTime ]`: itemActivityStat + - `[AllTime ]`: itemActivityStat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Access ]`: itemActionStat @@ -5199,7 +5447,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -5297,7 +5545,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -5420,7 +5668,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -5458,7 +5706,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -5698,8 +5946,8 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[IsTrending ]`: Indicates whether the item is 'trending.' Read-only. - `[Move ]`: itemActionStat - `[StartDateTime ]`: When the interval starts. Read-only. - - `[ItemActivityStats ]`: - - `[LastSevenDays ]`: itemActivityStat + - `[ItemActivityStats ]`: + - `[LastSevenDays ]`: itemActivityStat - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[Id ]`: Read-only. - `[Boolean ]`: booleanColumn @@ -5764,10 +6012,55 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -5805,7 +6098,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5858,7 +6151,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[ContentTypes ]`: The collection of content types present in this list. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -5890,7 +6183,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[System ]`: systemFacet - `[(Any) ]`: This indicates any property can be added to this object. - `[Onenote ]`: onenote @@ -6023,45 +6316,6 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -7088,7 +7342,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7117,7 +7371,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -7125,6 +7379,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7180,13 +7435,13 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -7540,6 +7795,247 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgPolicyRoleManagementPolicy.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgPolicyRoleManagementPolicy.md index 3065cd3f702..428e539c007 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgPolicyRoleManagementPolicy.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgPolicyRoleManagementPolicy.md @@ -96,10 +96,9 @@ Accept wildcard characters: False ``` ### -EffectiveRules -The list of effective rules like approval rule, expiration rule, etc. -evaluated based on inherited referenced rules. -E.g. -If there is a tenant wide policy to enforce enabling approval rule, the effective rule will be to enable approval even if the polcy has a rule to disable approval. +Not implemented. +The list of effective rules like approval rules and expiration rules evaluated based on inherited referenced rules. +For example, if there is a tenant-wide policy to enforce enabling an approval rule, the effective rule will be to enable approval even if the policy has a rule to disable approval. To construct, please use Get-Help -Online and see NOTES section for EFFECTIVERULES properties and create a hash table. ```yaml @@ -177,7 +176,7 @@ Accept wildcard characters: False ``` ### -Rules -The collection of rules like approval rule, expiration rule, etc. +The collection of rules like approval rules and expiration rules. To construct, please use Get-Help -Online and see NOTES section for RULES properties and create a hash table. ```yaml @@ -194,8 +193,8 @@ Accept wildcard characters: False ### -ScopeId The id of the scope where the policy is created. -E.g. -'/', groupId, etc. +Can be / for the tenant or a group ID. +Required. ```yaml Type: System.String @@ -211,7 +210,8 @@ Accept wildcard characters: False ### -ScopeType The type of the scope where the policy is created. -One of Directory, DirectoryRole, Group. +One of Directory, DirectoryRole. +Required. ```yaml Type: System.String @@ -281,7 +281,7 @@ BODYPARAMETER : unifiedRoleManagemen - `[Id ]`: Read-only. - `[Description ]`: Description for the policy. - `[DisplayName ]`: Display name for the policy. - - `[EffectiveRules ]`: The list of effective rules like approval rule, expiration rule, etc. evaluated based on inherited referenced rules. E.g. If there is a tenant wide policy to enforce enabling approval rule, the effective rule will be to enable approval even if the polcy has a rule to disable approval. + - `[EffectiveRules ]`: Not implemented. The list of effective rules like approval rules and expiration rules evaluated based on inherited referenced rules. For example, if there is a tenant-wide policy to enforce enabling an approval rule, the effective rule will be to enable approval even if the policy has a rule to disable approval. - `[Id ]`: Read-only. - `[Target ]`: unifiedRoleManagementPolicyRuleTarget - `[(Any) ]`: This indicates any property can be added to this object. @@ -299,11 +299,11 @@ BODYPARAMETER : unifiedRoleManagemen - `[DisplayName ]`: 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 ]`: Unique identifier for the identity. - `[LastModifiedDateTime ]`: The time when the role setting was last modified. - - `[Rules ]`: The collection of rules like approval rule, expiration rule, etc. - - `[ScopeId ]`: The id of the scope where the policy is created. E.g. '/', groupId, etc. - - `[ScopeType ]`: The type of the scope where the policy is created. One of Directory, DirectoryRole, Group. + - `[Rules ]`: The collection of rules like approval rules and expiration rules. + - `[ScopeId ]`: The id of the scope where the policy is created. Can be / for the tenant or a group ID. Required. + - `[ScopeType ]`: The type of the scope where the policy is created. One of Directory, DirectoryRole. Required. -EFFECTIVERULES : The list of effective rules like approval rule, expiration rule, etc. evaluated based on inherited referenced rules. E.g. If there is a tenant wide policy to enforce enabling approval rule, the effective rule will be to enable approval even if the polcy has a rule to disable approval. +EFFECTIVERULES : Not implemented. The list of effective rules like approval rules and expiration rules evaluated based on inherited referenced rules. For example, if there is a tenant-wide policy to enforce enabling an approval rule, the effective rule will be to enable approval even if the policy has a rule to disable approval. - `[Id ]`: Read-only. - `[Target ]`: unifiedRoleManagementPolicyRuleTarget - `[(Any) ]`: This indicates any property can be added to this object. @@ -321,7 +321,7 @@ LASTMODIFIEDBY : identity - `[DisplayName ]`: 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 ]`: Unique identifier for the identity. -RULES : The collection of rules like approval rule, expiration rule, etc. +RULES : The collection of rules like approval rules and expiration rules. - `[Id ]`: Read-only. - `[Target ]`: unifiedRoleManagementPolicyRuleTarget - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgPolicyRoleManagementPolicyAssignment.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgPolicyRoleManagementPolicyAssignment.md index 5d32d8c56c4..093a300a3b4 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgPolicyRoleManagementPolicyAssignment.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgPolicyRoleManagementPolicyAssignment.md @@ -218,7 +218,7 @@ BODYPARAMETER : unifiedRol - `[Id ]`: Read-only. - `[Description ]`: Description for the policy. - `[DisplayName ]`: Display name for the policy. - - `[EffectiveRules ]`: The list of effective rules like approval rule, expiration rule, etc. evaluated based on inherited referenced rules. E.g. If there is a tenant wide policy to enforce enabling approval rule, the effective rule will be to enable approval even if the polcy has a rule to disable approval. + - `[EffectiveRules ]`: Not implemented. The list of effective rules like approval rules and expiration rules evaluated based on inherited referenced rules. For example, if there is a tenant-wide policy to enforce enabling an approval rule, the effective rule will be to enable approval even if the policy has a rule to disable approval. - `[Id ]`: Read-only. - `[Target ]`: unifiedRoleManagementPolicyRuleTarget - `[(Any) ]`: This indicates any property can be added to this object. @@ -236,9 +236,9 @@ BODYPARAMETER : unifiedRol - `[DisplayName ]`: 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 ]`: Unique identifier for the identity. - `[LastModifiedDateTime ]`: The time when the role setting was last modified. - - `[Rules ]`: The collection of rules like approval rule, expiration rule, etc. - - `[ScopeId ]`: The id of the scope where the policy is created. E.g. '/', groupId, etc. - - `[ScopeType ]`: The type of the scope where the policy is created. One of Directory, DirectoryRole, Group. + - `[Rules ]`: The collection of rules like approval rules and expiration rules. + - `[ScopeId ]`: The id of the scope where the policy is created. Can be / for the tenant or a group ID. Required. + - `[ScopeType ]`: The type of the scope where the policy is created. One of Directory, DirectoryRole. Required. - `[PolicyId ]`: The id of the policy. - `[RoleDefinitionId ]`: The id of the role definition where the policy applies. If not specified, the policy applies to all roles. - `[ScopeId ]`: The id of the scope where the policy is assigned. E.g. '/', groupId, etc. @@ -249,7 +249,7 @@ POLICY : unifiedRoleManagementPolicy - `[Id ]`: Read-only. - `[Description ]`: Description for the policy. - `[DisplayName ]`: Display name for the policy. - - `[EffectiveRules ]`: The list of effective rules like approval rule, expiration rule, etc. evaluated based on inherited referenced rules. E.g. If there is a tenant wide policy to enforce enabling approval rule, the effective rule will be to enable approval even if the polcy has a rule to disable approval. + - `[EffectiveRules ]`: Not implemented. The list of effective rules like approval rules and expiration rules evaluated based on inherited referenced rules. For example, if there is a tenant-wide policy to enforce enabling an approval rule, the effective rule will be to enable approval even if the policy has a rule to disable approval. - `[Id ]`: Read-only. - `[Target ]`: unifiedRoleManagementPolicyRuleTarget - `[(Any) ]`: This indicates any property can be added to this object. @@ -267,9 +267,9 @@ POLICY : unifiedRoleManagementPolicy - `[DisplayName ]`: 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 ]`: Unique identifier for the identity. - `[LastModifiedDateTime ]`: The time when the role setting was last modified. - - `[Rules ]`: The collection of rules like approval rule, expiration rule, etc. - - `[ScopeId ]`: The id of the scope where the policy is created. E.g. '/', groupId, etc. - - `[ScopeType ]`: The type of the scope where the policy is created. One of Directory, DirectoryRole, Group. + - `[Rules ]`: The collection of rules like approval rules and expiration rules. + - `[ScopeId ]`: The id of the scope where the policy is created. Can be / for the tenant or a group ID. Required. + - `[ScopeType ]`: The type of the scope where the policy is created. One of Directory, DirectoryRole. Required. ## RELATED LINKS diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgPolicyRoleManagementPolicyEffectiveRule.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgPolicyRoleManagementPolicyEffectiveRule.md index 655c02298c3..f2d732d3689 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgPolicyRoleManagementPolicyEffectiveRule.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgPolicyRoleManagementPolicyEffectiveRule.md @@ -8,10 +8,9 @@ schema: 2.0.0 # New-MgPolicyRoleManagementPolicyEffectiveRule ## SYNOPSIS -The list of effective rules like approval rule, expiration rule, etc. -evaluated based on inherited referenced rules. -E.g. -If there is a tenant wide policy to enforce enabling approval rule, the effective rule will be to enable approval even if the polcy has a rule to disable approval. +Not implemented. +The list of effective rules like approval rules and expiration rules evaluated based on inherited referenced rules. +For example, if there is a tenant-wide policy to enforce enabling an approval rule, the effective rule will be to enable approval even if the policy has a rule to disable approval. ## SYNTAX @@ -42,10 +41,9 @@ New-MgPolicyRoleManagementPolicyEffectiveRule -InputObject ``` ## DESCRIPTION -The collection of rules like approval rule, expiration rule, etc. +The collection of rules like approval rules and expiration rules. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgUserAuthenticationEmailMethod.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgUserAuthenticationEmailMethod.md index 08c31a854b7..a23433951d5 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgUserAuthenticationEmailMethod.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgUserAuthenticationEmailMethod.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-MgUserAuthenticationEmailMethod ## SYNOPSIS -Create new navigation property to emailMethods for users +Represents the email addresses registered to a user for authentication. ## SYNTAX @@ -38,7 +38,7 @@ New-MgUserAuthenticationEmailMethod -InputObject ``` ## DESCRIPTION -Create new navigation property to emailMethods for users +Represents the email addresses registered to a user for authentication. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgUserAuthenticationFido2Method.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgUserAuthenticationFido2Method.md index 90929f000d7..fed24e81fb4 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgUserAuthenticationFido2Method.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgUserAuthenticationFido2Method.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-MgUserAuthenticationFido2Method ## SYNOPSIS -Create new navigation property to fido2Methods for users +Represents the FIDO2 security keys registered to a user for authentication. ## SYNTAX @@ -41,7 +41,7 @@ New-MgUserAuthenticationFido2Method -InputObject [-Aa ``` ## DESCRIPTION -Create new navigation property to fido2Methods for users +Represents the FIDO2 security keys registered to a user for authentication. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgUserAuthenticationMethod.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgUserAuthenticationMethod.md index 7bb56bca309..c6a4498acfc 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgUserAuthenticationMethod.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgUserAuthenticationMethod.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-MgUserAuthenticationMethod ## SYNOPSIS -Create new navigation property to methods for users +Represents all authentication methods registered to a user. ## SYNTAX @@ -37,7 +37,7 @@ New-MgUserAuthenticationMethod -InputObject [-Additio ``` ## DESCRIPTION -Create new navigation property to methods for users +Represents all authentication methods registered to a user. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgUserAuthenticationMicrosoftAuthenticatorMethod.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgUserAuthenticationMicrosoftAuthenticatorMethod.md index 2968af7f328..6015a04e47a 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgUserAuthenticationMicrosoftAuthenticatorMethod.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgUserAuthenticationMicrosoftAuthenticatorMethod.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-MgUserAuthenticationMicrosoftAuthenticatorMethod ## SYNOPSIS -Create new navigation property to microsoftAuthenticatorMethods for users +The details of the Microsoft Authenticator app registered to a user for authentication. ## SYNTAX @@ -42,7 +42,7 @@ New-MgUserAuthenticationMicrosoftAuthenticatorMethod -InputObject ``` ## DESCRIPTION -Create new navigation property to phoneMethods for users +Represents the phone registered to a user for authentication. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgUserAuthenticationTemporaryAccessPassMethod.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgUserAuthenticationTemporaryAccessPassMethod.md index b1cdb8ab450..2e718dc7120 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgUserAuthenticationTemporaryAccessPassMethod.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgUserAuthenticationTemporaryAccessPassMethod.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-MgUserAuthenticationTemporaryAccessPassMethod ## SYNOPSIS -Create new navigation property to temporaryAccessPassMethods for users +Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. ## SYNTAX @@ -43,7 +43,7 @@ New-MgUserAuthenticationTemporaryAccessPassMethod -InputObject ``` ## DESCRIPTION -Create new navigation property to windowsHelloForBusinessMethods for users +Represents the Windows Hello for Business authentication method registered to a user for authentication. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Remove-MgPolicyRoleManagementPolicyEffectiveRule.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Remove-MgPolicyRoleManagementPolicyEffectiveRule.md index 24645ba5a4f..eca6ffb643e 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Remove-MgPolicyRoleManagementPolicyEffectiveRule.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Remove-MgPolicyRoleManagementPolicyEffectiveRule.md @@ -8,10 +8,9 @@ schema: 2.0.0 # Remove-MgPolicyRoleManagementPolicyEffectiveRule ## SYNOPSIS -The list of effective rules like approval rule, expiration rule, etc. -evaluated based on inherited referenced rules. -E.g. -If there is a tenant wide policy to enforce enabling approval rule, the effective rule will be to enable approval even if the polcy has a rule to disable approval. +Not implemented. +The list of effective rules like approval rules and expiration rules evaluated based on inherited referenced rules. +For example, if there is a tenant-wide policy to enforce enabling an approval rule, the effective rule will be to enable approval even if the policy has a rule to disable approval. ## SYNTAX @@ -29,10 +28,9 @@ Remove-MgPolicyRoleManagementPolicyEffectiveRule -InputObject ``` ## DESCRIPTION -The collection of rules like approval rule, expiration rule, etc. +The collection of rules like approval rules and expiration rules. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Remove-MgUserAuthenticationEmailMethod.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Remove-MgUserAuthenticationEmailMethod.md index 4bf0f1a4fc6..3429dcb2c39 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Remove-MgUserAuthenticationEmailMethod.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Remove-MgUserAuthenticationEmailMethod.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Remove-MgUserAuthenticationEmailMethod ## SYNOPSIS -Delete navigation property emailMethods for users +Represents the email addresses registered to a user for authentication. ## SYNTAX @@ -25,7 +25,7 @@ Remove-MgUserAuthenticationEmailMethod -InputObject [ ``` ## DESCRIPTION -Delete navigation property emailMethods for users +Represents the email addresses registered to a user for authentication. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Remove-MgUserAuthenticationFido2Method.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Remove-MgUserAuthenticationFido2Method.md index f0340dedbb6..49c3c090c39 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Remove-MgUserAuthenticationFido2Method.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Remove-MgUserAuthenticationFido2Method.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Remove-MgUserAuthenticationFido2Method ## SYNOPSIS -Delete navigation property fido2Methods for users +Represents the FIDO2 security keys registered to a user for authentication. ## SYNTAX @@ -25,7 +25,7 @@ Remove-MgUserAuthenticationFido2Method -InputObject [ ``` ## DESCRIPTION -Delete navigation property fido2Methods for users +Represents the FIDO2 security keys registered to a user for authentication. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Remove-MgUserAuthenticationMethod.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Remove-MgUserAuthenticationMethod.md index 4cda6098237..08a66c36092 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Remove-MgUserAuthenticationMethod.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Remove-MgUserAuthenticationMethod.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Remove-MgUserAuthenticationMethod ## SYNOPSIS -Delete navigation property methods for users +Represents all authentication methods registered to a user. ## SYNTAX @@ -25,7 +25,7 @@ Remove-MgUserAuthenticationMethod -InputObject [-IfMa ``` ## DESCRIPTION -Delete navigation property methods for users +Represents all authentication methods registered to a user. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod.md index a2a4442d574..8065addec2d 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod ## SYNOPSIS -Delete navigation property microsoftAuthenticatorMethods for users +The details of the Microsoft Authenticator app registered to a user for authentication. ## SYNTAX @@ -25,7 +25,7 @@ Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod -InputObject [ ``` ## DESCRIPTION -Delete navigation property phoneMethods for users +Represents the phone registered to a user for authentication. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Remove-MgUserAuthenticationTemporaryAccessPassMethod.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Remove-MgUserAuthenticationTemporaryAccessPassMethod.md index 64849c53f43..117c704f0c5 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Remove-MgUserAuthenticationTemporaryAccessPassMethod.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Remove-MgUserAuthenticationTemporaryAccessPassMethod.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Remove-MgUserAuthenticationTemporaryAccessPassMethod ## SYNOPSIS -Delete navigation property temporaryAccessPassMethods for users +Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. ## SYNTAX @@ -25,7 +25,7 @@ Remove-MgUserAuthenticationTemporaryAccessPassMethod -InputObject [ ``` ## DESCRIPTION -Delete navigation property windowsHelloForBusinessMethods for users +Represents the Windows Hello for Business authentication method registered to a user for authentication. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgIdentityConditionalAccessPolicy.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgIdentityConditionalAccessPolicy.md index 27ab9a6b448..07e540941f9 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgIdentityConditionalAccessPolicy.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgIdentityConditionalAccessPolicy.md @@ -363,8 +363,8 @@ BODYPARAMETER : conditionalAccessPolicy - `[IncludeLocations ]`: Location IDs in scope of policy unless explicitly excluded, All, or AllTrusted. - `[Platforms ]`: conditionalAccessPlatforms - `[(Any) ]`: This indicates any property can be added to this object. - - `[ExcludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue. - - `[IncludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue. + - `[ExcludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue. + - `[IncludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue. - `[ServicePrincipalRiskLevels ]`: Service principal risk levels included in the policy. Possible values are: low, medium, high, none, unknownFutureValue. - `[SignInRiskLevels ]`: Sign-in risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. - `[UserRiskLevels ]`: User risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. @@ -443,8 +443,8 @@ CONDITIONS : conditionalAccessCond - `[IncludeLocations ]`: Location IDs in scope of policy unless explicitly excluded, All, or AllTrusted. - `[Platforms ]`: conditionalAccessPlatforms - `[(Any) ]`: This indicates any property can be added to this object. - - `[ExcludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue. - - `[IncludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue. + - `[ExcludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue. + - `[IncludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue. - `[ServicePrincipalRiskLevels ]`: Service principal risk levels included in the policy. Possible values are: low, medium, high, none, unknownFutureValue. - `[SignInRiskLevels ]`: Sign-in risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. - `[UserRiskLevels ]`: User risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgOauth2PermissionGrant.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgOauth2PermissionGrant.md index 0fa436a8119..b59c9575490 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgOauth2PermissionGrant.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgOauth2PermissionGrant.md @@ -229,7 +229,7 @@ Accept wildcard characters: False ### -Scope 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. +Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the oauth2PermissionScopes property of the resource service principal. ```yaml Type: System.String @@ -320,7 +320,7 @@ BODYPARAMETER : oAuth2PermissionGrant - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. INPUTOBJECT : Identity Parameter diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgPolicyMobileAppManagementPolicy.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgPolicyMobileAppManagementPolicy.md index c646655742a..651f1f6e01e 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgPolicyMobileAppManagementPolicy.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgPolicyMobileAppManagementPolicy.md @@ -687,10 +687,10 @@ BODYPARAMETER : mobilityManagementPolic - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -699,9 +699,9 @@ BODYPARAMETER : mobilityManagementPolic - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -796,18 +796,18 @@ BODYPARAMETER : mobilityManagementPolic - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -815,7 +815,7 @@ BODYPARAMETER : mobilityManagementPolic - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -824,7 +824,7 @@ BODYPARAMETER : mobilityManagementPolic - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1225,7 +1225,7 @@ BODYPARAMETER : mobilityManagementPolic - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[AllTime ]`: itemActivityStat + - `[AllTime ]`: itemActivityStat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Access ]`: itemActionStat @@ -1290,7 +1290,7 @@ BODYPARAMETER : mobilityManagementPolic - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1388,7 +1388,7 @@ BODYPARAMETER : mobilityManagementPolic - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -1511,7 +1511,7 @@ BODYPARAMETER : mobilityManagementPolic - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -1549,7 +1549,7 @@ BODYPARAMETER : mobilityManagementPolic - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -1789,8 +1789,8 @@ BODYPARAMETER : mobilityManagementPolic - `[IsTrending ]`: Indicates whether the item is 'trending.' Read-only. - `[Move ]`: itemActionStat - `[StartDateTime ]`: When the interval starts. Read-only. - - `[ItemActivityStats ]`: - - `[LastSevenDays ]`: itemActivityStat + - `[ItemActivityStats ]`: + - `[LastSevenDays ]`: itemActivityStat - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[Id ]`: Read-only. - `[Boolean ]`: booleanColumn @@ -1855,10 +1855,55 @@ BODYPARAMETER : mobilityManagementPolic - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -1896,7 +1941,7 @@ BODYPARAMETER : mobilityManagementPolic - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1949,7 +1994,7 @@ BODYPARAMETER : mobilityManagementPolic - `[ContentTypes ]`: The collection of content types present in this list. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -1981,7 +2026,7 @@ BODYPARAMETER : mobilityManagementPolic - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[System ]`: systemFacet - `[(Any) ]`: This indicates any property can be added to this object. - `[Onenote ]`: onenote @@ -2114,45 +2159,6 @@ BODYPARAMETER : mobilityManagementPolic - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3179,7 +3185,7 @@ BODYPARAMETER : mobilityManagementPolic - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3208,7 +3214,7 @@ BODYPARAMETER : mobilityManagementPolic - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -3216,6 +3222,7 @@ BODYPARAMETER : mobilityManagementPolic - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3271,13 +3278,13 @@ BODYPARAMETER : mobilityManagementPolic - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -3631,6 +3638,247 @@ BODYPARAMETER : mobilityManagementPolic - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4660,10 +4908,10 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4672,9 +4920,9 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4769,18 +5017,18 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4788,7 +5036,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4797,7 +5045,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5198,7 +5446,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[AllTime ]`: itemActivityStat + - `[AllTime ]`: itemActivityStat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Access ]`: itemActionStat @@ -5263,7 +5511,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -5361,7 +5609,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -5484,7 +5732,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -5522,7 +5770,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -5762,8 +6010,8 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[IsTrending ]`: Indicates whether the item is 'trending.' Read-only. - `[Move ]`: itemActionStat - `[StartDateTime ]`: When the interval starts. Read-only. - - `[ItemActivityStats ]`: - - `[LastSevenDays ]`: itemActivityStat + - `[ItemActivityStats ]`: + - `[LastSevenDays ]`: itemActivityStat - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[Id ]`: Read-only. - `[Boolean ]`: booleanColumn @@ -5828,10 +6076,55 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -5869,7 +6162,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5922,7 +6215,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[ContentTypes ]`: The collection of content types present in this list. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -5954,7 +6247,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[System ]`: systemFacet - `[(Any) ]`: This indicates any property can be added to this object. - `[Onenote ]`: onenote @@ -6087,45 +6380,6 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -7152,7 +7406,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7181,7 +7435,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -7189,6 +7443,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7244,13 +7499,13 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -7604,6 +7859,247 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgPolicyMobileDeviceManagementPolicy.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgPolicyMobileDeviceManagementPolicy.md index 1c9d0516f92..b2cea65281f 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgPolicyMobileDeviceManagementPolicy.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgPolicyMobileDeviceManagementPolicy.md @@ -687,10 +687,10 @@ BODYPARAMETER : mobilityManagementPolic - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -699,9 +699,9 @@ BODYPARAMETER : mobilityManagementPolic - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -796,18 +796,18 @@ BODYPARAMETER : mobilityManagementPolic - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -815,7 +815,7 @@ BODYPARAMETER : mobilityManagementPolic - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -824,7 +824,7 @@ BODYPARAMETER : mobilityManagementPolic - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1225,7 +1225,7 @@ BODYPARAMETER : mobilityManagementPolic - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[AllTime ]`: itemActivityStat + - `[AllTime ]`: itemActivityStat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Access ]`: itemActionStat @@ -1290,7 +1290,7 @@ BODYPARAMETER : mobilityManagementPolic - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1388,7 +1388,7 @@ BODYPARAMETER : mobilityManagementPolic - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -1511,7 +1511,7 @@ BODYPARAMETER : mobilityManagementPolic - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -1549,7 +1549,7 @@ BODYPARAMETER : mobilityManagementPolic - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -1789,8 +1789,8 @@ BODYPARAMETER : mobilityManagementPolic - `[IsTrending ]`: Indicates whether the item is 'trending.' Read-only. - `[Move ]`: itemActionStat - `[StartDateTime ]`: When the interval starts. Read-only. - - `[ItemActivityStats ]`: - - `[LastSevenDays ]`: itemActivityStat + - `[ItemActivityStats ]`: + - `[LastSevenDays ]`: itemActivityStat - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[Id ]`: Read-only. - `[Boolean ]`: booleanColumn @@ -1855,10 +1855,55 @@ BODYPARAMETER : mobilityManagementPolic - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -1896,7 +1941,7 @@ BODYPARAMETER : mobilityManagementPolic - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1949,7 +1994,7 @@ BODYPARAMETER : mobilityManagementPolic - `[ContentTypes ]`: The collection of content types present in this list. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -1981,7 +2026,7 @@ BODYPARAMETER : mobilityManagementPolic - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[System ]`: systemFacet - `[(Any) ]`: This indicates any property can be added to this object. - `[Onenote ]`: onenote @@ -2114,45 +2159,6 @@ BODYPARAMETER : mobilityManagementPolic - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -3179,7 +3185,7 @@ BODYPARAMETER : mobilityManagementPolic - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -3208,7 +3214,7 @@ BODYPARAMETER : mobilityManagementPolic - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -3216,6 +3222,7 @@ BODYPARAMETER : mobilityManagementPolic - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -3271,13 +3278,13 @@ BODYPARAMETER : mobilityManagementPolic - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -3631,6 +3638,247 @@ BODYPARAMETER : mobilityManagementPolic - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4660,10 +4908,10 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4672,9 +4920,9 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4769,18 +5017,18 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4788,7 +5036,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4797,7 +5045,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5198,7 +5446,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[AllTime ]`: itemActivityStat + - `[AllTime ]`: itemActivityStat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Access ]`: itemActionStat @@ -5263,7 +5511,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -5361,7 +5609,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -5484,7 +5732,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -5522,7 +5770,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -5762,8 +6010,8 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[IsTrending ]`: Indicates whether the item is 'trending.' Read-only. - `[Move ]`: itemActionStat - `[StartDateTime ]`: When the interval starts. Read-only. - - `[ItemActivityStats ]`: - - `[LastSevenDays ]`: itemActivityStat + - `[ItemActivityStats ]`: + - `[LastSevenDays ]`: itemActivityStat - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[Id ]`: Read-only. - `[Boolean ]`: booleanColumn @@ -5828,10 +6076,55 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. + - `[ParentTerm ]`: term + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children of current term. + - `[CreatedDateTime ]`: Date and time of term creation. Read-only. + - `[Descriptions ]`: Description about term that is dependent on the languageTag. + - `[Description ]`: The description in the localized language. + - `[LanguageTag ]`: The language tag for the label. + - `[Labels ]`: Label metadata for a term. + - `[IsDefault ]`: Indicates whether the label is the default label. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name of the label. + - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. + - `[Properties ]`: Collection of properties on the term. + - `[Key ]`: Key for the key-value pair. + - `[Value ]`: Value for the key-value pair. + - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. + - `[Id ]`: Read-only. + - `[FromTerm ]`: term + - `[Relationship ]`: + - `[Set ]`: set + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Children ]`: Children terms of set in term [store]. + - `[CreatedDateTime ]`: Date and time of set creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[LocalizedNames ]`: Name of the set for each languageTag. + - `[LanguageTag ]`: The language tag for the label. + - `[Name ]`: The name in the localized language. + - `[ParentGroup ]`: group + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. + - `[Description ]`: Description that gives details on the term usage. + - `[DisplayName ]`: Name of the group. + - `[ParentSiteId ]`: ID of the parent site of this group. + - `[Scope ]`: + - `[Sets ]`: All sets under the group in a term [store]. + - `[Properties ]`: Custom properties for the set. + - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. + - `[Terms ]`: All the terms under the set. + - `[ToTerm ]`: term + - `[Set ]`: set - `[ShowFullyQualifiedName ]`: Specifies whether to display the entire term path or only the term label. + - `[TermSet ]`: set - `[Text ]`: textColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleLines ]`: Whether to allow multiple lines of text. @@ -5869,7 +6162,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5922,7 +6215,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[ContentTypes ]`: The collection of content types present in this list. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -5954,7 +6247,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[System ]`: systemFacet - `[(Any) ]`: This indicates any property can be added to this object. - `[Onenote ]`: onenote @@ -6087,45 +6380,6 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[Id ]`: Read-only. - `[DefaultLanguageTag ]`: Default language of the term store. - `[Groups ]`: Collection of all groups available in the term store. - - `[Id ]`: Read-only. - - `[CreatedDateTime ]`: Date and time of the group creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[DisplayName ]`: Name of the group. - - `[ParentSiteId ]`: ID of the parent site of this group. - - `[Scope ]`: - - `[Sets ]`: All sets under the group in a term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children terms of set in term [store]. - - `[Id ]`: Read-only. - - `[Children ]`: Children of current term. - - `[CreatedDateTime ]`: Date and time of term creation. Read-only. - - `[Descriptions ]`: Description about term that is dependent on the languageTag. - - `[Description ]`: The description in the localized language. - - `[LanguageTag ]`: The language tag for the label. - - `[Labels ]`: Label metadata for a term. - - `[IsDefault ]`: Indicates whether the label is the default label. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name of the label. - - `[LastModifiedDateTime ]`: Last date and time of term modification. Read-only. - - `[Properties ]`: Collection of properties on the term. - - `[Key ]`: Key for the key-value pair. - - `[Value ]`: Value for the key-value pair. - - `[Relations ]`: To indicate which terms are related to the current term as either pinned or reused. - - `[Id ]`: Read-only. - - `[FromTerm ]`: term - - `[Relationship ]`: - - `[Set ]`: set - - `[ToTerm ]`: term - - `[Set ]`: set - - `[CreatedDateTime ]`: Date and time of set creation. Read-only. - - `[Description ]`: Description that gives details on the term usage. - - `[LocalizedNames ]`: Name of the set for each languageTag. - - `[LanguageTag ]`: The language tag for the label. - - `[Name ]`: The name in the localized language. - - `[ParentGroup ]`: group - - `[Properties ]`: Custom properties for the set. - - `[Relations ]`: Indicates which terms have been pinned or reused directly under the set. - - `[Terms ]`: All the terms under the set. - `[LanguageTags ]`: List of languages for the term store. - `[Sets ]`: Collection of all sets available in the term store. - `[GivenName ]`: The given name (first name) of the user. Maximum length is 64 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). @@ -7152,7 +7406,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[ExpiryTime ]`: Currently, the end time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[PrincipalId ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[StartTime ]`: Currently, the start time value is ignored, but a value is required when creating an oAuth2PermissionGrant. Required. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. @@ -7181,7 +7435,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[AlternativeRecording ]`: The content stream of the alternative recording of a Microsoft Teams live event. Read-only. - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. + - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. - `[AttendanceIntervals ]`: List of time periods between joining and leaving a meeting. - `[DurationInSeconds ]`: Duration of the meeting interval in seconds; that is, the difference between joinDateTime and leaveDateTime. @@ -7189,6 +7443,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[LeaveDateTime ]`: The time the attendee left in UTC. - `[EmailAddress ]`: Email address of the user associated with this atttendance record. - `[Identity ]`: identity + - `[RegistrantId ]`: Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting. - `[Role ]`: Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. - `[TotalAttendanceInSeconds ]`: Total duration of the attendances in seconds. - `[MeetingEndDateTime ]`: UTC time when the meeting ended. Read-only. @@ -7244,13 +7499,13 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[MeetingAttendanceReport ]`: meetingAttendanceReport - `[Participants ]`: meetingParticipants - `[(Any) ]`: This indicates any property can be added to this object. - - `[Attendees ]`: Information of the meeting attendees. + - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - - `[Contributors ]`: - - `[Organizer ]`: meetingParticipantInfo - - `[Producers ]`: + - `[Contributors ]`: + - `[Organizer ]`: meetingParticipantInfo + - `[Producers ]`: - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. - `[Recording ]`: The content stream of the recording of a Teams live event. Read-only. - `[Registration ]`: meetingRegistration @@ -7604,6 +7859,247 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgPolicyRoleManagementPolicy.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgPolicyRoleManagementPolicy.md index 75ec1c14eff..6ba90b94e4f 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgPolicyRoleManagementPolicy.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgPolicyRoleManagementPolicy.md @@ -115,10 +115,9 @@ Accept wildcard characters: False ``` ### -EffectiveRules -The list of effective rules like approval rule, expiration rule, etc. -evaluated based on inherited referenced rules. -E.g. -If there is a tenant wide policy to enforce enabling approval rule, the effective rule will be to enable approval even if the polcy has a rule to disable approval. +Not implemented. +The list of effective rules like approval rules and expiration rules evaluated based on inherited referenced rules. +For example, if there is a tenant-wide policy to enforce enabling an approval rule, the effective rule will be to enable approval even if the policy has a rule to disable approval. To construct, please use Get-Help -Online and see NOTES section for EFFECTIVERULES properties and create a hash table. ```yaml @@ -227,7 +226,7 @@ Accept wildcard characters: False ``` ### -Rules -The collection of rules like approval rule, expiration rule, etc. +The collection of rules like approval rules and expiration rules. To construct, please use Get-Help -Online and see NOTES section for RULES properties and create a hash table. ```yaml @@ -244,8 +243,8 @@ Accept wildcard characters: False ### -ScopeId The id of the scope where the policy is created. -E.g. -'/', groupId, etc. +Can be / for the tenant or a group ID. +Required. ```yaml Type: System.String @@ -261,7 +260,8 @@ Accept wildcard characters: False ### -ScopeType The type of the scope where the policy is created. -One of Directory, DirectoryRole, Group. +One of Directory, DirectoryRole. +Required. ```yaml Type: System.String @@ -348,7 +348,7 @@ BODYPARAMETER : unifiedRoleManagemen - `[Id ]`: Read-only. - `[Description ]`: Description for the policy. - `[DisplayName ]`: Display name for the policy. - - `[EffectiveRules ]`: The list of effective rules like approval rule, expiration rule, etc. evaluated based on inherited referenced rules. E.g. If there is a tenant wide policy to enforce enabling approval rule, the effective rule will be to enable approval even if the polcy has a rule to disable approval. + - `[EffectiveRules ]`: Not implemented. The list of effective rules like approval rules and expiration rules evaluated based on inherited referenced rules. For example, if there is a tenant-wide policy to enforce enabling an approval rule, the effective rule will be to enable approval even if the policy has a rule to disable approval. - `[Id ]`: Read-only. - `[Target ]`: unifiedRoleManagementPolicyRuleTarget - `[(Any) ]`: This indicates any property can be added to this object. @@ -366,11 +366,11 @@ BODYPARAMETER : unifiedRoleManagemen - `[DisplayName ]`: 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 ]`: Unique identifier for the identity. - `[LastModifiedDateTime ]`: The time when the role setting was last modified. - - `[Rules ]`: The collection of rules like approval rule, expiration rule, etc. - - `[ScopeId ]`: The id of the scope where the policy is created. E.g. '/', groupId, etc. - - `[ScopeType ]`: The type of the scope where the policy is created. One of Directory, DirectoryRole, Group. + - `[Rules ]`: The collection of rules like approval rules and expiration rules. + - `[ScopeId ]`: The id of the scope where the policy is created. Can be / for the tenant or a group ID. Required. + - `[ScopeType ]`: The type of the scope where the policy is created. One of Directory, DirectoryRole. Required. -EFFECTIVERULES : The list of effective rules like approval rule, expiration rule, etc. evaluated based on inherited referenced rules. E.g. If there is a tenant wide policy to enforce enabling approval rule, the effective rule will be to enable approval even if the polcy has a rule to disable approval. +EFFECTIVERULES : Not implemented. The list of effective rules like approval rules and expiration rules evaluated based on inherited referenced rules. For example, if there is a tenant-wide policy to enforce enabling an approval rule, the effective rule will be to enable approval even if the policy has a rule to disable approval. - `[Id ]`: Read-only. - `[Target ]`: unifiedRoleManagementPolicyRuleTarget - `[(Any) ]`: This indicates any property can be added to this object. @@ -441,7 +441,7 @@ LASTMODIFIEDBY : identity - `[DisplayName ]`: 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 ]`: Unique identifier for the identity. -RULES : The collection of rules like approval rule, expiration rule, etc. +RULES : The collection of rules like approval rules and expiration rules. - `[Id ]`: Read-only. - `[Target ]`: unifiedRoleManagementPolicyRuleTarget - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgPolicyRoleManagementPolicyAssignment.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgPolicyRoleManagementPolicyAssignment.md index 26fd2520879..a229c5c6ef6 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgPolicyRoleManagementPolicyAssignment.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgPolicyRoleManagementPolicyAssignment.md @@ -282,7 +282,7 @@ BODYPARAMETER : unifiedRol - `[Id ]`: Read-only. - `[Description ]`: Description for the policy. - `[DisplayName ]`: Display name for the policy. - - `[EffectiveRules ]`: The list of effective rules like approval rule, expiration rule, etc. evaluated based on inherited referenced rules. E.g. If there is a tenant wide policy to enforce enabling approval rule, the effective rule will be to enable approval even if the polcy has a rule to disable approval. + - `[EffectiveRules ]`: Not implemented. The list of effective rules like approval rules and expiration rules evaluated based on inherited referenced rules. For example, if there is a tenant-wide policy to enforce enabling an approval rule, the effective rule will be to enable approval even if the policy has a rule to disable approval. - `[Id ]`: Read-only. - `[Target ]`: unifiedRoleManagementPolicyRuleTarget - `[(Any) ]`: This indicates any property can be added to this object. @@ -300,9 +300,9 @@ BODYPARAMETER : unifiedRol - `[DisplayName ]`: 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 ]`: Unique identifier for the identity. - `[LastModifiedDateTime ]`: The time when the role setting was last modified. - - `[Rules ]`: The collection of rules like approval rule, expiration rule, etc. - - `[ScopeId ]`: The id of the scope where the policy is created. E.g. '/', groupId, etc. - - `[ScopeType ]`: The type of the scope where the policy is created. One of Directory, DirectoryRole, Group. + - `[Rules ]`: The collection of rules like approval rules and expiration rules. + - `[ScopeId ]`: The id of the scope where the policy is created. Can be / for the tenant or a group ID. Required. + - `[ScopeType ]`: The type of the scope where the policy is created. One of Directory, DirectoryRole. Required. - `[PolicyId ]`: The id of the policy. - `[RoleDefinitionId ]`: The id of the role definition where the policy applies. If not specified, the policy applies to all roles. - `[ScopeId ]`: The id of the scope where the policy is assigned. E.g. '/', groupId, etc. @@ -366,7 +366,7 @@ POLICY : unifiedRoleManagementPolicy - `[Id ]`: Read-only. - `[Description ]`: Description for the policy. - `[DisplayName ]`: Display name for the policy. - - `[EffectiveRules ]`: The list of effective rules like approval rule, expiration rule, etc. evaluated based on inherited referenced rules. E.g. If there is a tenant wide policy to enforce enabling approval rule, the effective rule will be to enable approval even if the polcy has a rule to disable approval. + - `[EffectiveRules ]`: Not implemented. The list of effective rules like approval rules and expiration rules evaluated based on inherited referenced rules. For example, if there is a tenant-wide policy to enforce enabling an approval rule, the effective rule will be to enable approval even if the policy has a rule to disable approval. - `[Id ]`: Read-only. - `[Target ]`: unifiedRoleManagementPolicyRuleTarget - `[(Any) ]`: This indicates any property can be added to this object. @@ -384,9 +384,9 @@ POLICY : unifiedRoleManagementPolicy - `[DisplayName ]`: 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 ]`: Unique identifier for the identity. - `[LastModifiedDateTime ]`: The time when the role setting was last modified. - - `[Rules ]`: The collection of rules like approval rule, expiration rule, etc. - - `[ScopeId ]`: The id of the scope where the policy is created. E.g. '/', groupId, etc. - - `[ScopeType ]`: The type of the scope where the policy is created. One of Directory, DirectoryRole, Group. + - `[Rules ]`: The collection of rules like approval rules and expiration rules. + - `[ScopeId ]`: The id of the scope where the policy is created. Can be / for the tenant or a group ID. Required. + - `[ScopeType ]`: The type of the scope where the policy is created. One of Directory, DirectoryRole. Required. ## RELATED LINKS diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgPolicyRoleManagementPolicyEffectiveRule.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgPolicyRoleManagementPolicyEffectiveRule.md index 49c2286c216..63988e473cd 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgPolicyRoleManagementPolicyEffectiveRule.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgPolicyRoleManagementPolicyEffectiveRule.md @@ -8,10 +8,9 @@ schema: 2.0.0 # Update-MgPolicyRoleManagementPolicyEffectiveRule ## SYNOPSIS -The list of effective rules like approval rule, expiration rule, etc. -evaluated based on inherited referenced rules. -E.g. -If there is a tenant wide policy to enforce enabling approval rule, the effective rule will be to enable approval even if the polcy has a rule to disable approval. +Not implemented. +The list of effective rules like approval rules and expiration rules evaluated based on inherited referenced rules. +For example, if there is a tenant-wide policy to enforce enabling an approval rule, the effective rule will be to enable approval even if the policy has a rule to disable approval. ## SYNTAX @@ -46,10 +45,9 @@ Update-MgPolicyRoleManagementPolicyEffectiveRule -InputObject ``` ## DESCRIPTION -The collection of rules like approval rule, expiration rule, etc. +The collection of rules like approval rules and expiration rules. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgUserAuthenticationEmailMethod.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgUserAuthenticationEmailMethod.md index 37725ab56f9..3b7b460b4e0 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgUserAuthenticationEmailMethod.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgUserAuthenticationEmailMethod.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-MgUserAuthenticationEmailMethod ## SYNOPSIS -Update the navigation property emailMethods in users +Represents the email addresses registered to a user for authentication. ## SYNTAX @@ -41,7 +41,7 @@ Update-MgUserAuthenticationEmailMethod -InputObject ``` ## DESCRIPTION -Update the navigation property emailMethods in users +Represents the email addresses registered to a user for authentication. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgUserAuthenticationFido2Method.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgUserAuthenticationFido2Method.md index e4dee942a86..5975b648bca 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgUserAuthenticationFido2Method.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgUserAuthenticationFido2Method.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-MgUserAuthenticationFido2Method ## SYNOPSIS -Update the navigation property fido2Methods in users +Represents the FIDO2 security keys registered to a user for authentication. ## SYNTAX @@ -44,7 +44,7 @@ Update-MgUserAuthenticationFido2Method -InputObject [ ``` ## DESCRIPTION -Update the navigation property fido2Methods in users +Represents the FIDO2 security keys registered to a user for authentication. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgUserAuthenticationMethod.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgUserAuthenticationMethod.md index 3408385c583..d500860ab3d 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgUserAuthenticationMethod.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgUserAuthenticationMethod.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-MgUserAuthenticationMethod ## SYNOPSIS -Update the navigation property methods in users +Represents all authentication methods registered to a user. ## SYNTAX @@ -37,7 +37,7 @@ Update-MgUserAuthenticationMethod -InputObject [-Addi ``` ## DESCRIPTION -Update the navigation property methods in users +Represents all authentication methods registered to a user. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgUserAuthenticationMicrosoftAuthenticatorMethod.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgUserAuthenticationMicrosoftAuthenticatorMethod.md index 68cd8bedda0..3980f2f3bd9 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgUserAuthenticationMicrosoftAuthenticatorMethod.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgUserAuthenticationMicrosoftAuthenticatorMethod.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-MgUserAuthenticationMicrosoftAuthenticatorMethod ## SYNOPSIS -Update the navigation property microsoftAuthenticatorMethods in users +The details of the Microsoft Authenticator app registered to a user for authentication. ## SYNTAX @@ -43,7 +43,7 @@ Update-MgUserAuthenticationMicrosoftAuthenticatorMethod -InputObject ``` ## DESCRIPTION -Update the navigation property phoneMethods in users +Represents the phone registered to a user for authentication. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgUserAuthenticationTemporaryAccessPassMethod.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgUserAuthenticationTemporaryAccessPassMethod.md index e70c511d88f..feb88e197a2 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgUserAuthenticationTemporaryAccessPassMethod.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgUserAuthenticationTemporaryAccessPassMethod.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-MgUserAuthenticationTemporaryAccessPassMethod ## SYNOPSIS -Update the navigation property temporaryAccessPassMethods in users +Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. ## SYNTAX @@ -43,7 +43,7 @@ Update-MgUserAuthenticationTemporaryAccessPassMethod -InputObject ``` ## DESCRIPTION -Update the navigation property windowsHelloForBusinessMethods in users +Represents the Windows Hello for Business authentication method registered to a user for authentication. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Get-MgUserAuthenticationFido2Method.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Get-MgUserAuthenticationFido2Method.md index c0462d3d1bb..c0868a157da 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Get-MgUserAuthenticationFido2Method.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Get-MgUserAuthenticationFido2Method.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-MgUserAuthenticationFido2Method ## SYNOPSIS -Get fido2Methods from users +Represents the FIDO2 security keys registered to a user for authentication. ## SYNTAX @@ -32,7 +32,7 @@ Get-MgUserAuthenticationFido2Method -InputObject [-Ex ``` ## DESCRIPTION -Get fido2Methods from users +Represents the FIDO2 security keys registered to a user for authentication. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Get-MgUserAuthenticationMethod.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Get-MgUserAuthenticationMethod.md index 2ff361f0d67..5b42f04b954 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Get-MgUserAuthenticationMethod.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Get-MgUserAuthenticationMethod.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-MgUserAuthenticationMethod ## SYNOPSIS -Get methods from users +Represents all authentication methods registered to a user. ## SYNTAX @@ -32,7 +32,7 @@ Get-MgUserAuthenticationMethod -InputObject [-ExpandP ``` ## DESCRIPTION -Get methods from users +Represents all authentication methods registered to a user. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Get-MgUserAuthenticationMicrosoftAuthenticatorMethod.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Get-MgUserAuthenticationMicrosoftAuthenticatorMethod.md index ad615272bc8..5fd485ccd1f 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Get-MgUserAuthenticationMicrosoftAuthenticatorMethod.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Get-MgUserAuthenticationMicrosoftAuthenticatorMethod.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-MgUserAuthenticationMicrosoftAuthenticatorMethod ## SYNOPSIS -Get microsoftAuthenticatorMethods from users +The details of the Microsoft Authenticator app registered to a user for authentication. ## SYNTAX @@ -32,7 +32,7 @@ Get-MgUserAuthenticationMicrosoftAuthenticatorMethod -InputObject [-Ex ``` ## DESCRIPTION -Get windowsHelloForBusinessMethods from users +Represents the Windows Hello for Business authentication method registered to a user for authentication. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Microsoft.Graph.Identity.SignIns.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Microsoft.Graph.Identity.SignIns.md index b76a8142dd6..88188469a55 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Microsoft.Graph.Identity.SignIns.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Microsoft.Graph.Identity.SignIns.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Identity.SignIns -Module Guid: bf525609-cca4-428e-85cb-b7f469f638df +Module Guid: cf73060f-79d8-4272-961c-dae18e24eb64 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins Help Version: 1.0.0.0 Locale: en-US @@ -107,20 +107,20 @@ The policy that specifies the characteristics of SAML tokens issued by Azure AD. The policy that controls the lifetime of a JWT access token, an ID token, or a SAML 1.1/2.0 token issued by Azure AD. ### [Get-MgUserAuthenticationFido2Method](Get-MgUserAuthenticationFido2Method.md) -Get fido2Methods from users +Represents the FIDO2 security keys registered to a user for authentication. ### [Get-MgUserAuthenticationMethod](Get-MgUserAuthenticationMethod.md) -Get methods from users +Represents all authentication methods registered to a user. ### [Get-MgUserAuthenticationMicrosoftAuthenticatorMethod](Get-MgUserAuthenticationMicrosoftAuthenticatorMethod.md) -Get microsoftAuthenticatorMethods from users +The details of the Microsoft Authenticator app registered to a user for authentication. ### [Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice](Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice.md) The registered device on which Microsoft Authenticator resides. This property is null if the device is not registered for passwordless Phone Sign-In. ### [Get-MgUserAuthenticationWindowHello](Get-MgUserAuthenticationWindowHello.md) -Get windowsHelloForBusinessMethods from users +Represents the Windows Hello for Business authentication method registered to a user for authentication. ### [Get-MgUserAuthenticationWindowHelloForBusinessMethodDevice](Get-MgUserAuthenticationWindowHelloForBusinessMethodDevice.md) The registered device on which this Windows Hello for Business key resides. @@ -202,16 +202,16 @@ The policy that specifies the characteristics of SAML tokens issued by Azure AD. The policy that controls the lifetime of a JWT access token, an ID token, or a SAML 1.1/2.0 token issued by Azure AD. ### [New-MgUserAuthenticationFido2Method](New-MgUserAuthenticationFido2Method.md) -Create new navigation property to fido2Methods for users +Represents the FIDO2 security keys registered to a user for authentication. ### [New-MgUserAuthenticationMethod](New-MgUserAuthenticationMethod.md) -Create new navigation property to methods for users +Represents all authentication methods registered to a user. ### [New-MgUserAuthenticationMicrosoftAuthenticatorMethod](New-MgUserAuthenticationMicrosoftAuthenticatorMethod.md) -Create new navigation property to microsoftAuthenticatorMethods for users +The details of the Microsoft Authenticator app registered to a user for authentication. ### [New-MgUserAuthenticationWindowHello](New-MgUserAuthenticationWindowHello.md) -Create new navigation property to windowsHelloForBusinessMethods for users +Represents the Windows Hello for Business authentication method registered to a user for authentication. ### [Remove-MgDataPolicyOperation](Remove-MgDataPolicyOperation.md) Delete entity from dataPolicyOperations @@ -295,20 +295,20 @@ The policy that specifies the characteristics of SAML tokens issued by Azure AD. The policy that controls the lifetime of a JWT access token, an ID token, or a SAML 1.1/2.0 token issued by Azure AD. ### [Remove-MgUserAuthenticationFido2Method](Remove-MgUserAuthenticationFido2Method.md) -Delete navigation property fido2Methods for users +Represents the FIDO2 security keys registered to a user for authentication. ### [Remove-MgUserAuthenticationMethod](Remove-MgUserAuthenticationMethod.md) -Delete navigation property methods for users +Represents all authentication methods registered to a user. ### [Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod](Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod.md) -Delete navigation property microsoftAuthenticatorMethods for users +The details of the Microsoft Authenticator app registered to a user for authentication. ### [Remove-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice](Remove-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice.md) The registered device on which Microsoft Authenticator resides. This property is null if the device is not registered for passwordless Phone Sign-In. ### [Remove-MgUserAuthenticationWindowHello](Remove-MgUserAuthenticationWindowHello.md) -Delete navigation property windowsHelloForBusinessMethods for users +Represents the Windows Hello for Business authentication method registered to a user for authentication. ### [Remove-MgUserAuthenticationWindowHelloForBusinessMethodDevice](Remove-MgUserAuthenticationWindowHelloForBusinessMethodDevice.md) The registered device on which this Windows Hello for Business key resides. @@ -401,20 +401,20 @@ The policy that specifies the characteristics of SAML tokens issued by Azure AD. The policy that controls the lifetime of a JWT access token, an ID token, or a SAML 1.1/2.0 token issued by Azure AD. ### [Update-MgUserAuthenticationFido2Method](Update-MgUserAuthenticationFido2Method.md) -Update the navigation property fido2Methods in users +Represents the FIDO2 security keys registered to a user for authentication. ### [Update-MgUserAuthenticationMethod](Update-MgUserAuthenticationMethod.md) -Update the navigation property methods in users +Represents all authentication methods registered to a user. ### [Update-MgUserAuthenticationMicrosoftAuthenticatorMethod](Update-MgUserAuthenticationMicrosoftAuthenticatorMethod.md) -Update the navigation property microsoftAuthenticatorMethods in users +The details of the Microsoft Authenticator app registered to a user for authentication. ### [Update-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice](Update-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice.md) The registered device on which Microsoft Authenticator resides. This property is null if the device is not registered for passwordless Phone Sign-In. ### [Update-MgUserAuthenticationWindowHello](Update-MgUserAuthenticationWindowHello.md) -Update the navigation property windowsHelloForBusinessMethods in users +Represents the Windows Hello for Business authentication method registered to a user for authentication. ### [Update-MgUserAuthenticationWindowHelloForBusinessMethodDevice](Update-MgUserAuthenticationWindowHelloForBusinessMethodDevice.md) The registered device on which this Windows Hello for Business key resides. diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/New-MgIdentityConditionalAccessPolicy.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/New-MgIdentityConditionalAccessPolicy.md index 952b729865e..504ea102853 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/New-MgIdentityConditionalAccessPolicy.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/New-MgIdentityConditionalAccessPolicy.md @@ -289,7 +289,7 @@ BODYPARAMETER : conditionalAccessPolicy - `[(Any) ]`: This indicates any property can be added to this object. - `[ExcludeLocations ]`: Location IDs excluded from scope of policy. - `[IncludeLocations ]`: Location IDs in scope of policy unless explicitly excluded, All, or AllTrusted. - - `[Platforms ]`: conditionalAccessPlatforms + - `[Platforms ]`: conditionalAccessPlatforms - `[(Any) ]`: This indicates any property can be added to this object. - `[ExcludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue. - `[IncludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue. @@ -357,7 +357,7 @@ CONDITIONS : conditionalAccessCon - `[(Any) ]`: This indicates any property can be added to this object. - `[ExcludeLocations ]`: Location IDs excluded from scope of policy. - `[IncludeLocations ]`: Location IDs in scope of policy unless explicitly excluded, All, or AllTrusted. - - `[Platforms ]`: conditionalAccessPlatforms + - `[Platforms ]`: conditionalAccessPlatforms - `[(Any) ]`: This indicates any property can be added to this object. - `[ExcludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue. - `[IncludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue. diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/New-MgInvitation.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/New-MgInvitation.md index 74f327c07c4..53d78ba377f 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/New-MgInvitation.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/New-MgInvitation.md @@ -394,7 +394,7 @@ BODYPARAMETER : invitation - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -402,9 +402,9 @@ BODYPARAMETER : invitation - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -444,7 +444,7 @@ BODYPARAMETER : invitation - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -864,7 +864,7 @@ BODYPARAMETER : invitation - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[AllTime ]`: itemActivityStat + - `[AllTime ]`: itemActivityStat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Access ]`: itemActionStat @@ -889,8 +889,8 @@ BODYPARAMETER : invitation - `[IsTrending ]`: Indicates whether the item is 'trending.' Read-only. - `[Move ]`: itemActionStat - `[StartDateTime ]`: When the interval starts. Read-only. - - `[ItemActivityStats ]`: - - `[LastSevenDays ]`: itemActivityStat + - `[ItemActivityStats ]`: + - `[LastSevenDays ]`: itemActivityStat - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -948,7 +948,7 @@ BODYPARAMETER : invitation - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1092,7 +1092,7 @@ BODYPARAMETER : invitation - `[SharepointIds ]`: sharepointIds - `[Size ]`: Size of the item in bytes. Read-only. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -1129,7 +1129,7 @@ BODYPARAMETER : invitation - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -1525,7 +1525,7 @@ BODYPARAMETER : invitation - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1544,14 +1544,14 @@ BODYPARAMETER : invitation - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. - `[Hidden ]`: If true, indicates that the list is not normally visible in the SharePoint user experience. - `[Template ]`: 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 ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[System ]`: systemFacet - `[(Any) ]`: This indicates any property can be added to this object. - `[Owner ]`: identitySet @@ -2602,7 +2602,7 @@ BODYPARAMETER : invitation - `[AllowMeetingChat ]`: meetingChatMode - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. @@ -2653,7 +2653,7 @@ BODYPARAMETER : invitation - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. @@ -2894,7 +2894,7 @@ INVITEDUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -2902,9 +2902,9 @@ INVITEDUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -2944,7 +2944,7 @@ INVITEDUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3364,7 +3364,7 @@ INVITEDUSER : user - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[AllTime ]`: itemActivityStat + - `[AllTime ]`: itemActivityStat - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Access ]`: itemActionStat @@ -3389,8 +3389,8 @@ INVITEDUSER : user - `[IsTrending ]`: Indicates whether the item is 'trending.' Read-only. - `[Move ]`: itemActionStat - `[StartDateTime ]`: When the interval starts. Read-only. - - `[ItemActivityStats ]`: - - `[LastSevenDays ]`: itemActivityStat + - `[ItemActivityStats ]`: + - `[LastSevenDays ]`: itemActivityStat - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -3448,7 +3448,7 @@ INVITEDUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -3592,7 +3592,7 @@ INVITEDUSER : user - `[SharepointIds ]`: sharepointIds - `[Size ]`: Size of the item in bytes. Read-only. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -3629,7 +3629,7 @@ INVITEDUSER : user - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -4025,7 +4025,7 @@ INVITEDUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -4044,14 +4044,14 @@ INVITEDUSER : user - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. - `[Hidden ]`: If true, indicates that the list is not normally visible in the SharePoint user experience. - `[Template ]`: 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 ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[System ]`: systemFacet - `[(Any) ]`: This indicates any property can be added to this object. - `[Owner ]`: identitySet @@ -5102,7 +5102,7 @@ INVITEDUSER : user - `[AllowMeetingChat ]`: meetingChatMode - `[AllowTeamworkReactions ]`: Indicates whether Teams reactions are enabled for the meeting. - `[AllowedPresenters ]`: onlineMeetingPresenters - - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. + - `[AttendanceReports ]`: The attendance reports of an online meeting. Read-only. - `[Id ]`: Read-only. - `[AttendanceRecords ]`: List of attendance records of an attendance report. Read-only. - `[Id ]`: Read-only. @@ -5153,7 +5153,7 @@ INVITEDUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: Information of the meeting attendees. - `[Identity ]`: identitySet - - `[Role ]`: onlineMeetingRole + - `[Role ]`: - `[Upn ]`: User principal name of the participant. - `[Organizer ]`: meetingParticipantInfo - `[RecordAutomatically ]`: Indicates whether to record the meeting automatically. diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/New-MgUserAuthenticationFido2Method.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/New-MgUserAuthenticationFido2Method.md index 2869510dd41..26567a3fd95 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/New-MgUserAuthenticationFido2Method.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/New-MgUserAuthenticationFido2Method.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-MgUserAuthenticationFido2Method ## SYNOPSIS -Create new navigation property to fido2Methods for users +Represents the FIDO2 security keys registered to a user for authentication. ## SYNTAX @@ -40,7 +40,7 @@ New-MgUserAuthenticationFido2Method -InputObject [-Aa ``` ## DESCRIPTION -Create new navigation property to fido2Methods for users +Represents the FIDO2 security keys registered to a user for authentication. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/New-MgUserAuthenticationMethod.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/New-MgUserAuthenticationMethod.md index e2480a8e71e..b5724b0fca6 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/New-MgUserAuthenticationMethod.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/New-MgUserAuthenticationMethod.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-MgUserAuthenticationMethod ## SYNOPSIS -Create new navigation property to methods for users +Represents all authentication methods registered to a user. ## SYNTAX @@ -37,7 +37,7 @@ New-MgUserAuthenticationMethod -InputObject [-Additio ``` ## DESCRIPTION -Create new navigation property to methods for users +Represents all authentication methods registered to a user. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/New-MgUserAuthenticationMicrosoftAuthenticatorMethod.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/New-MgUserAuthenticationMicrosoftAuthenticatorMethod.md index 3464eaec72b..a3f53ad0aea 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/New-MgUserAuthenticationMicrosoftAuthenticatorMethod.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/New-MgUserAuthenticationMicrosoftAuthenticatorMethod.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-MgUserAuthenticationMicrosoftAuthenticatorMethod ## SYNOPSIS -Create new navigation property to microsoftAuthenticatorMethods for users +The details of the Microsoft Authenticator app registered to a user for authentication. ## SYNTAX @@ -42,7 +42,7 @@ New-MgUserAuthenticationMicrosoftAuthenticatorMethod -InputObject ``` ## DESCRIPTION -Create new navigation property to windowsHelloForBusinessMethods for users +Represents the Windows Hello for Business authentication method registered to a user for authentication. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Remove-MgUserAuthenticationFido2Method.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Remove-MgUserAuthenticationFido2Method.md index 314219b61ce..b0bcda2e429 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Remove-MgUserAuthenticationFido2Method.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Remove-MgUserAuthenticationFido2Method.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Remove-MgUserAuthenticationFido2Method ## SYNOPSIS -Delete navigation property fido2Methods for users +Represents the FIDO2 security keys registered to a user for authentication. ## SYNTAX @@ -25,7 +25,7 @@ Remove-MgUserAuthenticationFido2Method -InputObject [ ``` ## DESCRIPTION -Delete navigation property fido2Methods for users +Represents the FIDO2 security keys registered to a user for authentication. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Remove-MgUserAuthenticationMethod.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Remove-MgUserAuthenticationMethod.md index 2f1e36fb7ff..c4c1f8cd515 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Remove-MgUserAuthenticationMethod.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Remove-MgUserAuthenticationMethod.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Remove-MgUserAuthenticationMethod ## SYNOPSIS -Delete navigation property methods for users +Represents all authentication methods registered to a user. ## SYNTAX @@ -25,7 +25,7 @@ Remove-MgUserAuthenticationMethod -InputObject [-IfMa ``` ## DESCRIPTION -Delete navigation property methods for users +Represents all authentication methods registered to a user. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod.md index 8ccf735ea63..5b4ca43d25f 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod ## SYNOPSIS -Delete navigation property microsoftAuthenticatorMethods for users +The details of the Microsoft Authenticator app registered to a user for authentication. ## SYNTAX @@ -25,7 +25,7 @@ Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod -InputObject [ ``` ## DESCRIPTION -Delete navigation property windowsHelloForBusinessMethods for users +Represents the Windows Hello for Business authentication method registered to a user for authentication. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Update-MgIdentityConditionalAccessPolicy.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Update-MgIdentityConditionalAccessPolicy.md index ff11670e645..b1057743820 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Update-MgIdentityConditionalAccessPolicy.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Update-MgIdentityConditionalAccessPolicy.md @@ -355,7 +355,7 @@ BODYPARAMETER : conditionalAccessPolicy - `[(Any) ]`: This indicates any property can be added to this object. - `[ExcludeLocations ]`: Location IDs excluded from scope of policy. - `[IncludeLocations ]`: Location IDs in scope of policy unless explicitly excluded, All, or AllTrusted. - - `[Platforms ]`: conditionalAccessPlatforms + - `[Platforms ]`: conditionalAccessPlatforms - `[(Any) ]`: This indicates any property can be added to this object. - `[ExcludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue. - `[IncludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue. @@ -423,7 +423,7 @@ CONDITIONS : conditionalAccessCon - `[(Any) ]`: This indicates any property can be added to this object. - `[ExcludeLocations ]`: Location IDs excluded from scope of policy. - `[IncludeLocations ]`: Location IDs in scope of policy unless explicitly excluded, All, or AllTrusted. - - `[Platforms ]`: conditionalAccessPlatforms + - `[Platforms ]`: conditionalAccessPlatforms - `[(Any) ]`: This indicates any property can be added to this object. - `[ExcludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue. - `[IncludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue. diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Update-MgUserAuthenticationFido2Method.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Update-MgUserAuthenticationFido2Method.md index 24944b9c85b..3f5a5fe25ba 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Update-MgUserAuthenticationFido2Method.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Update-MgUserAuthenticationFido2Method.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-MgUserAuthenticationFido2Method ## SYNOPSIS -Update the navigation property fido2Methods in users +Represents the FIDO2 security keys registered to a user for authentication. ## SYNTAX @@ -43,7 +43,7 @@ Update-MgUserAuthenticationFido2Method -InputObject [ ``` ## DESCRIPTION -Update the navigation property fido2Methods in users +Represents the FIDO2 security keys registered to a user for authentication. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Update-MgUserAuthenticationMethod.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Update-MgUserAuthenticationMethod.md index 8ed1b3d0e2d..c4450524f38 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Update-MgUserAuthenticationMethod.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Update-MgUserAuthenticationMethod.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-MgUserAuthenticationMethod ## SYNOPSIS -Update the navigation property methods in users +Represents all authentication methods registered to a user. ## SYNTAX @@ -37,7 +37,7 @@ Update-MgUserAuthenticationMethod -InputObject [-Addi ``` ## DESCRIPTION -Update the navigation property methods in users +Represents all authentication methods registered to a user. ## EXAMPLES diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Update-MgUserAuthenticationMicrosoftAuthenticatorMethod.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Update-MgUserAuthenticationMicrosoftAuthenticatorMethod.md index b8a165d804e..91c2fe168f5 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Update-MgUserAuthenticationMicrosoftAuthenticatorMethod.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Update-MgUserAuthenticationMicrosoftAuthenticatorMethod.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-MgUserAuthenticationMicrosoftAuthenticatorMethod ## SYNOPSIS -Update the navigation property microsoftAuthenticatorMethods in users +The details of the Microsoft Authenticator app registered to a user for authentication. ## SYNTAX @@ -43,7 +43,7 @@ Update-MgUserAuthenticationMicrosoftAuthenticatorMethod -InputObject ``` ## DESCRIPTION -Update the navigation property windowsHelloForBusinessMethods in users +Represents the Windows Hello for Business authentication method registered to a user for authentication. ## EXAMPLES diff --git a/src/Search/Search/docs/v1.0-beta/Get-MgSearchAcronym.md b/src/Search/Search/docs/v1.0-beta/Get-MgSearchAcronym.md index 0ac309ba348..4acc4e000d8 100644 --- a/src/Search/Search/docs/v1.0-beta/Get-MgSearchAcronym.md +++ b/src/Search/Search/docs/v1.0-beta/Get-MgSearchAcronym.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-MgSearchAcronym ## SYNOPSIS -Get acronyms from search +Administrative answer in Microsoft Search results to define common acronyms in a organization. ## SYNTAX @@ -32,7 +32,7 @@ Get-MgSearchAcronym -InputObject [-ExpandProperty ] ``` ## DESCRIPTION -Get acronyms from search +Administrative answer in Microsoft Search results to define common acronyms in a organization. ## EXAMPLES diff --git a/src/Search/Search/docs/v1.0-beta/Get-MgSearchBookmark.md b/src/Search/Search/docs/v1.0-beta/Get-MgSearchBookmark.md index 9aea3283748..230114b7d90 100644 --- a/src/Search/Search/docs/v1.0-beta/Get-MgSearchBookmark.md +++ b/src/Search/Search/docs/v1.0-beta/Get-MgSearchBookmark.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-MgSearchBookmark ## SYNOPSIS -Get bookmarks from search +Administrative answer in Microsoft Search results for common search queries in an organization. ## SYNTAX @@ -32,7 +32,7 @@ Get-MgSearchBookmark -InputObject [-ExpandProperty ] ``` ## DESCRIPTION -Get bookmarks from search +Administrative answer in Microsoft Search results for common search queries in an organization. ## EXAMPLES diff --git a/src/Search/Search/docs/v1.0-beta/Get-MgSearchQna.md b/src/Search/Search/docs/v1.0-beta/Get-MgSearchQna.md index 25abc67ec20..aed480fbfd5 100644 --- a/src/Search/Search/docs/v1.0-beta/Get-MgSearchQna.md +++ b/src/Search/Search/docs/v1.0-beta/Get-MgSearchQna.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-MgSearchQna ## SYNOPSIS -Get qnas from search +Administrative answer in Microsoft Search results which provide answers for specific search keywords in an organization. ## SYNTAX @@ -31,7 +31,7 @@ Get-MgSearchQna -InputObject [-ExpandProperty ] [-Pr ``` ## DESCRIPTION -Get qnas from search +Administrative answer in Microsoft Search results which provide answers for specific search keywords in an organization. ## EXAMPLES diff --git a/src/Search/Search/docs/v1.0-beta/Invoke-MgQuerySearch.md b/src/Search/Search/docs/v1.0-beta/Invoke-MgQuerySearch.md index a4f8cb97f0e..fac8ea9ed75 100644 --- a/src/Search/Search/docs/v1.0-beta/Invoke-MgQuerySearch.md +++ b/src/Search/Search/docs/v1.0-beta/Invoke-MgQuerySearch.md @@ -157,20 +157,20 @@ BODYPARAMETER ]`: searchQueryString - `[(Any) ]`: This indicates any property can be added to this object. - `[Query ]`: Contains the actual search terms of the request. - - `[QueryTemplate ]`: + - `[QueryTemplate ]`: Provides a way to decorate the query string. Supports both KQL and query variables. Optional. - `[QueryAlterationOptions ]`: searchAlterationOptions - `[(Any) ]`: This indicates any property can be added to this object. - - `[EnableModification ]`: Indicates whether spelling modifications are enabled. If enabled, user will get the search results for corrected query when there are no results for the original query with typos and get the spelling modification information in queryAlterationResponse property of the response. Optional. - - `[EnableSuggestion ]`: Indicates whether spelling suggestions are enabled. If enabled, user will get the search results for original search query and suggesting spelling correction in queryAlterationResponse property of the response for typos in query. Optional. + - `[EnableModification ]`: Indicates whether spelling modifications are enabled. If enabled, the user will get the search results for the corrected query in case of no results for the original query with typos. The response will also include the spelling modification information in the queryAlterationResponse property. Optional. + - `[EnableSuggestion ]`: Indicates whether spelling suggestions are enabled. If enabled, the user will get the search results for the original search query and suggestions for spelling correction in the queryAlterationResponse property of the response for the typos in the query. Optional. - `[ResultTemplateOptions ]`: resultTemplateOption - `[(Any) ]`: This indicates any property can be added to this object. - - `[EnableResultTemplate ]`: Indicates whether search display layouts are enabled. If enabled, the user will get the result template to render the search results content in the resultTemplates property of the response. The result template is based on Adaptive Cards. This property is optional. + - `[EnableResultTemplate ]`: Indicates whether search display layouts are enabled. If enabled, the user will get the result template to render the search results content in the resultTemplates property of the response. The result template is based on Adaptive Cards. Optional. - `[Size ]`: The size of the page to be retrieved. Optional. - `[SortProperties ]`: Contains the ordered collection of fields and direction to sort results. There can be at most 5 sort properties in the collection. Optional. - `[IsDescending ]`: True if the sort order is descending. Default is false, with the sort order as ascending. Optional. - `[Name ]`: The name of the property to sort on. Required. - `[StoredFields ]`: - - `[TrimDuplicates ]`: + - `[TrimDuplicates ]`: Indicates whether to trim away the duplicate SharePoint files from search results. Default value is false. Optional. REQUESTS : . - `[AggregationFilters ]`: Contains one or more filters to obtain search results aggregated and filtered to a specific value of a field. Optional.Build this filter based on a prior search that aggregates by the same field. From the response of the prior search, identify the searchBucket that filters results to the specific value of the field, use the string in its aggregationFilterToken property, and build an aggregation filter string in the format '{field}:/'{aggregationFilterToken}/''. If multiple values for the same field need to be provided, use the strings in its aggregationFilterToken property and build an aggregation filter string in the format '{field}:or(/'{aggregationFilterToken1}/',/'{aggregationFilterToken2}/')'. For example, searching and aggregating drive items by file type returns a searchBucket for the file type docx in the response. You can conveniently use the aggregationFilterToken returned for this searchBucket in a subsequent search query and filter matches down to drive items of the docx file type. Example 1 and example 2 show the actual requests and responses. @@ -197,20 +197,20 @@ REQUESTS : . - `[QueryString1 ]`: searchQueryString - `[(Any) ]`: This indicates any property can be added to this object. - `[Query ]`: Contains the actual search terms of the request. - - `[QueryTemplate ]`: + - `[QueryTemplate ]`: Provides a way to decorate the query string. Supports both KQL and query variables. Optional. - `[QueryAlterationOptions ]`: searchAlterationOptions - `[(Any) ]`: This indicates any property can be added to this object. - - `[EnableModification ]`: Indicates whether spelling modifications are enabled. If enabled, user will get the search results for corrected query when there are no results for the original query with typos and get the spelling modification information in queryAlterationResponse property of the response. Optional. - - `[EnableSuggestion ]`: Indicates whether spelling suggestions are enabled. If enabled, user will get the search results for original search query and suggesting spelling correction in queryAlterationResponse property of the response for typos in query. Optional. + - `[EnableModification ]`: Indicates whether spelling modifications are enabled. If enabled, the user will get the search results for the corrected query in case of no results for the original query with typos. The response will also include the spelling modification information in the queryAlterationResponse property. Optional. + - `[EnableSuggestion ]`: Indicates whether spelling suggestions are enabled. If enabled, the user will get the search results for the original search query and suggestions for spelling correction in the queryAlterationResponse property of the response for the typos in the query. Optional. - `[ResultTemplateOptions ]`: resultTemplateOption - `[(Any) ]`: This indicates any property can be added to this object. - - `[EnableResultTemplate ]`: Indicates whether search display layouts are enabled. If enabled, the user will get the result template to render the search results content in the resultTemplates property of the response. The result template is based on Adaptive Cards. This property is optional. + - `[EnableResultTemplate ]`: Indicates whether search display layouts are enabled. If enabled, the user will get the result template to render the search results content in the resultTemplates property of the response. The result template is based on Adaptive Cards. Optional. - `[Size ]`: The size of the page to be retrieved. Optional. - `[SortProperties ]`: Contains the ordered collection of fields and direction to sort results. There can be at most 5 sort properties in the collection. Optional. - `[IsDescending ]`: True if the sort order is descending. Default is false, with the sort order as ascending. Optional. - `[Name ]`: The name of the property to sort on. Required. - `[StoredFields ]`: - - `[TrimDuplicates ]`: + - `[TrimDuplicates ]`: Indicates whether to trim away the duplicate SharePoint files from search results. Default value is false. Optional. ## RELATED LINKS diff --git a/src/Search/Search/docs/v1.0-beta/Microsoft.Graph.Search.md b/src/Search/Search/docs/v1.0-beta/Microsoft.Graph.Search.md index 1aefb49576f..6b47d9e0e91 100644 --- a/src/Search/Search/docs/v1.0-beta/Microsoft.Graph.Search.md +++ b/src/Search/Search/docs/v1.0-beta/Microsoft.Graph.Search.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Search -Module Guid: b4817045-a0de-4b95-ba53-0209d04d51dc +Module Guid: d9e348d1-744f-41f1-bb22-e11fd1ad13f6 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.search Help Version: 1.0.0.0 Locale: en-US @@ -18,16 +18,16 @@ Get external Get connections from external ### [Get-MgSearchAcronym](Get-MgSearchAcronym.md) -Get acronyms from search +Administrative answer in Microsoft Search results to define common acronyms in a organization. ### [Get-MgSearchBookmark](Get-MgSearchBookmark.md) -Get bookmarks from search +Administrative answer in Microsoft Search results for common search queries in an organization. ### [Get-MgSearchEntity](Get-MgSearchEntity.md) Get search ### [Get-MgSearchQna](Get-MgSearchQna.md) -Get qnas from search +Administrative answer in Microsoft Search results which provide answers for specific search keywords in an organization. ### [Invoke-MgQuerySearch](Invoke-MgQuerySearch.md) Invoke action query @@ -36,25 +36,25 @@ Invoke action query Create new navigation property to connections for external ### [New-MgSearchAcronym](New-MgSearchAcronym.md) -Create new navigation property to acronyms for search +Administrative answer in Microsoft Search results to define common acronyms in a organization. ### [New-MgSearchBookmark](New-MgSearchBookmark.md) -Create new navigation property to bookmarks for search +Administrative answer in Microsoft Search results for common search queries in an organization. ### [New-MgSearchQna](New-MgSearchQna.md) -Create new navigation property to qnas for search +Administrative answer in Microsoft Search results which provide answers for specific search keywords in an organization. ### [Remove-MgExternalConnection](Remove-MgExternalConnection.md) Delete navigation property connections for external ### [Remove-MgSearchAcronym](Remove-MgSearchAcronym.md) -Delete navigation property acronyms for search +Administrative answer in Microsoft Search results to define common acronyms in a organization. ### [Remove-MgSearchBookmark](Remove-MgSearchBookmark.md) -Delete navigation property bookmarks for search +Administrative answer in Microsoft Search results for common search queries in an organization. ### [Remove-MgSearchQna](Remove-MgSearchQna.md) -Delete navigation property qnas for search +Administrative answer in Microsoft Search results which provide answers for specific search keywords in an organization. ### [Update-MgExternal](Update-MgExternal.md) Update external @@ -63,14 +63,14 @@ Update external Update the navigation property connections in external ### [Update-MgSearchAcronym](Update-MgSearchAcronym.md) -Update the navigation property acronyms in search +Administrative answer in Microsoft Search results to define common acronyms in a organization. ### [Update-MgSearchBookmark](Update-MgSearchBookmark.md) -Update the navigation property bookmarks in search +Administrative answer in Microsoft Search results for common search queries in an organization. ### [Update-MgSearchEntity](Update-MgSearchEntity.md) Update search ### [Update-MgSearchQna](Update-MgSearchQna.md) -Update the navigation property qnas in search +Administrative answer in Microsoft Search results which provide answers for specific search keywords in an organization. diff --git a/src/Search/Search/docs/v1.0-beta/New-MgExternalConnection.md b/src/Search/Search/docs/v1.0-beta/New-MgExternalConnection.md index 76fd9b7ff6d..99f6d7a1bf5 100644 --- a/src/Search/Search/docs/v1.0-beta/New-MgExternalConnection.md +++ b/src/Search/Search/docs/v1.0-beta/New-MgExternalConnection.md @@ -341,7 +341,7 @@ BODYPARAMETER : externalCo - `[Id ]`: Read-only. - `[Description ]`: The description of the external group. Optional. - `[DisplayName ]`: The friendly name of the external group. Optional. - - `[Members ]`: A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or other externalGroups as members. + - `[Members ]`: A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or an externalGroup as members. - `[Id ]`: Read-only. - `[Type ]`: identityType - `[IngestedItemsCount ]`: @@ -351,7 +351,7 @@ BODYPARAMETER : externalCo - `[AccessType ]`: accessType - `[IdentitySource ]`: identitySourceType - `[Type ]`: aclType - - `[Value ]`: The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup. + - `[Value ]`: The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup - `[Content ]`: externalItemContent - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: externalItemContentType @@ -384,14 +384,14 @@ BODYPARAMETER : externalCo - `[Schema ]`: schema - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[BaseType ]`: Must be set to microsoft.graph.externalItem. Required. + - `[BaseType ]`: Must be set to microsoft.graph.externalConnector.externalItem. Required. - `[Properties ]`: The properties defined for the items in the connection. The minimum number of properties is one, the maximum is 128. - `[Aliases ]`: A set of aliases or a friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional. - `[IsQueryable ]`: Specifies if the property is queryable. Queryable properties can be used in Keyword Query Language (KQL) queries. Optional. - `[IsRefinable ]`: Specifies if the property is refinable. Refinable properties can be used to filter search results in the Search API and add a refiner control in the Microsoft Search user experience. Optional. - `[IsRetrievable ]`: Specifies if the property is retrievable. Retrievable properties are returned in the result set when items are returned by the search API. Retrievable properties are also available to add to the display template used to render search results. Optional. - - `[IsSearchable ]`: Specifies if the property is searchable. Only properties of type string or stringCollection can be searchable. Non-searchable properties are not added to the search index. Optional. - - `[Labels ]`: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, iconUrl, containerName, containerUrl. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: iconUrl, containerName, containerUrl. + - `[IsSearchable ]`: Specifies if the property is searchable. Only properties of type String or StringCollection can be searchable. Non-searchable properties are not added to the search index. Optional. + - `[Labels ]`: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue. Optional. - `[Name ]`: The name of the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Required. - `[Type ]`: propertyType - `[SearchSettings ]`: searchSettings @@ -416,7 +416,7 @@ GROUPS : Read-only. Nullable. - `[Id ]`: Read-only. - `[Description ]`: The description of the external group. Optional. - `[DisplayName ]`: The friendly name of the external group. Optional. - - `[Members ]`: A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or other externalGroups as members. + - `[Members ]`: A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or an externalGroup as members. - `[Id ]`: Read-only. - `[Type ]`: identityType @@ -426,7 +426,7 @@ ITEMS : Read-only. Nullable. - `[AccessType ]`: accessType - `[IdentitySource ]`: identitySourceType - `[Type ]`: aclType - - `[Value ]`: The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup. + - `[Value ]`: The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup - `[Content ]`: externalItemContent - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: externalItemContentType @@ -461,14 +461,14 @@ QUOTA : connectionQuota SCHEMA : schema - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[BaseType ]`: Must be set to microsoft.graph.externalItem. Required. + - `[BaseType ]`: Must be set to microsoft.graph.externalConnector.externalItem. Required. - `[Properties ]`: The properties defined for the items in the connection. The minimum number of properties is one, the maximum is 128. - `[Aliases ]`: A set of aliases or a friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional. - `[IsQueryable ]`: Specifies if the property is queryable. Queryable properties can be used in Keyword Query Language (KQL) queries. Optional. - `[IsRefinable ]`: Specifies if the property is refinable. Refinable properties can be used to filter search results in the Search API and add a refiner control in the Microsoft Search user experience. Optional. - `[IsRetrievable ]`: Specifies if the property is retrievable. Retrievable properties are returned in the result set when items are returned by the search API. Retrievable properties are also available to add to the display template used to render search results. Optional. - - `[IsSearchable ]`: Specifies if the property is searchable. Only properties of type string or stringCollection can be searchable. Non-searchable properties are not added to the search index. Optional. - - `[Labels ]`: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, iconUrl, containerName, containerUrl. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: iconUrl, containerName, containerUrl. + - `[IsSearchable ]`: Specifies if the property is searchable. Only properties of type String or StringCollection can be searchable. Non-searchable properties are not added to the search index. Optional. + - `[Labels ]`: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue. Optional. - `[Name ]`: The name of the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Required. - `[Type ]`: propertyType diff --git a/src/Search/Search/docs/v1.0-beta/New-MgSearchAcronym.md b/src/Search/Search/docs/v1.0-beta/New-MgSearchAcronym.md index 48cea4c27a1..6b12361d8b2 100644 --- a/src/Search/Search/docs/v1.0-beta/New-MgSearchAcronym.md +++ b/src/Search/Search/docs/v1.0-beta/New-MgSearchAcronym.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-MgSearchAcronym ## SYNOPSIS -Create new navigation property to acronyms for search +Administrative answer in Microsoft Search results to define common acronyms in a organization. ## SYNTAX @@ -25,7 +25,7 @@ New-MgSearchAcronym -BodyParameter [-Confirm] [-W ``` ## DESCRIPTION -Create new navigation property to acronyms for search +Administrative answer in Microsoft Search results to define common acronyms in a organization. ## EXAMPLES @@ -63,7 +63,7 @@ Accept wildcard characters: False ``` ### -Description -. +Search answer description shown on search results page. ```yaml Type: System.String @@ -78,7 +78,7 @@ Accept wildcard characters: False ``` ### -DisplayName -. +Search answer name displayed in search results. ```yaml Type: System.String @@ -124,7 +124,8 @@ Accept wildcard characters: False ``` ### -LastModifiedDateTime -. +Timestamp of when the search answer is created or edited. +Read-only. ```yaml Type: System.DateTime @@ -139,7 +140,7 @@ Accept wildcard characters: False ``` ### -StandsFor -. +What the acronym stands for. ```yaml Type: System.String @@ -169,7 +170,8 @@ Accept wildcard characters: False ``` ### -WebUrl -. +Search answer URL link. +When users click this search answer in search results, they will go to this URL. ```yaml Type: System.String @@ -236,8 +238,8 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : acronym - `[(Any) ]`: This indicates any property can be added to this object. - - `[Description ]`: - - `[DisplayName ]`: + - `[Description ]`: Search answer description shown on search results page. + - `[DisplayName ]`: Search answer name displayed in search results. - `[LastModifiedBy ]`: identitySet - `[(Any) ]`: This indicates any property can be added to this object. - `[Application ]`: identity @@ -246,10 +248,10 @@ BODYPARAMETER : acronym - `[Id ]`: - `[Device ]`: identity - `[User ]`: identity - - `[LastModifiedDateTime ]`: - - `[WebUrl ]`: + - `[LastModifiedDateTime ]`: Timestamp of when the search answer is created or edited. Read-only. + - `[WebUrl ]`: Search answer URL link. When users click this search answer in search results, they will go to this URL. - `[Id ]`: Read-only. - - `[StandsFor ]`: + - `[StandsFor ]`: What the acronym stands for. - `[State ]`: answerState LASTMODIFIEDBY : identitySet diff --git a/src/Search/Search/docs/v1.0-beta/New-MgSearchBookmark.md b/src/Search/Search/docs/v1.0-beta/New-MgSearchBookmark.md index 450a7aa39ee..ca7a45cce2d 100644 --- a/src/Search/Search/docs/v1.0-beta/New-MgSearchBookmark.md +++ b/src/Search/Search/docs/v1.0-beta/New-MgSearchBookmark.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-MgSearchBookmark ## SYNOPSIS -Create new navigation property to bookmarks for search +Administrative answer in Microsoft Search results for common search queries in an organization. ## SYNTAX @@ -30,7 +30,7 @@ New-MgSearchBookmark -BodyParameter [-Confirm] [ ``` ## DESCRIPTION -Create new navigation property to bookmarks for search +Administrative answer in Microsoft Search results for common search queries in an organization. ## EXAMPLES @@ -52,7 +52,8 @@ Accept wildcard characters: False ``` ### -AvailabilityEndDateTime -. +Timestamp of when the bookmark will stop to appear as a search result. +Set as null for always available. ```yaml Type: System.DateTime @@ -67,7 +68,8 @@ Accept wildcard characters: False ``` ### -AvailabilityStartDateTime -. +Timestamp of when the bookmark will start to appear as a search result. +Set as null for always available. ```yaml Type: System.DateTime @@ -98,7 +100,8 @@ Accept wildcard characters: False ``` ### -Categories -. +Categories commonly used to describe this bookmark. +For example, IT and HR. ```yaml Type: System.String[] @@ -113,7 +116,7 @@ Accept wildcard characters: False ``` ### -Description -. +Search answer description shown on search results page. ```yaml Type: System.String @@ -128,7 +131,7 @@ Accept wildcard characters: False ``` ### -DisplayName -. +Search answer name displayed in search results. ```yaml Type: System.String @@ -143,7 +146,7 @@ Accept wildcard characters: False ``` ### -GroupIds -. +List of security groups able to view this bookmark. ```yaml Type: System.String[] @@ -173,7 +176,8 @@ Accept wildcard characters: False ``` ### -IsSuggested -. +True if this bookmark was suggested to the admin by a user or was mined and suggested by Microsoft. +Read-only. ```yaml Type: System.Management.Automation.SwitchParameter @@ -204,7 +208,10 @@ Accept wildcard characters: False ``` ### -LanguageTags -. +A list of language names that are geographically specific and that this bookmark can be viewed in. +Each language tag value follows the pattern {language}-{REGION}. +As an example, en-US is English as used in the United States. +See supported language tags for the list of possible values. ```yaml Type: System.String[] @@ -235,7 +242,8 @@ Accept wildcard characters: False ``` ### -LastModifiedDateTime -. +Timestamp of when the search answer is created or edited. +Read-only. ```yaml Type: System.DateTime @@ -250,7 +258,8 @@ Accept wildcard characters: False ``` ### -Platforms -. +List of devices and operating systems able to view this bookmark. +Possible values are: unknown, android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, androidASOP. ```yaml Type: System.String[] @@ -265,7 +274,8 @@ Accept wildcard characters: False ``` ### -PowerAppIds -. +List of Power Apps associated with this bookmark. +If users add existing Power Apps to a bookmark, they can complete tasks, such as to enter vacation time or to report expenses on the search results page. ```yaml Type: System.String[] @@ -295,7 +305,9 @@ Accept wildcard characters: False ``` ### -TargetedVariations -. +Variations of a bookmark for different countries or devices. +Use when you need to show different content to users based on their device, country/region, or both. +The date and group settings will apply to all variations. To construct, please use Get-Help -Online and see NOTES section for TARGETEDVARIATIONS properties and create a hash table. ```yaml @@ -311,7 +323,8 @@ Accept wildcard characters: False ``` ### -WebUrl -. +Search answer URL link. +When users click this search answer in search results, they will go to this URL. ```yaml Type: System.String @@ -378,8 +391,8 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : bookmark - `[(Any) ]`: This indicates any property can be added to this object. - - `[Description ]`: - - `[DisplayName ]`: + - `[Description ]`: Search answer description shown on search results page. + - `[DisplayName ]`: Search answer name displayed in search results. - `[LastModifiedBy ]`: identitySet - `[(Any) ]`: This indicates any property can be added to this object. - `[Application ]`: identity @@ -388,35 +401,35 @@ BODYPARAMETER : bookmark - `[Id ]`: - `[Device ]`: identity - `[User ]`: identity - - `[LastModifiedDateTime ]`: - - `[WebUrl ]`: + - `[LastModifiedDateTime ]`: Timestamp of when the search answer is created or edited. Read-only. + - `[WebUrl ]`: Search answer URL link. When users click this search answer in search results, they will go to this URL. - `[Id ]`: Read-only. - - `[AvailabilityEndDateTime ]`: - - `[AvailabilityStartDateTime ]`: - - `[Categories ]`: - - `[GroupIds ]`: - - `[IsSuggested ]`: + - `[AvailabilityEndDateTime ]`: Timestamp of when the bookmark will stop to appear as a search result. Set as null for always available. + - `[AvailabilityStartDateTime ]`: Timestamp of when the bookmark will start to appear as a search result. Set as null for always available. + - `[Categories ]`: Categories commonly used to describe this bookmark. For example, IT and HR. + - `[GroupIds ]`: List of security groups able to view this bookmark. + - `[IsSuggested ]`: True if this bookmark was suggested to the admin by a user or was mined and suggested by Microsoft. Read-only. - `[Keywords ]`: answerKeyword - `[(Any) ]`: This indicates any property can be added to this object. - - `[Keywords ]`: - - `[MatchSimilarKeywords ]`: - - `[ReservedKeywords ]`: - - `[LanguageTags ]`: - - `[Platforms ]`: - - `[PowerAppIds ]`: + - `[Keywords ]`: A collection of keywords used to trigger the search answer. + - `[MatchSimilarKeywords ]`: If true, indicates that the search term contains similar words to the keywords that should trigger the search answer. + - `[ReservedKeywords ]`: Unique keywords that will guarantee the search answer is triggered. + - `[LanguageTags ]`: A list of language names that are geographically specific and that this bookmark can be viewed in. Each language tag value follows the pattern {language}-{REGION}. As an example, en-US is English as used in the United States. See supported language tags for the list of possible values. + - `[Platforms ]`: List of devices and operating systems able to view this bookmark. Possible values are: unknown, android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, androidASOP. + - `[PowerAppIds ]`: List of Power Apps associated with this bookmark. If users add existing Power Apps to a bookmark, they can complete tasks, such as to enter vacation time or to report expenses on the search results page. - `[State ]`: answerState - - `[TargetedVariations ]`: - - `[Description ]`: - - `[DisplayName ]`: + - `[TargetedVariations ]`: Variations of a bookmark for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings will apply to all variations. + - `[Description ]`: Answer variation description shown on search results page. + - `[DisplayName ]`: Answer variation name displayed in search results. - `[LanguageTag ]`: - `[Platform ]`: Supported platform types. - - `[WebUrl ]`: + - `[WebUrl ]`: Answer variation URL link. When users click this answer variation in search results, they will go to this URL. KEYWORDS : answerKeyword - `[(Any) ]`: This indicates any property can be added to this object. - - `[Keywords ]`: - - `[MatchSimilarKeywords ]`: - - `[ReservedKeywords ]`: + - `[Keywords ]`: A collection of keywords used to trigger the search answer. + - `[MatchSimilarKeywords ]`: If true, indicates that the search term contains similar words to the keywords that should trigger the search answer. + - `[ReservedKeywords ]`: Unique keywords that will guarantee the search answer is triggered. LASTMODIFIEDBY : identitySet - `[(Any) ]`: This indicates any property can be added to this object. @@ -427,12 +440,12 @@ LASTMODIFIEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -TARGETEDVARIATIONS : . - - `[Description ]`: - - `[DisplayName ]`: +TARGETEDVARIATIONS : Variations of a bookmark for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings will apply to all variations. + - `[Description ]`: Answer variation description shown on search results page. + - `[DisplayName ]`: Answer variation name displayed in search results. - `[LanguageTag ]`: - `[Platform ]`: Supported platform types. - - `[WebUrl ]`: + - `[WebUrl ]`: Answer variation URL link. When users click this answer variation in search results, they will go to this URL. ## RELATED LINKS diff --git a/src/Search/Search/docs/v1.0-beta/New-MgSearchQna.md b/src/Search/Search/docs/v1.0-beta/New-MgSearchQna.md index 2c72a995d2f..f3badca4117 100644 --- a/src/Search/Search/docs/v1.0-beta/New-MgSearchQna.md +++ b/src/Search/Search/docs/v1.0-beta/New-MgSearchQna.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-MgSearchQna ## SYNOPSIS -Create new navigation property to qnas for search +Administrative answer in Microsoft Search results which provide answers for specific search keywords in an organization. ## SYNTAX @@ -29,7 +29,7 @@ New-MgSearchQna -BodyParameter [-Confirm] [-WhatIf] [ ``` ## DESCRIPTION -Create new navigation property to qnas for search +Administrative answer in Microsoft Search results which provide answers for specific search keywords in an organization. ## EXAMPLES @@ -51,7 +51,8 @@ Accept wildcard characters: False ``` ### -AvailabilityEndDateTime -. +Timestamp of when the qna will stop to appear as a search result. +Set as null for always available. ```yaml Type: System.DateTime @@ -66,7 +67,8 @@ Accept wildcard characters: False ``` ### -AvailabilityStartDateTime -. +Timestamp of when the qna will start to appear as a search result. +Set as null for always available. ```yaml Type: System.DateTime @@ -97,7 +99,7 @@ Accept wildcard characters: False ``` ### -Description -. +Search answer description shown on search results page. ```yaml Type: System.String @@ -112,7 +114,7 @@ Accept wildcard characters: False ``` ### -DisplayName -. +Search answer name displayed in search results. ```yaml Type: System.String @@ -127,7 +129,7 @@ Accept wildcard characters: False ``` ### -GroupIds -. +List of security groups able to view this qna. ```yaml Type: System.String[] @@ -157,7 +159,8 @@ Accept wildcard characters: False ``` ### -IsSuggested -. +True if this qna was suggested to the admin by a user or was mined and suggested by Microsoft. +Read-only. ```yaml Type: System.Management.Automation.SwitchParameter @@ -188,7 +191,10 @@ Accept wildcard characters: False ``` ### -LanguageTags -. +A list of language names that are geographically specific and that this QnA can be viewed in. +Each language tag value follows the pattern {language}-{REGION}. +As an example, en-US is English as used in the United States. +See supported language tags for the list of possible values. ```yaml Type: System.String[] @@ -219,7 +225,8 @@ Accept wildcard characters: False ``` ### -LastModifiedDateTime -. +Timestamp of when the search answer is created or edited. +Read-only. ```yaml Type: System.DateTime @@ -234,7 +241,8 @@ Accept wildcard characters: False ``` ### -Platforms -. +List of devices and operating systems able to view this qna. +Possible values are: unknown, android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, androidASOP. ```yaml Type: System.String[] @@ -264,7 +272,9 @@ Accept wildcard characters: False ``` ### -TargetedVariations -. +Variations of a qna for different countries or devices. +Use when you need to show different content to users based on their device, country/region, or both. +The date and group settings will apply to all variations. To construct, please use Get-Help -Online and see NOTES section for TARGETEDVARIATIONS properties and create a hash table. ```yaml @@ -280,7 +290,8 @@ Accept wildcard characters: False ``` ### -WebUrl -. +Search answer URL link. +When users click this search answer in search results, they will go to this URL. ```yaml Type: System.String @@ -347,8 +358,8 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : qna - `[(Any) ]`: This indicates any property can be added to this object. - - `[Description ]`: - - `[DisplayName ]`: + - `[Description ]`: Search answer description shown on search results page. + - `[DisplayName ]`: Search answer name displayed in search results. - `[LastModifiedBy ]`: identitySet - `[(Any) ]`: This indicates any property can be added to this object. - `[Application ]`: identity @@ -357,33 +368,33 @@ BODYPARAMETER : qna - `[Id ]`: - `[Device ]`: identity - `[User ]`: identity - - `[LastModifiedDateTime ]`: - - `[WebUrl ]`: + - `[LastModifiedDateTime ]`: Timestamp of when the search answer is created or edited. Read-only. + - `[WebUrl ]`: Search answer URL link. When users click this search answer in search results, they will go to this URL. - `[Id ]`: Read-only. - - `[AvailabilityEndDateTime ]`: - - `[AvailabilityStartDateTime ]`: - - `[GroupIds ]`: - - `[IsSuggested ]`: + - `[AvailabilityEndDateTime ]`: Timestamp of when the qna will stop to appear as a search result. Set as null for always available. + - `[AvailabilityStartDateTime ]`: Timestamp of when the qna will start to appear as a search result. Set as null for always available. + - `[GroupIds ]`: List of security groups able to view this qna. + - `[IsSuggested ]`: True if this qna was suggested to the admin by a user or was mined and suggested by Microsoft. Read-only. - `[Keywords ]`: answerKeyword - `[(Any) ]`: This indicates any property can be added to this object. - - `[Keywords ]`: - - `[MatchSimilarKeywords ]`: - - `[ReservedKeywords ]`: - - `[LanguageTags ]`: - - `[Platforms ]`: + - `[Keywords ]`: A collection of keywords used to trigger the search answer. + - `[MatchSimilarKeywords ]`: If true, indicates that the search term contains similar words to the keywords that should trigger the search answer. + - `[ReservedKeywords ]`: Unique keywords that will guarantee the search answer is triggered. + - `[LanguageTags ]`: A list of language names that are geographically specific and that this QnA can be viewed in. Each language tag value follows the pattern {language}-{REGION}. As an example, en-US is English as used in the United States. See supported language tags for the list of possible values. + - `[Platforms ]`: List of devices and operating systems able to view this qna. Possible values are: unknown, android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, androidASOP. - `[State ]`: answerState - - `[TargetedVariations ]`: - - `[Description ]`: - - `[DisplayName ]`: + - `[TargetedVariations ]`: Variations of a qna for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings will apply to all variations. + - `[Description ]`: Answer variation description shown on search results page. + - `[DisplayName ]`: Answer variation name displayed in search results. - `[LanguageTag ]`: - `[Platform ]`: Supported platform types. - - `[WebUrl ]`: + - `[WebUrl ]`: Answer variation URL link. When users click this answer variation in search results, they will go to this URL. KEYWORDS : answerKeyword - `[(Any) ]`: This indicates any property can be added to this object. - - `[Keywords ]`: - - `[MatchSimilarKeywords ]`: - - `[ReservedKeywords ]`: + - `[Keywords ]`: A collection of keywords used to trigger the search answer. + - `[MatchSimilarKeywords ]`: If true, indicates that the search term contains similar words to the keywords that should trigger the search answer. + - `[ReservedKeywords ]`: Unique keywords that will guarantee the search answer is triggered. LASTMODIFIEDBY : identitySet - `[(Any) ]`: This indicates any property can be added to this object. @@ -394,12 +405,12 @@ LASTMODIFIEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -TARGETEDVARIATIONS : . - - `[Description ]`: - - `[DisplayName ]`: +TARGETEDVARIATIONS : Variations of a qna for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings will apply to all variations. + - `[Description ]`: Answer variation description shown on search results page. + - `[DisplayName ]`: Answer variation name displayed in search results. - `[LanguageTag ]`: - `[Platform ]`: Supported platform types. - - `[WebUrl ]`: + - `[WebUrl ]`: Answer variation URL link. When users click this answer variation in search results, they will go to this URL. ## RELATED LINKS diff --git a/src/Search/Search/docs/v1.0-beta/Remove-MgSearchAcronym.md b/src/Search/Search/docs/v1.0-beta/Remove-MgSearchAcronym.md index 780e1d20252..8995475ff8f 100644 --- a/src/Search/Search/docs/v1.0-beta/Remove-MgSearchAcronym.md +++ b/src/Search/Search/docs/v1.0-beta/Remove-MgSearchAcronym.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Remove-MgSearchAcronym ## SYNOPSIS -Delete navigation property acronyms for search +Administrative answer in Microsoft Search results to define common acronyms in a organization. ## SYNTAX @@ -25,7 +25,7 @@ Remove-MgSearchAcronym -InputObject [-IfMatch ] [-Pass ``` ## DESCRIPTION -Delete navigation property acronyms for search +Administrative answer in Microsoft Search results to define common acronyms in a organization. ## EXAMPLES diff --git a/src/Search/Search/docs/v1.0-beta/Remove-MgSearchBookmark.md b/src/Search/Search/docs/v1.0-beta/Remove-MgSearchBookmark.md index 011a63130f3..a444bde6f4f 100644 --- a/src/Search/Search/docs/v1.0-beta/Remove-MgSearchBookmark.md +++ b/src/Search/Search/docs/v1.0-beta/Remove-MgSearchBookmark.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Remove-MgSearchBookmark ## SYNOPSIS -Delete navigation property bookmarks for search +Administrative answer in Microsoft Search results for common search queries in an organization. ## SYNTAX @@ -25,7 +25,7 @@ Remove-MgSearchBookmark -InputObject [-IfMatch ] [-Pas ``` ## DESCRIPTION -Delete navigation property bookmarks for search +Administrative answer in Microsoft Search results for common search queries in an organization. ## EXAMPLES diff --git a/src/Search/Search/docs/v1.0-beta/Remove-MgSearchQna.md b/src/Search/Search/docs/v1.0-beta/Remove-MgSearchQna.md index e74d9824e43..7e8751a0da0 100644 --- a/src/Search/Search/docs/v1.0-beta/Remove-MgSearchQna.md +++ b/src/Search/Search/docs/v1.0-beta/Remove-MgSearchQna.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Remove-MgSearchQna ## SYNOPSIS -Delete navigation property qnas for search +Administrative answer in Microsoft Search results which provide answers for specific search keywords in an organization. ## SYNTAX @@ -24,7 +24,7 @@ Remove-MgSearchQna -InputObject [-IfMatch ] [-PassThru ``` ## DESCRIPTION -Delete navigation property qnas for search +Administrative answer in Microsoft Search results which provide answers for specific search keywords in an organization. ## EXAMPLES diff --git a/src/Search/Search/docs/v1.0-beta/Update-MgExternal.md b/src/Search/Search/docs/v1.0-beta/Update-MgExternal.md index a663c518bd2..bc3be6dc691 100644 --- a/src/Search/Search/docs/v1.0-beta/Update-MgExternal.md +++ b/src/Search/Search/docs/v1.0-beta/Update-MgExternal.md @@ -158,7 +158,7 @@ BODYPARAMETER : external - `[Id ]`: Read-only. - `[Description ]`: The description of the external group. Optional. - `[DisplayName ]`: The friendly name of the external group. Optional. - - `[Members ]`: A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or other externalGroups as members. + - `[Members ]`: A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or an externalGroup as members. - `[Id ]`: Read-only. - `[Type ]`: identityType - `[IngestedItemsCount ]`: @@ -168,7 +168,7 @@ BODYPARAMETER : external - `[AccessType ]`: accessType - `[IdentitySource ]`: identitySourceType - `[Type ]`: aclType - - `[Value ]`: The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup. + - `[Value ]`: The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup - `[Content ]`: externalItemContent - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: externalItemContentType @@ -201,14 +201,14 @@ BODYPARAMETER : external - `[Schema ]`: schema - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[BaseType ]`: Must be set to microsoft.graph.externalItem. Required. + - `[BaseType ]`: Must be set to microsoft.graph.externalConnector.externalItem. Required. - `[Properties ]`: The properties defined for the items in the connection. The minimum number of properties is one, the maximum is 128. - `[Aliases ]`: A set of aliases or a friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional. - `[IsQueryable ]`: Specifies if the property is queryable. Queryable properties can be used in Keyword Query Language (KQL) queries. Optional. - `[IsRefinable ]`: Specifies if the property is refinable. Refinable properties can be used to filter search results in the Search API and add a refiner control in the Microsoft Search user experience. Optional. - `[IsRetrievable ]`: Specifies if the property is retrievable. Retrievable properties are returned in the result set when items are returned by the search API. Retrievable properties are also available to add to the display template used to render search results. Optional. - - `[IsSearchable ]`: Specifies if the property is searchable. Only properties of type string or stringCollection can be searchable. Non-searchable properties are not added to the search index. Optional. - - `[Labels ]`: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, iconUrl, containerName, containerUrl. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: iconUrl, containerName, containerUrl. + - `[IsSearchable ]`: Specifies if the property is searchable. Only properties of type String or StringCollection can be searchable. Non-searchable properties are not added to the search index. Optional. + - `[Labels ]`: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue. Optional. - `[Name ]`: The name of the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Required. - `[Type ]`: propertyType - `[SearchSettings ]`: searchSettings @@ -236,7 +236,7 @@ CONNECTIONS : . - `[Id ]`: Read-only. - `[Description ]`: The description of the external group. Optional. - `[DisplayName ]`: The friendly name of the external group. Optional. - - `[Members ]`: A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or other externalGroups as members. + - `[Members ]`: A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or an externalGroup as members. - `[Id ]`: Read-only. - `[Type ]`: identityType - `[IngestedItemsCount ]`: @@ -246,7 +246,7 @@ CONNECTIONS : . - `[AccessType ]`: accessType - `[IdentitySource ]`: identitySourceType - `[Type ]`: aclType - - `[Value ]`: The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup. + - `[Value ]`: The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup - `[Content ]`: externalItemContent - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: externalItemContentType @@ -279,14 +279,14 @@ CONNECTIONS : . - `[Schema ]`: schema - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[BaseType ]`: Must be set to microsoft.graph.externalItem. Required. + - `[BaseType ]`: Must be set to microsoft.graph.externalConnector.externalItem. Required. - `[Properties ]`: The properties defined for the items in the connection. The minimum number of properties is one, the maximum is 128. - `[Aliases ]`: A set of aliases or a friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional. - `[IsQueryable ]`: Specifies if the property is queryable. Queryable properties can be used in Keyword Query Language (KQL) queries. Optional. - `[IsRefinable ]`: Specifies if the property is refinable. Refinable properties can be used to filter search results in the Search API and add a refiner control in the Microsoft Search user experience. Optional. - `[IsRetrievable ]`: Specifies if the property is retrievable. Retrievable properties are returned in the result set when items are returned by the search API. Retrievable properties are also available to add to the display template used to render search results. Optional. - - `[IsSearchable ]`: Specifies if the property is searchable. Only properties of type string or stringCollection can be searchable. Non-searchable properties are not added to the search index. Optional. - - `[Labels ]`: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, iconUrl, containerName, containerUrl. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: iconUrl, containerName, containerUrl. + - `[IsSearchable ]`: Specifies if the property is searchable. Only properties of type String or StringCollection can be searchable. Non-searchable properties are not added to the search index. Optional. + - `[Labels ]`: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue. Optional. - `[Name ]`: The name of the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Required. - `[Type ]`: propertyType - `[SearchSettings ]`: searchSettings diff --git a/src/Search/Search/docs/v1.0-beta/Update-MgExternalConnection.md b/src/Search/Search/docs/v1.0-beta/Update-MgExternalConnection.md index 67078967301..050238c816a 100644 --- a/src/Search/Search/docs/v1.0-beta/Update-MgExternalConnection.md +++ b/src/Search/Search/docs/v1.0-beta/Update-MgExternalConnection.md @@ -410,7 +410,7 @@ BODYPARAMETER : externalCo - `[Id ]`: Read-only. - `[Description ]`: The description of the external group. Optional. - `[DisplayName ]`: The friendly name of the external group. Optional. - - `[Members ]`: A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or other externalGroups as members. + - `[Members ]`: A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or an externalGroup as members. - `[Id ]`: Read-only. - `[Type ]`: identityType - `[IngestedItemsCount ]`: @@ -420,7 +420,7 @@ BODYPARAMETER : externalCo - `[AccessType ]`: accessType - `[IdentitySource ]`: identitySourceType - `[Type ]`: aclType - - `[Value ]`: The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup. + - `[Value ]`: The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup - `[Content ]`: externalItemContent - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: externalItemContentType @@ -453,14 +453,14 @@ BODYPARAMETER : externalCo - `[Schema ]`: schema - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[BaseType ]`: Must be set to microsoft.graph.externalItem. Required. + - `[BaseType ]`: Must be set to microsoft.graph.externalConnector.externalItem. Required. - `[Properties ]`: The properties defined for the items in the connection. The minimum number of properties is one, the maximum is 128. - `[Aliases ]`: A set of aliases or a friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional. - `[IsQueryable ]`: Specifies if the property is queryable. Queryable properties can be used in Keyword Query Language (KQL) queries. Optional. - `[IsRefinable ]`: Specifies if the property is refinable. Refinable properties can be used to filter search results in the Search API and add a refiner control in the Microsoft Search user experience. Optional. - `[IsRetrievable ]`: Specifies if the property is retrievable. Retrievable properties are returned in the result set when items are returned by the search API. Retrievable properties are also available to add to the display template used to render search results. Optional. - - `[IsSearchable ]`: Specifies if the property is searchable. Only properties of type string or stringCollection can be searchable. Non-searchable properties are not added to the search index. Optional. - - `[Labels ]`: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, iconUrl, containerName, containerUrl. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: iconUrl, containerName, containerUrl. + - `[IsSearchable ]`: Specifies if the property is searchable. Only properties of type String or StringCollection can be searchable. Non-searchable properties are not added to the search index. Optional. + - `[Labels ]`: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue. Optional. - `[Name ]`: The name of the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Required. - `[Type ]`: propertyType - `[SearchSettings ]`: searchSettings @@ -485,7 +485,7 @@ GROUPS : Read-only. Nullable. - `[Id ]`: Read-only. - `[Description ]`: The description of the external group. Optional. - `[DisplayName ]`: The friendly name of the external group. Optional. - - `[Members ]`: A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or other externalGroups as members. + - `[Members ]`: A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or an externalGroup as members. - `[Id ]`: Read-only. - `[Type ]`: identityType @@ -501,7 +501,7 @@ ITEMS : Read-only. Nullable. - `[AccessType ]`: accessType - `[IdentitySource ]`: identitySourceType - `[Type ]`: aclType - - `[Value ]`: The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup. + - `[Value ]`: The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup - `[Content ]`: externalItemContent - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: externalItemContentType @@ -536,14 +536,14 @@ QUOTA : connectionQuota SCHEMA : schema - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[BaseType ]`: Must be set to microsoft.graph.externalItem. Required. + - `[BaseType ]`: Must be set to microsoft.graph.externalConnector.externalItem. Required. - `[Properties ]`: The properties defined for the items in the connection. The minimum number of properties is one, the maximum is 128. - `[Aliases ]`: A set of aliases or a friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional. - `[IsQueryable ]`: Specifies if the property is queryable. Queryable properties can be used in Keyword Query Language (KQL) queries. Optional. - `[IsRefinable ]`: Specifies if the property is refinable. Refinable properties can be used to filter search results in the Search API and add a refiner control in the Microsoft Search user experience. Optional. - `[IsRetrievable ]`: Specifies if the property is retrievable. Retrievable properties are returned in the result set when items are returned by the search API. Retrievable properties are also available to add to the display template used to render search results. Optional. - - `[IsSearchable ]`: Specifies if the property is searchable. Only properties of type string or stringCollection can be searchable. Non-searchable properties are not added to the search index. Optional. - - `[Labels ]`: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, iconUrl, containerName, containerUrl. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: iconUrl, containerName, containerUrl. + - `[IsSearchable ]`: Specifies if the property is searchable. Only properties of type String or StringCollection can be searchable. Non-searchable properties are not added to the search index. Optional. + - `[Labels ]`: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue. Optional. - `[Name ]`: The name of the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Required. - `[Type ]`: propertyType diff --git a/src/Search/Search/docs/v1.0-beta/Update-MgSearchAcronym.md b/src/Search/Search/docs/v1.0-beta/Update-MgSearchAcronym.md index c5e029628a6..55867265ae7 100644 --- a/src/Search/Search/docs/v1.0-beta/Update-MgSearchAcronym.md +++ b/src/Search/Search/docs/v1.0-beta/Update-MgSearchAcronym.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-MgSearchAcronym ## SYNOPSIS -Update the navigation property acronyms in search +Administrative answer in Microsoft Search results to define common acronyms in a organization. ## SYNTAX @@ -41,7 +41,7 @@ Update-MgSearchAcronym -InputObject [-AdditionalProperties : acronym - `[(Any) ]`: This indicates any property can be added to this object. - - `[Description ]`: - - `[DisplayName ]`: + - `[Description ]`: Search answer description shown on search results page. + - `[DisplayName ]`: Search answer name displayed in search results. - `[LastModifiedBy ]`: identitySet - `[(Any) ]`: This indicates any property can be added to this object. - `[Application ]`: identity @@ -310,10 +312,10 @@ BODYPARAMETER : acronym - `[Id ]`: - `[Device ]`: identity - `[User ]`: identity - - `[LastModifiedDateTime ]`: - - `[WebUrl ]`: + - `[LastModifiedDateTime ]`: Timestamp of when the search answer is created or edited. Read-only. + - `[WebUrl ]`: Search answer URL link. When users click this search answer in search results, they will go to this URL. - `[Id ]`: Read-only. - - `[StandsFor ]`: + - `[StandsFor ]`: What the acronym stands for. - `[State ]`: answerState INPUTOBJECT : Identity Parameter diff --git a/src/Search/Search/docs/v1.0-beta/Update-MgSearchBookmark.md b/src/Search/Search/docs/v1.0-beta/Update-MgSearchBookmark.md index 2b1ca40398a..60ff388e4cb 100644 --- a/src/Search/Search/docs/v1.0-beta/Update-MgSearchBookmark.md +++ b/src/Search/Search/docs/v1.0-beta/Update-MgSearchBookmark.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-MgSearchBookmark ## SYNOPSIS -Update the navigation property bookmarks in search +Administrative answer in Microsoft Search results for common search queries in an organization. ## SYNTAX @@ -49,7 +49,7 @@ Update-MgSearchBookmark -InputObject [-AdditionalProperties : bookmark - `[(Any) ]`: This indicates any property can be added to this object. - - `[Description ]`: - - `[DisplayName ]`: + - `[Description ]`: Search answer description shown on search results page. + - `[DisplayName ]`: Search answer name displayed in search results. - `[LastModifiedBy ]`: identitySet - `[(Any) ]`: This indicates any property can be added to this object. - `[Application ]`: identity @@ -455,29 +468,29 @@ BODYPARAMETER : bookmark - `[Id ]`: - `[Device ]`: identity - `[User ]`: identity - - `[LastModifiedDateTime ]`: - - `[WebUrl ]`: + - `[LastModifiedDateTime ]`: Timestamp of when the search answer is created or edited. Read-only. + - `[WebUrl ]`: Search answer URL link. When users click this search answer in search results, they will go to this URL. - `[Id ]`: Read-only. - - `[AvailabilityEndDateTime ]`: - - `[AvailabilityStartDateTime ]`: - - `[Categories ]`: - - `[GroupIds ]`: - - `[IsSuggested ]`: + - `[AvailabilityEndDateTime ]`: Timestamp of when the bookmark will stop to appear as a search result. Set as null for always available. + - `[AvailabilityStartDateTime ]`: Timestamp of when the bookmark will start to appear as a search result. Set as null for always available. + - `[Categories ]`: Categories commonly used to describe this bookmark. For example, IT and HR. + - `[GroupIds ]`: List of security groups able to view this bookmark. + - `[IsSuggested ]`: True if this bookmark was suggested to the admin by a user or was mined and suggested by Microsoft. Read-only. - `[Keywords ]`: answerKeyword - `[(Any) ]`: This indicates any property can be added to this object. - - `[Keywords ]`: - - `[MatchSimilarKeywords ]`: - - `[ReservedKeywords ]`: - - `[LanguageTags ]`: - - `[Platforms ]`: - - `[PowerAppIds ]`: + - `[Keywords ]`: A collection of keywords used to trigger the search answer. + - `[MatchSimilarKeywords ]`: If true, indicates that the search term contains similar words to the keywords that should trigger the search answer. + - `[ReservedKeywords ]`: Unique keywords that will guarantee the search answer is triggered. + - `[LanguageTags ]`: A list of language names that are geographically specific and that this bookmark can be viewed in. Each language tag value follows the pattern {language}-{REGION}. As an example, en-US is English as used in the United States. See supported language tags for the list of possible values. + - `[Platforms ]`: List of devices and operating systems able to view this bookmark. Possible values are: unknown, android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, androidASOP. + - `[PowerAppIds ]`: List of Power Apps associated with this bookmark. If users add existing Power Apps to a bookmark, they can complete tasks, such as to enter vacation time or to report expenses on the search results page. - `[State ]`: answerState - - `[TargetedVariations ]`: - - `[Description ]`: - - `[DisplayName ]`: + - `[TargetedVariations ]`: Variations of a bookmark for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings will apply to all variations. + - `[Description ]`: Answer variation description shown on search results page. + - `[DisplayName ]`: Answer variation name displayed in search results. - `[LanguageTag ]`: - `[Platform ]`: Supported platform types. - - `[WebUrl ]`: + - `[WebUrl ]`: Answer variation URL link. When users click this answer variation in search results, they will go to this URL. INPUTOBJECT : Identity Parameter - `[AcronymId ]`: key: id of acronym @@ -487,9 +500,9 @@ INPUTOBJECT : Identity Parameter KEYWORDS : answerKeyword - `[(Any) ]`: This indicates any property can be added to this object. - - `[Keywords ]`: - - `[MatchSimilarKeywords ]`: - - `[ReservedKeywords ]`: + - `[Keywords ]`: A collection of keywords used to trigger the search answer. + - `[MatchSimilarKeywords ]`: If true, indicates that the search term contains similar words to the keywords that should trigger the search answer. + - `[ReservedKeywords ]`: Unique keywords that will guarantee the search answer is triggered. LASTMODIFIEDBY : identitySet - `[(Any) ]`: This indicates any property can be added to this object. @@ -500,12 +513,12 @@ LASTMODIFIEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -TARGETEDVARIATIONS : . - - `[Description ]`: - - `[DisplayName ]`: +TARGETEDVARIATIONS : Variations of a bookmark for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings will apply to all variations. + - `[Description ]`: Answer variation description shown on search results page. + - `[DisplayName ]`: Answer variation name displayed in search results. - `[LanguageTag ]`: - `[Platform ]`: Supported platform types. - - `[WebUrl ]`: + - `[WebUrl ]`: Answer variation URL link. When users click this answer variation in search results, they will go to this URL. ## RELATED LINKS diff --git a/src/Search/Search/docs/v1.0-beta/Update-MgSearchEntity.md b/src/Search/Search/docs/v1.0-beta/Update-MgSearchEntity.md index a63d6a22c66..bc6fc7602fb 100644 --- a/src/Search/Search/docs/v1.0-beta/Update-MgSearchEntity.md +++ b/src/Search/Search/docs/v1.0-beta/Update-MgSearchEntity.md @@ -33,7 +33,7 @@ Update search ## PARAMETERS ### -Acronyms -. +Administrative answer in Microsoft Search results to define common acronyms in a organization. To construct, please use Get-Help -Online and see NOTES section for ACRONYMS properties and create a hash table. ```yaml @@ -80,7 +80,7 @@ Accept wildcard characters: False ``` ### -Bookmarks -. +Administrative answer in Microsoft Search results for common search queries in an organization. To construct, please use Get-Help -Online and see NOTES section for BOOKMARKS properties and create a hash table. ```yaml @@ -126,7 +126,7 @@ Accept wildcard characters: False ``` ### -Qnas -. +Administrative answer in Microsoft Search results which provide answers for specific search keywords in an organization. To construct, please use Get-Help -Online and see NOTES section for QNAS properties and create a hash table. ```yaml @@ -192,9 +192,9 @@ 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. -ACRONYMS : . - - `[Description ]`: - - `[DisplayName ]`: +ACRONYMS : Administrative answer in Microsoft Search results to define common acronyms in a organization. + - `[Description ]`: Search answer description shown on search results page. + - `[DisplayName ]`: Search answer name displayed in search results. - `[LastModifiedBy ]`: identitySet - `[(Any) ]`: This indicates any property can be added to this object. - `[Application ]`: identity @@ -203,18 +203,18 @@ ACRONYMS : . - `[Id ]`: - `[Device ]`: identity - `[User ]`: identity - - `[LastModifiedDateTime ]`: - - `[WebUrl ]`: + - `[LastModifiedDateTime ]`: Timestamp of when the search answer is created or edited. Read-only. + - `[WebUrl ]`: Search answer URL link. When users click this search answer in search results, they will go to this URL. - `[Id ]`: Read-only. - - `[StandsFor ]`: + - `[StandsFor ]`: What the acronym stands for. - `[State ]`: answerState BODYPARAMETER : searchEntity - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Acronyms ]`: - - `[Description ]`: - - `[DisplayName ]`: + - `[Acronyms ]`: Administrative answer in Microsoft Search results to define common acronyms in a organization. + - `[Description ]`: Search answer description shown on search results page. + - `[DisplayName ]`: Search answer name displayed in search results. - `[LastModifiedBy ]`: identitySet - `[(Any) ]`: This indicates any property can be added to this object. - `[Application ]`: identity @@ -223,58 +223,58 @@ BODYPARAMETER : searchEntity - `[Id ]`: - `[Device ]`: identity - `[User ]`: identity - - `[LastModifiedDateTime ]`: - - `[WebUrl ]`: + - `[LastModifiedDateTime ]`: Timestamp of when the search answer is created or edited. Read-only. + - `[WebUrl ]`: Search answer URL link. When users click this search answer in search results, they will go to this URL. - `[Id ]`: Read-only. - - `[StandsFor ]`: + - `[StandsFor ]`: What the acronym stands for. - `[State ]`: answerState - - `[Bookmarks ]`: - - `[Description ]`: - - `[DisplayName ]`: + - `[Bookmarks ]`: Administrative answer in Microsoft Search results for common search queries in an organization. + - `[Description ]`: Search answer description shown on search results page. + - `[DisplayName ]`: Search answer name displayed in search results. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedDateTime ]`: - - `[WebUrl ]`: + - `[LastModifiedDateTime ]`: Timestamp of when the search answer is created or edited. Read-only. + - `[WebUrl ]`: Search answer URL link. When users click this search answer in search results, they will go to this URL. - `[Id ]`: Read-only. - - `[AvailabilityEndDateTime ]`: - - `[AvailabilityStartDateTime ]`: - - `[Categories ]`: - - `[GroupIds ]`: - - `[IsSuggested ]`: + - `[AvailabilityEndDateTime ]`: Timestamp of when the bookmark will stop to appear as a search result. Set as null for always available. + - `[AvailabilityStartDateTime ]`: Timestamp of when the bookmark will start to appear as a search result. Set as null for always available. + - `[Categories ]`: Categories commonly used to describe this bookmark. For example, IT and HR. + - `[GroupIds ]`: List of security groups able to view this bookmark. + - `[IsSuggested ]`: True if this bookmark was suggested to the admin by a user or was mined and suggested by Microsoft. Read-only. - `[Keywords ]`: answerKeyword - `[(Any) ]`: This indicates any property can be added to this object. - - `[Keywords ]`: - - `[MatchSimilarKeywords ]`: - - `[ReservedKeywords ]`: - - `[LanguageTags ]`: - - `[Platforms ]`: - - `[PowerAppIds ]`: + - `[Keywords ]`: A collection of keywords used to trigger the search answer. + - `[MatchSimilarKeywords ]`: If true, indicates that the search term contains similar words to the keywords that should trigger the search answer. + - `[ReservedKeywords ]`: Unique keywords that will guarantee the search answer is triggered. + - `[LanguageTags ]`: A list of language names that are geographically specific and that this bookmark can be viewed in. Each language tag value follows the pattern {language}-{REGION}. As an example, en-US is English as used in the United States. See supported language tags for the list of possible values. + - `[Platforms ]`: List of devices and operating systems able to view this bookmark. Possible values are: unknown, android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, androidASOP. + - `[PowerAppIds ]`: List of Power Apps associated with this bookmark. If users add existing Power Apps to a bookmark, they can complete tasks, such as to enter vacation time or to report expenses on the search results page. - `[State ]`: answerState - - `[TargetedVariations ]`: - - `[Description ]`: - - `[DisplayName ]`: + - `[TargetedVariations ]`: Variations of a bookmark for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings will apply to all variations. + - `[Description ]`: Answer variation description shown on search results page. + - `[DisplayName ]`: Answer variation name displayed in search results. - `[LanguageTag ]`: - `[Platform ]`: Supported platform types. - - `[WebUrl ]`: - - `[Qnas ]`: - - `[Description ]`: - - `[DisplayName ]`: + - `[WebUrl ]`: Answer variation URL link. When users click this answer variation in search results, they will go to this URL. + - `[Qnas ]`: Administrative answer in Microsoft Search results which provide answers for specific search keywords in an organization. + - `[Description ]`: Search answer description shown on search results page. + - `[DisplayName ]`: Search answer name displayed in search results. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedDateTime ]`: - - `[WebUrl ]`: + - `[LastModifiedDateTime ]`: Timestamp of when the search answer is created or edited. Read-only. + - `[WebUrl ]`: Search answer URL link. When users click this search answer in search results, they will go to this URL. - `[Id ]`: Read-only. - - `[AvailabilityEndDateTime ]`: - - `[AvailabilityStartDateTime ]`: - - `[GroupIds ]`: - - `[IsSuggested ]`: + - `[AvailabilityEndDateTime ]`: Timestamp of when the qna will stop to appear as a search result. Set as null for always available. + - `[AvailabilityStartDateTime ]`: Timestamp of when the qna will start to appear as a search result. Set as null for always available. + - `[GroupIds ]`: List of security groups able to view this qna. + - `[IsSuggested ]`: True if this qna was suggested to the admin by a user or was mined and suggested by Microsoft. Read-only. - `[Keywords ]`: answerKeyword - - `[LanguageTags ]`: - - `[Platforms ]`: + - `[LanguageTags ]`: A list of language names that are geographically specific and that this QnA can be viewed in. Each language tag value follows the pattern {language}-{REGION}. As an example, en-US is English as used in the United States. See supported language tags for the list of possible values. + - `[Platforms ]`: List of devices and operating systems able to view this qna. Possible values are: unknown, android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, androidASOP. - `[State ]`: answerState - - `[TargetedVariations ]`: + - `[TargetedVariations ]`: Variations of a qna for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings will apply to all variations. -BOOKMARKS : . - - `[Description ]`: - - `[DisplayName ]`: +BOOKMARKS : Administrative answer in Microsoft Search results for common search queries in an organization. + - `[Description ]`: Search answer description shown on search results page. + - `[DisplayName ]`: Search answer name displayed in search results. - `[LastModifiedBy ]`: identitySet - `[(Any) ]`: This indicates any property can be added to this object. - `[Application ]`: identity @@ -283,33 +283,33 @@ BOOKMARKS : . - `[Id ]`: - `[Device ]`: identity - `[User ]`: identity - - `[LastModifiedDateTime ]`: - - `[WebUrl ]`: + - `[LastModifiedDateTime ]`: Timestamp of when the search answer is created or edited. Read-only. + - `[WebUrl ]`: Search answer URL link. When users click this search answer in search results, they will go to this URL. - `[Id ]`: Read-only. - - `[AvailabilityEndDateTime ]`: - - `[AvailabilityStartDateTime ]`: - - `[Categories ]`: - - `[GroupIds ]`: - - `[IsSuggested ]`: + - `[AvailabilityEndDateTime ]`: Timestamp of when the bookmark will stop to appear as a search result. Set as null for always available. + - `[AvailabilityStartDateTime ]`: Timestamp of when the bookmark will start to appear as a search result. Set as null for always available. + - `[Categories ]`: Categories commonly used to describe this bookmark. For example, IT and HR. + - `[GroupIds ]`: List of security groups able to view this bookmark. + - `[IsSuggested ]`: True if this bookmark was suggested to the admin by a user or was mined and suggested by Microsoft. Read-only. - `[Keywords ]`: answerKeyword - `[(Any) ]`: This indicates any property can be added to this object. - - `[Keywords ]`: - - `[MatchSimilarKeywords ]`: - - `[ReservedKeywords ]`: - - `[LanguageTags ]`: - - `[Platforms ]`: - - `[PowerAppIds ]`: + - `[Keywords ]`: A collection of keywords used to trigger the search answer. + - `[MatchSimilarKeywords ]`: If true, indicates that the search term contains similar words to the keywords that should trigger the search answer. + - `[ReservedKeywords ]`: Unique keywords that will guarantee the search answer is triggered. + - `[LanguageTags ]`: A list of language names that are geographically specific and that this bookmark can be viewed in. Each language tag value follows the pattern {language}-{REGION}. As an example, en-US is English as used in the United States. See supported language tags for the list of possible values. + - `[Platforms ]`: List of devices and operating systems able to view this bookmark. Possible values are: unknown, android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, androidASOP. + - `[PowerAppIds ]`: List of Power Apps associated with this bookmark. If users add existing Power Apps to a bookmark, they can complete tasks, such as to enter vacation time or to report expenses on the search results page. - `[State ]`: answerState - - `[TargetedVariations ]`: - - `[Description ]`: - - `[DisplayName ]`: + - `[TargetedVariations ]`: Variations of a bookmark for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings will apply to all variations. + - `[Description ]`: Answer variation description shown on search results page. + - `[DisplayName ]`: Answer variation name displayed in search results. - `[LanguageTag ]`: - `[Platform ]`: Supported platform types. - - `[WebUrl ]`: + - `[WebUrl ]`: Answer variation URL link. When users click this answer variation in search results, they will go to this URL. -QNAS : . - - `[Description ]`: - - `[DisplayName ]`: +QNAS : Administrative answer in Microsoft Search results which provide answers for specific search keywords in an organization. + - `[Description ]`: Search answer description shown on search results page. + - `[DisplayName ]`: Search answer name displayed in search results. - `[LastModifiedBy ]`: identitySet - `[(Any) ]`: This indicates any property can be added to this object. - `[Application ]`: identity @@ -318,27 +318,27 @@ QNAS : . - `[Id ]`: - `[Device ]`: identity - `[User ]`: identity - - `[LastModifiedDateTime ]`: - - `[WebUrl ]`: + - `[LastModifiedDateTime ]`: Timestamp of when the search answer is created or edited. Read-only. + - `[WebUrl ]`: Search answer URL link. When users click this search answer in search results, they will go to this URL. - `[Id ]`: Read-only. - - `[AvailabilityEndDateTime ]`: - - `[AvailabilityStartDateTime ]`: - - `[GroupIds ]`: - - `[IsSuggested ]`: + - `[AvailabilityEndDateTime ]`: Timestamp of when the qna will stop to appear as a search result. Set as null for always available. + - `[AvailabilityStartDateTime ]`: Timestamp of when the qna will start to appear as a search result. Set as null for always available. + - `[GroupIds ]`: List of security groups able to view this qna. + - `[IsSuggested ]`: True if this qna was suggested to the admin by a user or was mined and suggested by Microsoft. Read-only. - `[Keywords ]`: answerKeyword - `[(Any) ]`: This indicates any property can be added to this object. - - `[Keywords ]`: - - `[MatchSimilarKeywords ]`: - - `[ReservedKeywords ]`: - - `[LanguageTags ]`: - - `[Platforms ]`: + - `[Keywords ]`: A collection of keywords used to trigger the search answer. + - `[MatchSimilarKeywords ]`: If true, indicates that the search term contains similar words to the keywords that should trigger the search answer. + - `[ReservedKeywords ]`: Unique keywords that will guarantee the search answer is triggered. + - `[LanguageTags ]`: A list of language names that are geographically specific and that this QnA can be viewed in. Each language tag value follows the pattern {language}-{REGION}. As an example, en-US is English as used in the United States. See supported language tags for the list of possible values. + - `[Platforms ]`: List of devices and operating systems able to view this qna. Possible values are: unknown, android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, androidASOP. - `[State ]`: answerState - - `[TargetedVariations ]`: - - `[Description ]`: - - `[DisplayName ]`: + - `[TargetedVariations ]`: Variations of a qna for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings will apply to all variations. + - `[Description ]`: Answer variation description shown on search results page. + - `[DisplayName ]`: Answer variation name displayed in search results. - `[LanguageTag ]`: - `[Platform ]`: Supported platform types. - - `[WebUrl ]`: + - `[WebUrl ]`: Answer variation URL link. When users click this answer variation in search results, they will go to this URL. ## RELATED LINKS diff --git a/src/Search/Search/docs/v1.0-beta/Update-MgSearchQna.md b/src/Search/Search/docs/v1.0-beta/Update-MgSearchQna.md index b1d9ae71b0c..9eacc84a1f1 100644 --- a/src/Search/Search/docs/v1.0-beta/Update-MgSearchQna.md +++ b/src/Search/Search/docs/v1.0-beta/Update-MgSearchQna.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-MgSearchQna ## SYNOPSIS -Update the navigation property qnas in search +Administrative answer in Microsoft Search results which provide answers for specific search keywords in an organization. ## SYNTAX @@ -47,7 +47,7 @@ Update-MgSearchQna -InputObject [-AdditionalProperties : qna - `[(Any) ]`: This indicates any property can be added to this object. - - `[Description ]`: - - `[DisplayName ]`: + - `[Description ]`: Search answer description shown on search results page. + - `[DisplayName ]`: Search answer name displayed in search results. - `[LastModifiedBy ]`: identitySet - `[(Any) ]`: This indicates any property can be added to this object. - `[Application ]`: identity @@ -423,27 +434,27 @@ BODYPARAMETER : qna - `[Id ]`: - `[Device ]`: identity - `[User ]`: identity - - `[LastModifiedDateTime ]`: - - `[WebUrl ]`: + - `[LastModifiedDateTime ]`: Timestamp of when the search answer is created or edited. Read-only. + - `[WebUrl ]`: Search answer URL link. When users click this search answer in search results, they will go to this URL. - `[Id ]`: Read-only. - - `[AvailabilityEndDateTime ]`: - - `[AvailabilityStartDateTime ]`: - - `[GroupIds ]`: - - `[IsSuggested ]`: + - `[AvailabilityEndDateTime ]`: Timestamp of when the qna will stop to appear as a search result. Set as null for always available. + - `[AvailabilityStartDateTime ]`: Timestamp of when the qna will start to appear as a search result. Set as null for always available. + - `[GroupIds ]`: List of security groups able to view this qna. + - `[IsSuggested ]`: True if this qna was suggested to the admin by a user or was mined and suggested by Microsoft. Read-only. - `[Keywords ]`: answerKeyword - `[(Any) ]`: This indicates any property can be added to this object. - - `[Keywords ]`: - - `[MatchSimilarKeywords ]`: - - `[ReservedKeywords ]`: - - `[LanguageTags ]`: - - `[Platforms ]`: + - `[Keywords ]`: A collection of keywords used to trigger the search answer. + - `[MatchSimilarKeywords ]`: If true, indicates that the search term contains similar words to the keywords that should trigger the search answer. + - `[ReservedKeywords ]`: Unique keywords that will guarantee the search answer is triggered. + - `[LanguageTags ]`: A list of language names that are geographically specific and that this QnA can be viewed in. Each language tag value follows the pattern {language}-{REGION}. As an example, en-US is English as used in the United States. See supported language tags for the list of possible values. + - `[Platforms ]`: List of devices and operating systems able to view this qna. Possible values are: unknown, android, androidForWork, ios, macOS, windowsPhone81, windowsPhone81AndLater, windows10AndLater, androidWorkProfile, androidASOP. - `[State ]`: answerState - - `[TargetedVariations ]`: - - `[Description ]`: - - `[DisplayName ]`: + - `[TargetedVariations ]`: Variations of a qna for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings will apply to all variations. + - `[Description ]`: Answer variation description shown on search results page. + - `[DisplayName ]`: Answer variation name displayed in search results. - `[LanguageTag ]`: - `[Platform ]`: Supported platform types. - - `[WebUrl ]`: + - `[WebUrl ]`: Answer variation URL link. When users click this answer variation in search results, they will go to this URL. INPUTOBJECT : Identity Parameter - `[AcronymId ]`: key: id of acronym @@ -453,9 +464,9 @@ INPUTOBJECT : Identity Parameter KEYWORDS : answerKeyword - `[(Any) ]`: This indicates any property can be added to this object. - - `[Keywords ]`: - - `[MatchSimilarKeywords ]`: - - `[ReservedKeywords ]`: + - `[Keywords ]`: A collection of keywords used to trigger the search answer. + - `[MatchSimilarKeywords ]`: If true, indicates that the search term contains similar words to the keywords that should trigger the search answer. + - `[ReservedKeywords ]`: Unique keywords that will guarantee the search answer is triggered. LASTMODIFIEDBY : identitySet - `[(Any) ]`: This indicates any property can be added to this object. @@ -466,12 +477,12 @@ LASTMODIFIEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -TARGETEDVARIATIONS : . - - `[Description ]`: - - `[DisplayName ]`: +TARGETEDVARIATIONS : Variations of a qna for different countries or devices. Use when you need to show different content to users based on their device, country/region, or both. The date and group settings will apply to all variations. + - `[Description ]`: Answer variation description shown on search results page. + - `[DisplayName ]`: Answer variation name displayed in search results. - `[LanguageTag ]`: - `[Platform ]`: Supported platform types. - - `[WebUrl ]`: + - `[WebUrl ]`: Answer variation URL link. When users click this answer variation in search results, they will go to this URL. ## RELATED LINKS diff --git a/src/Search/Search/docs/v1.0/Invoke-MgQuerySearch.md b/src/Search/Search/docs/v1.0/Invoke-MgQuerySearch.md index b5d42728ecf..152f18e16d6 100644 --- a/src/Search/Search/docs/v1.0/Invoke-MgQuerySearch.md +++ b/src/Search/Search/docs/v1.0/Invoke-MgQuerySearch.md @@ -154,6 +154,13 @@ BODYPARAMETER ]`: searchQuery - `[(Any) ]`: This indicates any property can be added to this object. - `[QueryString ]`: The search query containing the search terms. Required. + - `[QueryAlterationOptions ]`: searchAlterationOptions + - `[(Any) ]`: This indicates any property can be added to this object. + - `[EnableModification ]`: Indicates whether spelling modifications are enabled. If enabled, the user will get the search results for the corrected query in case of no results for the original query with typos. The response will also include the spelling modification information in the queryAlterationResponse property. Optional. + - `[EnableSuggestion ]`: Indicates whether spelling suggestions are enabled. If enabled, the user will get the search results for the original search query and suggestions for spelling correction in the queryAlterationResponse property of the response for the typos in the query. Optional. + - `[ResultTemplateOptions ]`: resultTemplateOption + - `[(Any) ]`: This indicates any property can be added to this object. + - `[EnableResultTemplate ]`: Indicates whether search display layouts are enabled. If enabled, the user will get the result template to render the search results content in the resultTemplates property of the response. The result template is based on Adaptive Cards. Optional. - `[Size ]`: The size of the page to be retrieved. Optional. - `[SortProperties ]`: Contains the ordered collection of fields and direction to sort results. There can be at most 5 sort properties in the collection. Optional. - `[IsDescending ]`: True if the sort order is descending. Default is false, with the sort order as ascending. Optional. @@ -181,6 +188,13 @@ REQUESTS : . - `[Query ]`: searchQuery - `[(Any) ]`: This indicates any property can be added to this object. - `[QueryString ]`: The search query containing the search terms. Required. + - `[QueryAlterationOptions ]`: searchAlterationOptions + - `[(Any) ]`: This indicates any property can be added to this object. + - `[EnableModification ]`: Indicates whether spelling modifications are enabled. If enabled, the user will get the search results for the corrected query in case of no results for the original query with typos. The response will also include the spelling modification information in the queryAlterationResponse property. Optional. + - `[EnableSuggestion ]`: Indicates whether spelling suggestions are enabled. If enabled, the user will get the search results for the original search query and suggestions for spelling correction in the queryAlterationResponse property of the response for the typos in the query. Optional. + - `[ResultTemplateOptions ]`: resultTemplateOption + - `[(Any) ]`: This indicates any property can be added to this object. + - `[EnableResultTemplate ]`: Indicates whether search display layouts are enabled. If enabled, the user will get the result template to render the search results content in the resultTemplates property of the response. The result template is based on Adaptive Cards. Optional. - `[Size ]`: The size of the page to be retrieved. Optional. - `[SortProperties ]`: Contains the ordered collection of fields and direction to sort results. There can be at most 5 sort properties in the collection. Optional. - `[IsDescending ]`: True if the sort order is descending. Default is false, with the sort order as ascending. Optional. diff --git a/src/Search/Search/docs/v1.0/Microsoft.Graph.Search.md b/src/Search/Search/docs/v1.0/Microsoft.Graph.Search.md index 49405f4a449..2f6547bc70e 100644 --- a/src/Search/Search/docs/v1.0/Microsoft.Graph.Search.md +++ b/src/Search/Search/docs/v1.0/Microsoft.Graph.Search.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Search -Module Guid: b4817045-a0de-4b95-ba53-0209d04d51dc +Module Guid: d9e348d1-744f-41f1-bb22-e11fd1ad13f6 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.search Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Search/Search/docs/v1.0/New-MgExternalConnection.md b/src/Search/Search/docs/v1.0/New-MgExternalConnection.md index 9289d387399..01c1a48a8f3 100644 --- a/src/Search/Search/docs/v1.0/New-MgExternalConnection.md +++ b/src/Search/Search/docs/v1.0/New-MgExternalConnection.md @@ -275,7 +275,7 @@ BODYPARAMETER : externalCon - `[Id ]`: Read-only. - `[Description ]`: The description of the external group. Optional. - `[DisplayName ]`: The friendly name of the external group. Optional. - - `[Members ]`: A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or other externalGroups as members. + - `[Members ]`: A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or an externalGroup as members. - `[Id ]`: Read-only. - `[Type ]`: identityType - `[Items ]`: Read-only. Nullable. @@ -283,7 +283,7 @@ BODYPARAMETER : externalCon - `[Acl ]`: An array of access control entries. Each entry specifies the access granted to a user or group. Required. - `[AccessType ]`: accessType - `[Type ]`: aclType - - `[Value ]`: The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup. + - `[Value ]`: The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup - `[Content ]`: externalItemContent - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: externalItemContentType @@ -312,14 +312,14 @@ BODYPARAMETER : externalCon - `[Schema ]`: schema - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[BaseType ]`: Must be set to microsoft.graph.externalItem. Required. + - `[BaseType ]`: Must be set to microsoft.graph.externalConnector.externalItem. Required. - `[Properties ]`: The properties defined for the items in the connection. The minimum number of properties is one, the maximum is 128. - `[Aliases ]`: A set of aliases or a friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional. - `[IsQueryable ]`: Specifies if the property is queryable. Queryable properties can be used in Keyword Query Language (KQL) queries. Optional. - `[IsRefinable ]`: Specifies if the property is refinable. Refinable properties can be used to filter search results in the Search API and add a refiner control in the Microsoft Search user experience. Optional. - `[IsRetrievable ]`: Specifies if the property is retrievable. Retrievable properties are returned in the result set when items are returned by the search API. Retrievable properties are also available to add to the display template used to render search results. Optional. - - `[IsSearchable ]`: Specifies if the property is searchable. Only properties of type string or stringCollection can be searchable. Non-searchable properties are not added to the search index. Optional. - - `[Labels ]`: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, iconUrl, containerName, containerUrl. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: iconUrl, containerName, containerUrl. + - `[IsSearchable ]`: Specifies if the property is searchable. Only properties of type String or StringCollection can be searchable. Non-searchable properties are not added to the search index. Optional. + - `[Labels ]`: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue. Optional. - `[Name ]`: The name of the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Required. - `[Type ]`: propertyType - `[State ]`: connectionState @@ -332,7 +332,7 @@ GROUPS : Read-only. Nullable. - `[Id ]`: Read-only. - `[Description ]`: The description of the external group. Optional. - `[DisplayName ]`: The friendly name of the external group. Optional. - - `[Members ]`: A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or other externalGroups as members. + - `[Members ]`: A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or an externalGroup as members. - `[Id ]`: Read-only. - `[Type ]`: identityType @@ -341,7 +341,7 @@ ITEMS : Read-only. Nullable. - `[Acl ]`: An array of access control entries. Each entry specifies the access granted to a user or group. Required. - `[AccessType ]`: accessType - `[Type ]`: aclType - - `[Value ]`: The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup. + - `[Value ]`: The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup - `[Content ]`: externalItemContent - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: externalItemContentType @@ -371,14 +371,14 @@ OPERATIONS : Read-only. SCHEMA : schema - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[BaseType ]`: Must be set to microsoft.graph.externalItem. Required. + - `[BaseType ]`: Must be set to microsoft.graph.externalConnector.externalItem. Required. - `[Properties ]`: The properties defined for the items in the connection. The minimum number of properties is one, the maximum is 128. - `[Aliases ]`: A set of aliases or a friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional. - `[IsQueryable ]`: Specifies if the property is queryable. Queryable properties can be used in Keyword Query Language (KQL) queries. Optional. - `[IsRefinable ]`: Specifies if the property is refinable. Refinable properties can be used to filter search results in the Search API and add a refiner control in the Microsoft Search user experience. Optional. - `[IsRetrievable ]`: Specifies if the property is retrievable. Retrievable properties are returned in the result set when items are returned by the search API. Retrievable properties are also available to add to the display template used to render search results. Optional. - - `[IsSearchable ]`: Specifies if the property is searchable. Only properties of type string or stringCollection can be searchable. Non-searchable properties are not added to the search index. Optional. - - `[Labels ]`: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, iconUrl, containerName, containerUrl. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: iconUrl, containerName, containerUrl. + - `[IsSearchable ]`: Specifies if the property is searchable. Only properties of type String or StringCollection can be searchable. Non-searchable properties are not added to the search index. Optional. + - `[Labels ]`: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue. Optional. - `[Name ]`: The name of the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Required. - `[Type ]`: propertyType diff --git a/src/Search/Search/docs/v1.0/Update-MgExternal.md b/src/Search/Search/docs/v1.0/Update-MgExternal.md index cb5de540ac5..f986571c494 100644 --- a/src/Search/Search/docs/v1.0/Update-MgExternal.md +++ b/src/Search/Search/docs/v1.0/Update-MgExternal.md @@ -157,7 +157,7 @@ BODYPARAMETER : external - `[Id ]`: Read-only. - `[Description ]`: The description of the external group. Optional. - `[DisplayName ]`: The friendly name of the external group. Optional. - - `[Members ]`: A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or other externalGroups as members. + - `[Members ]`: A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or an externalGroup as members. - `[Id ]`: Read-only. - `[Type ]`: identityType - `[Items ]`: Read-only. Nullable. @@ -165,7 +165,7 @@ BODYPARAMETER : external - `[Acl ]`: An array of access control entries. Each entry specifies the access granted to a user or group. Required. - `[AccessType ]`: accessType - `[Type ]`: aclType - - `[Value ]`: The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup. + - `[Value ]`: The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup - `[Content ]`: externalItemContent - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: externalItemContentType @@ -194,14 +194,14 @@ BODYPARAMETER : external - `[Schema ]`: schema - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[BaseType ]`: Must be set to microsoft.graph.externalItem. Required. + - `[BaseType ]`: Must be set to microsoft.graph.externalConnector.externalItem. Required. - `[Properties ]`: The properties defined for the items in the connection. The minimum number of properties is one, the maximum is 128. - `[Aliases ]`: A set of aliases or a friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional. - `[IsQueryable ]`: Specifies if the property is queryable. Queryable properties can be used in Keyword Query Language (KQL) queries. Optional. - `[IsRefinable ]`: Specifies if the property is refinable. Refinable properties can be used to filter search results in the Search API and add a refiner control in the Microsoft Search user experience. Optional. - `[IsRetrievable ]`: Specifies if the property is retrievable. Retrievable properties are returned in the result set when items are returned by the search API. Retrievable properties are also available to add to the display template used to render search results. Optional. - - `[IsSearchable ]`: Specifies if the property is searchable. Only properties of type string or stringCollection can be searchable. Non-searchable properties are not added to the search index. Optional. - - `[Labels ]`: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, iconUrl, containerName, containerUrl. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: iconUrl, containerName, containerUrl. + - `[IsSearchable ]`: Specifies if the property is searchable. Only properties of type String or StringCollection can be searchable. Non-searchable properties are not added to the search index. Optional. + - `[Labels ]`: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue. Optional. - `[Name ]`: The name of the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Required. - `[Type ]`: propertyType - `[State ]`: connectionState @@ -216,7 +216,7 @@ CONNECTIONS : . - `[Id ]`: Read-only. - `[Description ]`: The description of the external group. Optional. - `[DisplayName ]`: The friendly name of the external group. Optional. - - `[Members ]`: A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or other externalGroups as members. + - `[Members ]`: A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or an externalGroup as members. - `[Id ]`: Read-only. - `[Type ]`: identityType - `[Items ]`: Read-only. Nullable. @@ -224,7 +224,7 @@ CONNECTIONS : . - `[Acl ]`: An array of access control entries. Each entry specifies the access granted to a user or group. Required. - `[AccessType ]`: accessType - `[Type ]`: aclType - - `[Value ]`: The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup. + - `[Value ]`: The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup - `[Content ]`: externalItemContent - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: externalItemContentType @@ -253,14 +253,14 @@ CONNECTIONS : . - `[Schema ]`: schema - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[BaseType ]`: Must be set to microsoft.graph.externalItem. Required. + - `[BaseType ]`: Must be set to microsoft.graph.externalConnector.externalItem. Required. - `[Properties ]`: The properties defined for the items in the connection. The minimum number of properties is one, the maximum is 128. - `[Aliases ]`: A set of aliases or a friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional. - `[IsQueryable ]`: Specifies if the property is queryable. Queryable properties can be used in Keyword Query Language (KQL) queries. Optional. - `[IsRefinable ]`: Specifies if the property is refinable. Refinable properties can be used to filter search results in the Search API and add a refiner control in the Microsoft Search user experience. Optional. - `[IsRetrievable ]`: Specifies if the property is retrievable. Retrievable properties are returned in the result set when items are returned by the search API. Retrievable properties are also available to add to the display template used to render search results. Optional. - - `[IsSearchable ]`: Specifies if the property is searchable. Only properties of type string or stringCollection can be searchable. Non-searchable properties are not added to the search index. Optional. - - `[Labels ]`: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, iconUrl, containerName, containerUrl. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: iconUrl, containerName, containerUrl. + - `[IsSearchable ]`: Specifies if the property is searchable. Only properties of type String or StringCollection can be searchable. Non-searchable properties are not added to the search index. Optional. + - `[Labels ]`: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue. Optional. - `[Name ]`: The name of the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Required. - `[Type ]`: propertyType - `[State ]`: connectionState diff --git a/src/Search/Search/docs/v1.0/Update-MgExternalConnection.md b/src/Search/Search/docs/v1.0/Update-MgExternalConnection.md index cafb6ddffe6..6ebc8b669af 100644 --- a/src/Search/Search/docs/v1.0/Update-MgExternalConnection.md +++ b/src/Search/Search/docs/v1.0/Update-MgExternalConnection.md @@ -342,7 +342,7 @@ BODYPARAMETER : externalCon - `[Id ]`: Read-only. - `[Description ]`: The description of the external group. Optional. - `[DisplayName ]`: The friendly name of the external group. Optional. - - `[Members ]`: A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or other externalGroups as members. + - `[Members ]`: A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or an externalGroup as members. - `[Id ]`: Read-only. - `[Type ]`: identityType - `[Items ]`: Read-only. Nullable. @@ -350,7 +350,7 @@ BODYPARAMETER : externalCon - `[Acl ]`: An array of access control entries. Each entry specifies the access granted to a user or group. Required. - `[AccessType ]`: accessType - `[Type ]`: aclType - - `[Value ]`: The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup. + - `[Value ]`: The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup - `[Content ]`: externalItemContent - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: externalItemContentType @@ -379,14 +379,14 @@ BODYPARAMETER : externalCon - `[Schema ]`: schema - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[BaseType ]`: Must be set to microsoft.graph.externalItem. Required. + - `[BaseType ]`: Must be set to microsoft.graph.externalConnector.externalItem. Required. - `[Properties ]`: The properties defined for the items in the connection. The minimum number of properties is one, the maximum is 128. - `[Aliases ]`: A set of aliases or a friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional. - `[IsQueryable ]`: Specifies if the property is queryable. Queryable properties can be used in Keyword Query Language (KQL) queries. Optional. - `[IsRefinable ]`: Specifies if the property is refinable. Refinable properties can be used to filter search results in the Search API and add a refiner control in the Microsoft Search user experience. Optional. - `[IsRetrievable ]`: Specifies if the property is retrievable. Retrievable properties are returned in the result set when items are returned by the search API. Retrievable properties are also available to add to the display template used to render search results. Optional. - - `[IsSearchable ]`: Specifies if the property is searchable. Only properties of type string or stringCollection can be searchable. Non-searchable properties are not added to the search index. Optional. - - `[Labels ]`: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, iconUrl, containerName, containerUrl. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: iconUrl, containerName, containerUrl. + - `[IsSearchable ]`: Specifies if the property is searchable. Only properties of type String or StringCollection can be searchable. Non-searchable properties are not added to the search index. Optional. + - `[Labels ]`: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue. Optional. - `[Name ]`: The name of the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Required. - `[Type ]`: propertyType - `[State ]`: connectionState @@ -399,7 +399,7 @@ GROUPS : Read-only. Nullable. - `[Id ]`: Read-only. - `[Description ]`: The description of the external group. Optional. - `[DisplayName ]`: The friendly name of the external group. Optional. - - `[Members ]`: A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or other externalGroups as members. + - `[Members ]`: A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or an externalGroup as members. - `[Id ]`: Read-only. - `[Type ]`: identityType @@ -414,7 +414,7 @@ ITEMS : Read-only. Nullable. - `[Acl ]`: An array of access control entries. Each entry specifies the access granted to a user or group. Required. - `[AccessType ]`: accessType - `[Type ]`: aclType - - `[Value ]`: The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup. + - `[Value ]`: The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup - `[Content ]`: externalItemContent - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: externalItemContentType @@ -444,14 +444,14 @@ OPERATIONS : Read-only. SCHEMA : schema - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[BaseType ]`: Must be set to microsoft.graph.externalItem. Required. + - `[BaseType ]`: Must be set to microsoft.graph.externalConnector.externalItem. Required. - `[Properties ]`: The properties defined for the items in the connection. The minimum number of properties is one, the maximum is 128. - `[Aliases ]`: A set of aliases or a friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional. - `[IsQueryable ]`: Specifies if the property is queryable. Queryable properties can be used in Keyword Query Language (KQL) queries. Optional. - `[IsRefinable ]`: Specifies if the property is refinable. Refinable properties can be used to filter search results in the Search API and add a refiner control in the Microsoft Search user experience. Optional. - `[IsRetrievable ]`: Specifies if the property is retrievable. Retrievable properties are returned in the result set when items are returned by the search API. Retrievable properties are also available to add to the display template used to render search results. Optional. - - `[IsSearchable ]`: Specifies if the property is searchable. Only properties of type string or stringCollection can be searchable. Non-searchable properties are not added to the search index. Optional. - - `[Labels ]`: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, iconUrl, containerName, containerUrl. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: iconUrl, containerName, containerUrl. + - `[IsSearchable ]`: Specifies if the property is searchable. Only properties of type String or StringCollection can be searchable. Non-searchable properties are not added to the search index. Optional. + - `[Labels ]`: Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue. Optional. - `[Name ]`: The name of the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string may not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Required. - `[Type ]`: propertyType diff --git a/src/Security/Security/docs/v1.0-beta/Get-MgSecurityAttackSimulation.md b/src/Security/Security/docs/v1.0-beta/Get-MgSecurityAttackSimulation.md index e68294c6223..46e40908a4c 100644 --- a/src/Security/Security/docs/v1.0-beta/Get-MgSecurityAttackSimulation.md +++ b/src/Security/Security/docs/v1.0-beta/Get-MgSecurityAttackSimulation.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-MgSecurityAttackSimulation ## SYNOPSIS -Represent attack simulation and training campaign of a tenant. +Represents an attack simulation training campaign in a tenant. ## SYNTAX @@ -37,7 +37,7 @@ Get-MgSecurityAttackSimulation [-ExpandProperty ] [-Filter ] [ ``` ## DESCRIPTION -Represent attack simulation and training campaign of a tenant. +Represents an attack simulation training campaign in a tenant. ## EXAMPLES diff --git a/src/Security/Security/docs/v1.0-beta/Get-MgSecurityAttackSimulationAutomation.md b/src/Security/Security/docs/v1.0-beta/Get-MgSecurityAttackSimulationAutomation.md index abf536c1237..33d7d1df286 100644 --- a/src/Security/Security/docs/v1.0-beta/Get-MgSecurityAttackSimulationAutomation.md +++ b/src/Security/Security/docs/v1.0-beta/Get-MgSecurityAttackSimulationAutomation.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-MgSecurityAttackSimulationAutomation ## SYNOPSIS -Get simulationAutomations from security +Represents simulation automations created to run on a tenant. ## SYNTAX @@ -32,7 +32,7 @@ Get-MgSecurityAttackSimulationAutomation -InputObject [-Expa ``` ## DESCRIPTION -Get simulationAutomations from security +Represents simulation automations created to run on a tenant. ## EXAMPLES diff --git a/src/Security/Security/docs/v1.0-beta/Get-MgSecurityAttackSimulationAutomationRun.md b/src/Security/Security/docs/v1.0-beta/Get-MgSecurityAttackSimulationAutomationRun.md index 4b7e1258100..dea655b0813 100644 --- a/src/Security/Security/docs/v1.0-beta/Get-MgSecurityAttackSimulationAutomationRun.md +++ b/src/Security/Security/docs/v1.0-beta/Get-MgSecurityAttackSimulationAutomationRun.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-MgSecurityAttackSimulationAutomationRun ## SYNOPSIS -Get runs from security +A collection of simulation automation runs. ## SYNTAX @@ -32,7 +32,7 @@ Get-MgSecurityAttackSimulationAutomationRun -InputObject [-E ``` ## DESCRIPTION -Get runs from security +A collection of simulation automation runs. ## EXAMPLES diff --git a/src/Security/Security/docs/v1.0-beta/Microsoft.Graph.Security.md b/src/Security/Security/docs/v1.0-beta/Microsoft.Graph.Security.md index 4fb6804a26a..63786ff1743 100644 --- a/src/Security/Security/docs/v1.0-beta/Microsoft.Graph.Security.md +++ b/src/Security/Security/docs/v1.0-beta/Microsoft.Graph.Security.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Security -Module Guid: 10562be3-9e28-48e0-8f91-13908a0eec29 +Module Guid: ceaa73ef-2352-45d1-85f3-db3ce3e227c3 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security Help Version: 1.0.0.0 Locale: en-US @@ -19,13 +19,13 @@ Read-only. Nullable. ### [Get-MgSecurityAttackSimulation](Get-MgSecurityAttackSimulation.md) -Represent attack simulation and training campaign of a tenant. +Represents an attack simulation training campaign in a tenant. ### [Get-MgSecurityAttackSimulationAutomation](Get-MgSecurityAttackSimulationAutomation.md) -Get simulationAutomations from security +Represents simulation automations created to run on a tenant. ### [Get-MgSecurityAttackSimulationAutomationRun](Get-MgSecurityAttackSimulationAutomationRun.md) -Get runs from security +A collection of simulation automation runs. ### [Get-MgSecurityCloudAppSecurityProfile](Get-MgSecurityCloudAppSecurityProfile.md) Get cloudAppSecurityProfiles from security @@ -80,13 +80,13 @@ Read-only. Nullable. ### [New-MgSecurityAttackSimulation](New-MgSecurityAttackSimulation.md) -Represent attack simulation and training campaign of a tenant. +Represents an attack simulation training campaign in a tenant. ### [New-MgSecurityAttackSimulationAutomation](New-MgSecurityAttackSimulationAutomation.md) -Create new navigation property to simulationAutomations for security +Represents simulation automations created to run on a tenant. ### [New-MgSecurityAttackSimulationAutomationRun](New-MgSecurityAttackSimulationAutomationRun.md) -Create new navigation property to runs for security +A collection of simulation automation runs. ### [New-MgSecurityCloudAppSecurityProfile](New-MgSecurityCloudAppSecurityProfile.md) Create new navigation property to cloudAppSecurityProfiles for security @@ -132,10 +132,10 @@ Nullable. Provides tenants capability to launch a simulated and realistic phishing attack and learn from it. ### [Remove-MgSecurityAttackSimulationAutomation](Remove-MgSecurityAttackSimulationAutomation.md) -Delete navigation property simulationAutomations for security +Represents simulation automations created to run on a tenant. ### [Remove-MgSecurityAttackSimulationAutomationRun](Remove-MgSecurityAttackSimulationAutomationRun.md) -Delete navigation property runs for security +A collection of simulation automation runs. ### [Remove-MgSecurityCloudAppSecurityProfile](Remove-MgSecurityCloudAppSecurityProfile.md) Delete navigation property cloudAppSecurityProfiles for security @@ -211,10 +211,10 @@ Nullable. Invoke action updateAlerts ### [Update-MgSecurityAttackSimulationAutomation](Update-MgSecurityAttackSimulationAutomation.md) -Update the navigation property simulationAutomations in security +Represents simulation automations created to run on a tenant. ### [Update-MgSecurityAttackSimulationAutomationRun](Update-MgSecurityAttackSimulationAutomationRun.md) -Update the navigation property runs in security +A collection of simulation automation runs. ### [Update-MgSecurityCloudAppSecurityProfile](Update-MgSecurityCloudAppSecurityProfile.md) Update the navigation property cloudAppSecurityProfiles in security diff --git a/src/Security/Security/docs/v1.0-beta/New-MgSecurityAttackSimulation.md b/src/Security/Security/docs/v1.0-beta/New-MgSecurityAttackSimulation.md index be8e9c5dc54..b6adb10ae24 100644 --- a/src/Security/Security/docs/v1.0-beta/New-MgSecurityAttackSimulation.md +++ b/src/Security/Security/docs/v1.0-beta/New-MgSecurityAttackSimulation.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-MgSecurityAttackSimulation ## SYNOPSIS -Represent attack simulation and training campaign of a tenant. +Represents an attack simulation training campaign in a tenant. ## SYNTAX @@ -29,7 +29,7 @@ New-MgSecurityAttackSimulation -BodyParameter [-Conf ``` ## DESCRIPTION -Represent attack simulation and training campaign of a tenant. +Represents an attack simulation training campaign in a tenant. ## EXAMPLES @@ -81,7 +81,7 @@ Accept wildcard characters: False ``` ### -AutomationId -. +Unique identifier for the attack simulation automation. ```yaml Type: System.String @@ -369,7 +369,7 @@ BODYPARAMETER : simulation - `[Id ]`: Read-only. - `[AttackTechnique ]`: simulationAttackTechnique - `[AttackType ]`: simulationAttackType - - `[AutomationId ]`: + - `[AutomationId ]`: Unique identifier for the attack simulation automation. - `[CompletionDateTime ]`: Date and time of completion of the attack simulation and training campaign. Supports $filter and $orderby. - `[CreatedBy ]`: emailIdentity - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Security/Security/docs/v1.0-beta/New-MgSecurityAttackSimulationAutomation.md b/src/Security/Security/docs/v1.0-beta/New-MgSecurityAttackSimulationAutomation.md index 16b0ff01805..1d455cd0385 100644 --- a/src/Security/Security/docs/v1.0-beta/New-MgSecurityAttackSimulationAutomation.md +++ b/src/Security/Security/docs/v1.0-beta/New-MgSecurityAttackSimulationAutomation.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-MgSecurityAttackSimulationAutomation ## SYNOPSIS -Create new navigation property to simulationAutomations for security +Represents simulation automations created to run on a tenant. ## SYNTAX @@ -29,7 +29,7 @@ New-MgSecurityAttackSimulationAutomation -BodyParameter : simulationAutomation - `[DisplayName ]`: 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 ]`: Unique identifier for the identity. - `[Email ]`: Email address of the user. - - `[CreatedDateTime ]`: - - `[Description ]`: - - `[DisplayName ]`: + - `[CreatedDateTime ]`: Date and time when the attack simulation automation was created. + - `[Description ]`: Description of the attack simulation automation. + - `[DisplayName ]`: Display name of the attack simulation automation. Supports $filter and $orderby. - `[LastModifiedBy ]`: emailIdentity - - `[LastModifiedDateTime ]`: - - `[LastRunDateTime ]`: - - `[NextRunDateTime ]`: - - `[Runs ]`: + - `[LastModifiedDateTime ]`: Date and time when the attack simulation automation was most recently modified. + - `[LastRunDateTime ]`: Date and time of the latest run of the attack simulation automation. + - `[NextRunDateTime ]`: Date and time of the upcoming run of the attack simulation automation. + - `[Runs ]`: A collection of simulation automation runs. - `[Id ]`: Read-only. - - `[EndDateTime ]`: - - `[SimulationId ]`: - - `[StartDateTime ]`: + - `[EndDateTime ]`: Date and time when the run ends in an attack simulation automation. + - `[SimulationId ]`: Unique identifier for the attack simulation campaign initiated in the attack simulation automation run. + - `[StartDateTime ]`: Date and time when the run starts in an attack simulation automation. - `[Status ]`: simulationAutomationRunStatus - `[Status ]`: simulationAutomationStatus @@ -320,11 +321,11 @@ LASTMODIFIEDBY : emailIdentity - `[Id ]`: Unique identifier for the identity. - `[Email ]`: Email address of the user. -RUNS : . +RUNS : A collection of simulation automation runs. - `[Id ]`: Read-only. - - `[EndDateTime ]`: - - `[SimulationId ]`: - - `[StartDateTime ]`: + - `[EndDateTime ]`: Date and time when the run ends in an attack simulation automation. + - `[SimulationId ]`: Unique identifier for the attack simulation campaign initiated in the attack simulation automation run. + - `[StartDateTime ]`: Date and time when the run starts in an attack simulation automation. - `[Status ]`: simulationAutomationRunStatus ## RELATED LINKS diff --git a/src/Security/Security/docs/v1.0-beta/New-MgSecurityAttackSimulationAutomationRun.md b/src/Security/Security/docs/v1.0-beta/New-MgSecurityAttackSimulationAutomationRun.md index ae2ea1edb98..44623707084 100644 --- a/src/Security/Security/docs/v1.0-beta/New-MgSecurityAttackSimulationAutomationRun.md +++ b/src/Security/Security/docs/v1.0-beta/New-MgSecurityAttackSimulationAutomationRun.md @@ -8,7 +8,7 @@ schema: 2.0.0 # New-MgSecurityAttackSimulationAutomationRun ## SYNOPSIS -Create new navigation property to runs for security +A collection of simulation automation runs. ## SYNTAX @@ -39,7 +39,7 @@ New-MgSecurityAttackSimulationAutomationRun -InputObject ``` ## DESCRIPTION -Create new navigation property to runs for security +A collection of simulation automation runs. ## EXAMPLES @@ -77,7 +77,7 @@ Accept wildcard characters: False ``` ### -EndDateTime -. +Date and time when the run ends in an attack simulation automation. ```yaml Type: System.DateTime @@ -138,7 +138,7 @@ Accept wildcard characters: False ``` ### -SimulationId -. +Unique identifier for the attack simulation campaign initiated in the attack simulation automation run. ```yaml Type: System.String @@ -153,7 +153,7 @@ Accept wildcard characters: False ``` ### -StartDateTime -. +Date and time when the run starts in an attack simulation automation. ```yaml Type: System.DateTime @@ -238,9 +238,9 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : simulationAutomationRun - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EndDateTime ]`: - - `[SimulationId ]`: - - `[StartDateTime ]`: + - `[EndDateTime ]`: Date and time when the run ends in an attack simulation automation. + - `[SimulationId ]`: Unique identifier for the attack simulation campaign initiated in the attack simulation automation run. + - `[StartDateTime ]`: Date and time when the run starts in an attack simulation automation. - `[Status ]`: simulationAutomationRunStatus INPUTOBJECT : Identity Parameter diff --git a/src/Security/Security/docs/v1.0-beta/Remove-MgSecurityAttackSimulationAutomation.md b/src/Security/Security/docs/v1.0-beta/Remove-MgSecurityAttackSimulationAutomation.md index 47231169a6d..52f53ec669d 100644 --- a/src/Security/Security/docs/v1.0-beta/Remove-MgSecurityAttackSimulationAutomation.md +++ b/src/Security/Security/docs/v1.0-beta/Remove-MgSecurityAttackSimulationAutomation.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Remove-MgSecurityAttackSimulationAutomation ## SYNOPSIS -Delete navigation property simulationAutomations for security +Represents simulation automations created to run on a tenant. ## SYNTAX @@ -25,7 +25,7 @@ Remove-MgSecurityAttackSimulationAutomation -InputObject [-I ``` ## DESCRIPTION -Delete navigation property simulationAutomations for security +Represents simulation automations created to run on a tenant. ## EXAMPLES diff --git a/src/Security/Security/docs/v1.0-beta/Remove-MgSecurityAttackSimulationAutomationRun.md b/src/Security/Security/docs/v1.0-beta/Remove-MgSecurityAttackSimulationAutomationRun.md index 85079a04195..f18c3a61c37 100644 --- a/src/Security/Security/docs/v1.0-beta/Remove-MgSecurityAttackSimulationAutomationRun.md +++ b/src/Security/Security/docs/v1.0-beta/Remove-MgSecurityAttackSimulationAutomationRun.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Remove-MgSecurityAttackSimulationAutomationRun ## SYNOPSIS -Delete navigation property runs for security +A collection of simulation automation runs. ## SYNTAX @@ -25,7 +25,7 @@ Remove-MgSecurityAttackSimulationAutomationRun -InputObject ``` ## DESCRIPTION -Delete navigation property runs for security +A collection of simulation automation runs. ## EXAMPLES diff --git a/src/Security/Security/docs/v1.0-beta/Update-MgSecurityAttackSimulationAutomation.md b/src/Security/Security/docs/v1.0-beta/Update-MgSecurityAttackSimulationAutomation.md index a5d445c019f..90857e7a5db 100644 --- a/src/Security/Security/docs/v1.0-beta/Update-MgSecurityAttackSimulationAutomation.md +++ b/src/Security/Security/docs/v1.0-beta/Update-MgSecurityAttackSimulationAutomation.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-MgSecurityAttackSimulationAutomation ## SYNOPSIS -Update the navigation property simulationAutomations in security +Represents simulation automations created to run on a tenant. ## SYNTAX @@ -47,7 +47,7 @@ Update-MgSecurityAttackSimulationAutomation -InputObject ``` ## DESCRIPTION -Update the navigation property simulationAutomations in security +Represents simulation automations created to run on a tenant. ## EXAMPLES @@ -101,7 +101,7 @@ Accept wildcard characters: False ``` ### -CreatedDateTime -. +Date and time when the attack simulation automation was created. ```yaml Type: System.DateTime @@ -116,7 +116,7 @@ Accept wildcard characters: False ``` ### -Description -. +Description of the attack simulation automation. ```yaml Type: System.String @@ -131,7 +131,8 @@ Accept wildcard characters: False ``` ### -DisplayName -. +Display name of the attack simulation automation. +Supports $filter and $orderby. ```yaml Type: System.String @@ -193,7 +194,7 @@ Accept wildcard characters: False ``` ### -LastModifiedDateTime -. +Date and time when the attack simulation automation was most recently modified. ```yaml Type: System.DateTime @@ -208,7 +209,7 @@ Accept wildcard characters: False ``` ### -LastRunDateTime -. +Date and time of the latest run of the attack simulation automation. ```yaml Type: System.DateTime @@ -223,7 +224,7 @@ Accept wildcard characters: False ``` ### -NextRunDateTime -. +Date and time of the upcoming run of the attack simulation automation. ```yaml Type: System.DateTime @@ -253,7 +254,7 @@ Accept wildcard characters: False ``` ### -Runs -. +A collection of simulation automation runs. To construct, please use Get-Help -Online and see NOTES section for RUNS properties and create a hash table. ```yaml @@ -359,18 +360,18 @@ BODYPARAMETER : simulationAutomation - `[DisplayName ]`: 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 ]`: Unique identifier for the identity. - `[Email ]`: Email address of the user. - - `[CreatedDateTime ]`: - - `[Description ]`: - - `[DisplayName ]`: + - `[CreatedDateTime ]`: Date and time when the attack simulation automation was created. + - `[Description ]`: Description of the attack simulation automation. + - `[DisplayName ]`: Display name of the attack simulation automation. Supports $filter and $orderby. - `[LastModifiedBy ]`: emailIdentity - - `[LastModifiedDateTime ]`: - - `[LastRunDateTime ]`: - - `[NextRunDateTime ]`: - - `[Runs ]`: + - `[LastModifiedDateTime ]`: Date and time when the attack simulation automation was most recently modified. + - `[LastRunDateTime ]`: Date and time of the latest run of the attack simulation automation. + - `[NextRunDateTime ]`: Date and time of the upcoming run of the attack simulation automation. + - `[Runs ]`: A collection of simulation automation runs. - `[Id ]`: Read-only. - - `[EndDateTime ]`: - - `[SimulationId ]`: - - `[StartDateTime ]`: + - `[EndDateTime ]`: Date and time when the run ends in an attack simulation automation. + - `[SimulationId ]`: Unique identifier for the attack simulation campaign initiated in the attack simulation automation run. + - `[StartDateTime ]`: Date and time when the run starts in an attack simulation automation. - `[Status ]`: simulationAutomationRunStatus - `[Status ]`: simulationAutomationStatus @@ -404,11 +405,11 @@ LASTMODIFIEDBY : emailIdentity - `[Id ]`: Unique identifier for the identity. - `[Email ]`: Email address of the user. -RUNS : . +RUNS : A collection of simulation automation runs. - `[Id ]`: Read-only. - - `[EndDateTime ]`: - - `[SimulationId ]`: - - `[StartDateTime ]`: + - `[EndDateTime ]`: Date and time when the run ends in an attack simulation automation. + - `[SimulationId ]`: Unique identifier for the attack simulation campaign initiated in the attack simulation automation run. + - `[StartDateTime ]`: Date and time when the run starts in an attack simulation automation. - `[Status ]`: simulationAutomationRunStatus ## RELATED LINKS diff --git a/src/Security/Security/docs/v1.0-beta/Update-MgSecurityAttackSimulationAutomationRun.md b/src/Security/Security/docs/v1.0-beta/Update-MgSecurityAttackSimulationAutomationRun.md index b1c5273e672..8ab30e3a631 100644 --- a/src/Security/Security/docs/v1.0-beta/Update-MgSecurityAttackSimulationAutomationRun.md +++ b/src/Security/Security/docs/v1.0-beta/Update-MgSecurityAttackSimulationAutomationRun.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Update-MgSecurityAttackSimulationAutomationRun ## SYNOPSIS -Update the navigation property runs in security +A collection of simulation automation runs. ## SYNTAX @@ -41,7 +41,7 @@ Update-MgSecurityAttackSimulationAutomationRun -InputObject ``` ## DESCRIPTION -Update the navigation property runs in security +A collection of simulation automation runs. ## EXAMPLES @@ -79,7 +79,7 @@ Accept wildcard characters: False ``` ### -EndDateTime -. +Date and time when the run ends in an attack simulation automation. ```yaml Type: System.DateTime @@ -170,7 +170,7 @@ Accept wildcard characters: False ``` ### -SimulationId -. +Unique identifier for the attack simulation campaign initiated in the attack simulation automation run. ```yaml Type: System.String @@ -185,7 +185,7 @@ Accept wildcard characters: False ``` ### -StartDateTime -. +Date and time when the run starts in an attack simulation automation. ```yaml Type: System.DateTime @@ -270,9 +270,9 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : simulationAutomationRun - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EndDateTime ]`: - - `[SimulationId ]`: - - `[StartDateTime ]`: + - `[EndDateTime ]`: Date and time when the run ends in an attack simulation automation. + - `[SimulationId ]`: Unique identifier for the attack simulation campaign initiated in the attack simulation automation run. + - `[StartDateTime ]`: Date and time when the run starts in an attack simulation automation. - `[Status ]`: simulationAutomationRunStatus INPUTOBJECT : Identity Parameter diff --git a/src/Security/Security/docs/v1.0/Microsoft.Graph.Security.md b/src/Security/Security/docs/v1.0/Microsoft.Graph.Security.md index 96e9306d3d9..4d35f151e11 100644 --- a/src/Security/Security/docs/v1.0/Microsoft.Graph.Security.md +++ b/src/Security/Security/docs/v1.0/Microsoft.Graph.Security.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Security -Module Guid: 10562be3-9e28-48e0-8f91-13908a0eec29 +Module Guid: ceaa73ef-2352-45d1-85f3-db3ce3e227c3 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Sites/Sites/docs/v1.0-beta/Microsoft.Graph.Sites.md b/src/Sites/Sites/docs/v1.0-beta/Microsoft.Graph.Sites.md index e608c934cd7..1959c1e3d6d 100644 --- a/src/Sites/Sites/docs/v1.0-beta/Microsoft.Graph.Sites.md +++ b/src/Sites/Sites/docs/v1.0-beta/Microsoft.Graph.Sites.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Sites -Module Guid: 4127de1e-156e-456d-922d-0d738a9eaee4 +Module Guid: 5e949aa4-699c-4499-96f8-28994c897acf Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Sites/Sites/docs/v1.0-beta/New-MgGroupSite.md b/src/Sites/Sites/docs/v1.0-beta/New-MgGroupSite.md index 9a65c60250b..a897b6d30be 100644 --- a/src/Sites/Sites/docs/v1.0-beta/New-MgGroupSite.md +++ b/src/Sites/Sites/docs/v1.0-beta/New-MgGroupSite.md @@ -846,10 +846,10 @@ ANALYTICS : itemAnalytics - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -858,9 +858,9 @@ ANALYTICS : itemAnalytics - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -958,18 +958,18 @@ ANALYTICS : itemAnalytics - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -977,7 +977,7 @@ ANALYTICS : itemAnalytics - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -986,7 +986,7 @@ ANALYTICS : itemAnalytics - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1779,7 +1779,7 @@ ANALYTICS : itemAnalytics - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3715,6 +3715,247 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4810,10 +5051,10 @@ BODYPARAMETER : site - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4822,9 +5063,9 @@ BODYPARAMETER : site - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4922,18 +5163,18 @@ BODYPARAMETER : site - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4941,7 +5182,7 @@ BODYPARAMETER : site - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4950,7 +5191,7 @@ BODYPARAMETER : site - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6232,7 +6473,7 @@ BODYPARAMETER : site - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -8035,6 +8276,247 @@ BODYPARAMETER : site - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8943,7 +9425,7 @@ CONTENTTYPES : The collection of content types def - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -9118,10 +9600,10 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9130,9 +9612,9 @@ CREATEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9230,18 +9712,18 @@ CREATEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9249,7 +9731,7 @@ CREATEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9258,7 +9740,7 @@ CREATEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10540,7 +11022,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -12420,6 +12902,247 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -13105,10 +13828,10 @@ DRIVE : drive - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13117,9 +13840,9 @@ DRIVE : drive - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13217,18 +13940,18 @@ DRIVE : drive - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -13236,7 +13959,7 @@ DRIVE : drive - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -13245,7 +13968,7 @@ DRIVE : drive - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -14521,7 +15244,7 @@ DRIVE : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -16372,6 +17095,247 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -17083,10 +18047,10 @@ DRIVES : The collection of drives (document libraries) u - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -17095,9 +18059,9 @@ DRIVES : The collection of drives (document libraries) u - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -17195,18 +18159,18 @@ DRIVES : The collection of drives (document libraries) u - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -17214,7 +18178,7 @@ DRIVES : The collection of drives (document libraries) u - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -17223,7 +18187,7 @@ DRIVES : The collection of drives (document libraries) u - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -18499,7 +19463,7 @@ DRIVES : The collection of drives (document libraries) u - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -20350,6 +21314,247 @@ DRIVES : The collection of drives (document libraries) u - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -21227,10 +22432,10 @@ ITEMS : Used to address any item contained in this si - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -21239,9 +22444,9 @@ ITEMS : Used to address any item contained in this si - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -21339,18 +22544,18 @@ ITEMS : Used to address any item contained in this si - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -21358,7 +22563,7 @@ ITEMS : Used to address any item contained in this si - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -21367,7 +22572,7 @@ ITEMS : Used to address any item contained in this si - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -22649,7 +23854,7 @@ ITEMS : Used to address any item contained in this si - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -24517,6 +25722,247 @@ ITEMS : Used to address any item contained in this si - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -25213,10 +26659,10 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -25225,9 +26671,9 @@ LASTMODIFIEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -25325,18 +26771,18 @@ LASTMODIFIEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -25344,7 +26790,7 @@ LASTMODIFIEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -25353,7 +26799,7 @@ LASTMODIFIEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -26635,7 +28081,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -28515,6 +29961,247 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -29195,10 +30882,10 @@ LISTS : The collection of lists under this site. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -29207,9 +30894,9 @@ LISTS : The collection of lists under this site. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -29307,18 +30994,18 @@ LISTS : The collection of lists under this site. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -29326,7 +31013,7 @@ LISTS : The collection of lists under this site. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -29335,7 +31022,7 @@ LISTS : The collection of lists under this site. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -30646,7 +32333,7 @@ LISTS : The collection of lists under this site. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -32469,6 +34156,247 @@ LISTS : The collection of lists under this site. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -33298,10 +35226,10 @@ PAGES : The collection of pages in the SitePages list - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -33310,9 +35238,9 @@ PAGES : The collection of pages in the SitePages list - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -33410,18 +35338,18 @@ PAGES : The collection of pages in the SitePages list - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -33429,7 +35357,7 @@ PAGES : The collection of pages in the SitePages list - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -33438,7 +35366,7 @@ PAGES : The collection of pages in the SitePages list - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -34720,7 +36648,7 @@ PAGES : The collection of pages in the SitePages list - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -36580,6 +38508,247 @@ PAGES : The collection of pages in the SitePages list - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -37380,10 +39549,10 @@ SITES : The collection of the sub-sites under this site. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -37392,9 +39561,9 @@ SITES : The collection of the sub-sites under this site. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -37492,18 +39661,18 @@ SITES : The collection of the sub-sites under this site. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -37511,7 +39680,7 @@ SITES : The collection of the sub-sites under this site. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -37520,7 +39689,7 @@ SITES : The collection of the sub-sites under this site. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -38802,7 +40971,7 @@ SITES : The collection of the sub-sites under this site. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -40605,6 +42774,247 @@ SITES : The collection of the sub-sites under this site. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Sites/Sites/docs/v1.0-beta/New-MgSite.md b/src/Sites/Sites/docs/v1.0-beta/New-MgSite.md index aee34ecec6e..dc6159f18ef 100644 --- a/src/Sites/Sites/docs/v1.0-beta/New-MgSite.md +++ b/src/Sites/Sites/docs/v1.0-beta/New-MgSite.md @@ -786,10 +786,10 @@ ANALYTICS : itemAnalytics - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -798,9 +798,9 @@ ANALYTICS : itemAnalytics - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -898,18 +898,18 @@ ANALYTICS : itemAnalytics - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -917,7 +917,7 @@ ANALYTICS : itemAnalytics - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -926,7 +926,7 @@ ANALYTICS : itemAnalytics - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1719,7 +1719,7 @@ ANALYTICS : itemAnalytics - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3655,6 +3655,247 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4750,10 +4991,10 @@ BODYPARAMETER : site - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4762,9 +5003,9 @@ BODYPARAMETER : site - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4862,18 +5103,18 @@ BODYPARAMETER : site - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4881,7 +5122,7 @@ BODYPARAMETER : site - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4890,7 +5131,7 @@ BODYPARAMETER : site - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6172,7 +6413,7 @@ BODYPARAMETER : site - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7975,6 +8216,247 @@ BODYPARAMETER : site - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8883,7 +9365,7 @@ CONTENTTYPES : The collection of content types def - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -9058,10 +9540,10 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9070,9 +9552,9 @@ CREATEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9170,18 +9652,18 @@ CREATEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9189,7 +9671,7 @@ CREATEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9198,7 +9680,7 @@ CREATEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10480,7 +10962,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -12360,6 +12842,247 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -13045,10 +13768,10 @@ DRIVE : drive - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13057,9 +13780,9 @@ DRIVE : drive - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13157,18 +13880,18 @@ DRIVE : drive - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -13176,7 +13899,7 @@ DRIVE : drive - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -13185,7 +13908,7 @@ DRIVE : drive - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -14461,7 +15184,7 @@ DRIVE : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -16312,6 +17035,247 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -17023,10 +17987,10 @@ DRIVES : The collection of drives (document libraries) u - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -17035,9 +17999,9 @@ DRIVES : The collection of drives (document libraries) u - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -17135,18 +18099,18 @@ DRIVES : The collection of drives (document libraries) u - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -17154,7 +18118,7 @@ DRIVES : The collection of drives (document libraries) u - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -17163,7 +18127,7 @@ DRIVES : The collection of drives (document libraries) u - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -18439,7 +19403,7 @@ DRIVES : The collection of drives (document libraries) u - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -20290,6 +21254,247 @@ DRIVES : The collection of drives (document libraries) u - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -21136,10 +22341,10 @@ ITEMS : Used to address any item contained in this si - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -21148,9 +22353,9 @@ ITEMS : Used to address any item contained in this si - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -21248,18 +22453,18 @@ ITEMS : Used to address any item contained in this si - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -21267,7 +22472,7 @@ ITEMS : Used to address any item contained in this si - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -21276,7 +22481,7 @@ ITEMS : Used to address any item contained in this si - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -22558,7 +23763,7 @@ ITEMS : Used to address any item contained in this si - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -24426,6 +25631,247 @@ ITEMS : Used to address any item contained in this si - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -25122,10 +26568,10 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -25134,9 +26580,9 @@ LASTMODIFIEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -25234,18 +26680,18 @@ LASTMODIFIEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -25253,7 +26699,7 @@ LASTMODIFIEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -25262,7 +26708,7 @@ LASTMODIFIEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -26544,7 +27990,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -28424,6 +29870,247 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -29104,10 +30791,10 @@ LISTS : The collection of lists under this site. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -29116,9 +30803,9 @@ LISTS : The collection of lists under this site. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -29216,18 +30903,18 @@ LISTS : The collection of lists under this site. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -29235,7 +30922,7 @@ LISTS : The collection of lists under this site. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -29244,7 +30931,7 @@ LISTS : The collection of lists under this site. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -30555,7 +32242,7 @@ LISTS : The collection of lists under this site. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -32378,6 +34065,247 @@ LISTS : The collection of lists under this site. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -33207,10 +35135,10 @@ PAGES : The collection of pages in the SitePages list - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -33219,9 +35147,9 @@ PAGES : The collection of pages in the SitePages list - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -33319,18 +35247,18 @@ PAGES : The collection of pages in the SitePages list - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -33338,7 +35266,7 @@ PAGES : The collection of pages in the SitePages list - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -33347,7 +35275,7 @@ PAGES : The collection of pages in the SitePages list - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -34629,7 +36557,7 @@ PAGES : The collection of pages in the SitePages list - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -36489,6 +38417,247 @@ PAGES : The collection of pages in the SitePages list - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -37289,10 +39458,10 @@ SITES : The collection of the sub-sites under this site. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -37301,9 +39470,9 @@ SITES : The collection of the sub-sites under this site. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -37401,18 +39570,18 @@ SITES : The collection of the sub-sites under this site. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -37420,7 +39589,7 @@ SITES : The collection of the sub-sites under this site. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -37429,7 +39598,7 @@ SITES : The collection of the sub-sites under this site. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -38711,7 +40880,7 @@ SITES : The collection of the sub-sites under this site. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -40514,6 +42683,247 @@ SITES : The collection of the sub-sites under this site. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Sites/Sites/docs/v1.0-beta/New-MgSiteContentType.md b/src/Sites/Sites/docs/v1.0-beta/New-MgSiteContentType.md index 4c336cc7aa9..55db8278af6 100644 --- a/src/Sites/Sites/docs/v1.0-beta/New-MgSiteContentType.md +++ b/src/Sites/Sites/docs/v1.0-beta/New-MgSiteContentType.md @@ -637,7 +637,7 @@ BASE : contentType - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -824,7 +824,7 @@ BASETYPES : The collection of content types that a - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1012,7 +1012,7 @@ BODYPARAMETER : contentType - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1459,7 +1459,7 @@ DOCUMENTSET : documentSet - `[DisplayName ]`: If present, the value of this field contains the displayName string that has been set for the language present in the languageTag field. - `[LanguageTag ]`: Provides the language culture-code and friendly name of the language that the displayName field has been provided in. - `[Formula ]`: The formula to validate column value. For examples, see Examples of common formulas in lists. - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. diff --git a/src/Sites/Sites/docs/v1.0-beta/New-MgSiteList.md b/src/Sites/Sites/docs/v1.0-beta/New-MgSiteList.md index be37d3b5c8c..b426cff5653 100644 --- a/src/Sites/Sites/docs/v1.0-beta/New-MgSiteList.md +++ b/src/Sites/Sites/docs/v1.0-beta/New-MgSiteList.md @@ -711,10 +711,10 @@ ACTIVITIES : The recent activities that took p - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -723,9 +723,9 @@ ACTIVITIES : The recent activities that took p - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -823,18 +823,18 @@ ACTIVITIES : The recent activities that took p - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -842,7 +842,7 @@ ACTIVITIES : The recent activities that took p - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -851,7 +851,7 @@ ACTIVITIES : The recent activities that took p - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1568,7 +1568,7 @@ ACTIVITIES : The recent activities that took p - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3565,6 +3565,247 @@ ACTIVITIES : The recent activities that took p - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4653,10 +4894,10 @@ BODYPARAMETER : list - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4665,9 +4906,9 @@ BODYPARAMETER : list - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4765,18 +5006,18 @@ BODYPARAMETER : list - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4784,7 +5025,7 @@ BODYPARAMETER : list - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4793,7 +5034,7 @@ BODYPARAMETER : list - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6104,7 +6345,7 @@ BODYPARAMETER : list - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7927,6 +8168,247 @@ BODYPARAMETER : list - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8785,7 +9267,7 @@ CONTENTTYPES : The collection of content types pre - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -8960,10 +9442,10 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8972,9 +9454,9 @@ CREATEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9072,18 +9554,18 @@ CREATEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9091,7 +9573,7 @@ CREATEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9100,7 +9582,7 @@ CREATEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10382,7 +10864,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -12262,6 +12744,247 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -12943,10 +13666,10 @@ DRIVE : drive - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -12955,9 +13678,9 @@ DRIVE : drive - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13055,18 +13778,18 @@ DRIVE : drive - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -13074,7 +13797,7 @@ DRIVE : drive - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -13083,7 +13806,7 @@ DRIVE : drive - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -14359,7 +15082,7 @@ DRIVE : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -16210,6 +16933,247 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -16952,10 +17916,10 @@ ITEMS : All items contained in the list. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -16964,9 +17928,9 @@ ITEMS : All items contained in the list. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -17064,18 +18028,18 @@ ITEMS : All items contained in the list. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -17083,7 +18047,7 @@ ITEMS : All items contained in the list. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -17092,7 +18056,7 @@ ITEMS : All items contained in the list. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -18346,7 +19310,7 @@ ITEMS : All items contained in the list. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -20226,6 +21190,247 @@ ITEMS : All items contained in the list. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -20938,10 +22143,10 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -20950,9 +22155,9 @@ LASTMODIFIEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -21050,18 +22255,18 @@ LASTMODIFIEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -21069,7 +22274,7 @@ LASTMODIFIEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -21078,7 +22283,7 @@ LASTMODIFIEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -22360,7 +23565,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -24240,6 +25445,247 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Sites/Sites/docs/v1.0-beta/New-MgSiteListContentType.md b/src/Sites/Sites/docs/v1.0-beta/New-MgSiteListContentType.md index 7a36889353d..a1d0145aa56 100644 --- a/src/Sites/Sites/docs/v1.0-beta/New-MgSiteListContentType.md +++ b/src/Sites/Sites/docs/v1.0-beta/New-MgSiteListContentType.md @@ -653,7 +653,7 @@ BASE : contentType - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -840,7 +840,7 @@ BASETYPES : The collection of content types that a - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1028,7 +1028,7 @@ BODYPARAMETER : contentType - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1475,7 +1475,7 @@ DOCUMENTSET : documentSet - `[DisplayName ]`: If present, the value of this field contains the displayName string that has been set for the language present in the languageTag field. - `[LanguageTag ]`: Provides the language culture-code and friendly name of the language that the displayName field has been provided in. - `[Formula ]`: The formula to validate column value. For examples, see Examples of common formulas in lists. - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. diff --git a/src/Sites/Sites/docs/v1.0-beta/New-MgSiteListItem.md b/src/Sites/Sites/docs/v1.0-beta/New-MgSiteListItem.md index 5cefcfc0ff4..0e1ba9d609e 100644 --- a/src/Sites/Sites/docs/v1.0-beta/New-MgSiteListItem.md +++ b/src/Sites/Sites/docs/v1.0-beta/New-MgSiteListItem.md @@ -676,10 +676,10 @@ ACTIVITIES : The list of recent activities tha - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -688,9 +688,9 @@ ACTIVITIES : The list of recent activities tha - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -788,18 +788,18 @@ ACTIVITIES : The list of recent activities tha - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -807,7 +807,7 @@ ACTIVITIES : The list of recent activities tha - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -816,7 +816,7 @@ ACTIVITIES : The list of recent activities tha - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1533,7 +1533,7 @@ ACTIVITIES : The list of recent activities tha - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3530,6 +3530,247 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4634,10 +4875,10 @@ ANALYTICS : itemAnalytics - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4646,9 +4887,9 @@ ANALYTICS : itemAnalytics - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4746,18 +4987,18 @@ ANALYTICS : itemAnalytics - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4765,7 +5006,7 @@ ANALYTICS : itemAnalytics - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4774,7 +5015,7 @@ ANALYTICS : itemAnalytics - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5567,7 +5808,7 @@ ANALYTICS : itemAnalytics - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7503,6 +7744,247 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8598,10 +9080,10 @@ BODYPARAMETER : listItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8610,9 +9092,9 @@ BODYPARAMETER : listItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8710,18 +9192,18 @@ BODYPARAMETER : listItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8729,7 +9211,7 @@ BODYPARAMETER : listItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8738,7 +9220,7 @@ BODYPARAMETER : listItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9992,7 +10474,7 @@ BODYPARAMETER : listItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -11872,6 +12354,247 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -12589,10 +13312,10 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -12601,9 +13324,9 @@ CREATEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -12701,18 +13424,18 @@ CREATEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -12720,7 +13443,7 @@ CREATEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -12729,7 +13452,7 @@ CREATEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -14011,7 +14734,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15891,6 +16614,247 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -16576,10 +17540,10 @@ DRIVEITEM : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -16588,9 +17552,9 @@ DRIVEITEM : driveItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -16688,18 +17652,18 @@ DRIVEITEM : driveItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -16707,7 +17671,7 @@ DRIVEITEM : driveItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -16716,7 +17680,7 @@ DRIVEITEM : driveItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -17538,7 +18502,7 @@ DRIVEITEM : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -19474,6 +20438,247 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -20593,10 +21798,10 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -20605,9 +21810,9 @@ LASTMODIFIEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -20705,18 +21910,18 @@ LASTMODIFIEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -20724,7 +21929,7 @@ LASTMODIFIEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -20733,7 +21938,7 @@ LASTMODIFIEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -22015,7 +23220,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -23895,6 +25100,247 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Sites/Sites/docs/v1.0-beta/New-MgSitePage.md b/src/Sites/Sites/docs/v1.0-beta/New-MgSitePage.md index 7be219adde9..625f6b03c18 100644 --- a/src/Sites/Sites/docs/v1.0-beta/New-MgSitePage.md +++ b/src/Sites/Sites/docs/v1.0-beta/New-MgSitePage.md @@ -573,10 +573,10 @@ BODYPARAMETER : sitePage - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -585,9 +585,9 @@ BODYPARAMETER : sitePage - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -685,18 +685,18 @@ BODYPARAMETER : sitePage - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -704,7 +704,7 @@ BODYPARAMETER : sitePage - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -713,7 +713,7 @@ BODYPARAMETER : sitePage - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1995,7 +1995,7 @@ BODYPARAMETER : sitePage - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3855,6 +3855,247 @@ BODYPARAMETER : sitePage - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4565,10 +4806,10 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4577,9 +4818,9 @@ CREATEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4677,18 +4918,18 @@ CREATEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4696,7 +4937,7 @@ CREATEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4705,7 +4946,7 @@ CREATEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5987,7 +6228,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7867,6 +8108,247 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8585,10 +9067,10 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8597,9 +9079,9 @@ LASTMODIFIEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8697,18 +9179,18 @@ LASTMODIFIEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8716,7 +9198,7 @@ LASTMODIFIEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8725,7 +9207,7 @@ LASTMODIFIEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10007,7 +10489,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -11887,6 +12369,247 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Sites/Sites/docs/v1.0-beta/Update-MgGroupSite.md b/src/Sites/Sites/docs/v1.0-beta/Update-MgGroupSite.md index f8f45fcff52..b62fb1bd46c 100644 --- a/src/Sites/Sites/docs/v1.0-beta/Update-MgGroupSite.md +++ b/src/Sites/Sites/docs/v1.0-beta/Update-MgGroupSite.md @@ -878,10 +878,10 @@ ANALYTICS : itemAnalytics - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -890,9 +890,9 @@ ANALYTICS : itemAnalytics - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -990,18 +990,18 @@ ANALYTICS : itemAnalytics - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -1009,7 +1009,7 @@ ANALYTICS : itemAnalytics - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -1018,7 +1018,7 @@ ANALYTICS : itemAnalytics - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1811,7 +1811,7 @@ ANALYTICS : itemAnalytics - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3747,6 +3747,247 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4842,10 +5083,10 @@ BODYPARAMETER : site - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4854,9 +5095,9 @@ BODYPARAMETER : site - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4954,18 +5195,18 @@ BODYPARAMETER : site - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4973,7 +5214,7 @@ BODYPARAMETER : site - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4982,7 +5223,7 @@ BODYPARAMETER : site - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6264,7 +6505,7 @@ BODYPARAMETER : site - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -8067,6 +8308,247 @@ BODYPARAMETER : site - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8975,7 +9457,7 @@ CONTENTTYPES : The collection of content types def - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -9150,10 +9632,10 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9162,9 +9644,9 @@ CREATEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9262,18 +9744,18 @@ CREATEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9281,7 +9763,7 @@ CREATEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9290,7 +9772,7 @@ CREATEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10572,7 +11054,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -12452,6 +12934,247 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -13137,10 +13860,10 @@ DRIVE : drive - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13149,9 +13872,9 @@ DRIVE : drive - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13249,18 +13972,18 @@ DRIVE : drive - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -13268,7 +13991,7 @@ DRIVE : drive - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -13277,7 +14000,7 @@ DRIVE : drive - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -14553,7 +15276,7 @@ DRIVE : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -16404,6 +17127,247 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -17115,10 +18079,10 @@ DRIVES : The collection of drives (document libraries) u - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -17127,9 +18091,9 @@ DRIVES : The collection of drives (document libraries) u - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -17227,18 +18191,18 @@ DRIVES : The collection of drives (document libraries) u - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -17246,7 +18210,7 @@ DRIVES : The collection of drives (document libraries) u - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -17255,7 +18219,7 @@ DRIVES : The collection of drives (document libraries) u - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -18531,7 +19495,7 @@ DRIVES : The collection of drives (document libraries) u - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -20382,6 +21346,247 @@ DRIVES : The collection of drives (document libraries) u - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -21259,10 +22464,10 @@ ITEMS : Used to address any item contained in this si - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -21271,9 +22476,9 @@ ITEMS : Used to address any item contained in this si - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -21371,18 +22576,18 @@ ITEMS : Used to address any item contained in this si - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -21390,7 +22595,7 @@ ITEMS : Used to address any item contained in this si - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -21399,7 +22604,7 @@ ITEMS : Used to address any item contained in this si - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -22681,7 +23886,7 @@ ITEMS : Used to address any item contained in this si - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -24549,6 +25754,247 @@ ITEMS : Used to address any item contained in this si - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -25245,10 +26691,10 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -25257,9 +26703,9 @@ LASTMODIFIEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -25357,18 +26803,18 @@ LASTMODIFIEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -25376,7 +26822,7 @@ LASTMODIFIEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -25385,7 +26831,7 @@ LASTMODIFIEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -26667,7 +28113,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -28547,6 +29993,247 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -29227,10 +30914,10 @@ LISTS : The collection of lists under this site. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -29239,9 +30926,9 @@ LISTS : The collection of lists under this site. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -29339,18 +31026,18 @@ LISTS : The collection of lists under this site. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -29358,7 +31045,7 @@ LISTS : The collection of lists under this site. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -29367,7 +31054,7 @@ LISTS : The collection of lists under this site. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -30678,7 +32365,7 @@ LISTS : The collection of lists under this site. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -32501,6 +34188,247 @@ LISTS : The collection of lists under this site. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -33330,10 +35258,10 @@ PAGES : The collection of pages in the SitePages list - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -33342,9 +35270,9 @@ PAGES : The collection of pages in the SitePages list - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -33442,18 +35370,18 @@ PAGES : The collection of pages in the SitePages list - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -33461,7 +35389,7 @@ PAGES : The collection of pages in the SitePages list - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -33470,7 +35398,7 @@ PAGES : The collection of pages in the SitePages list - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -34752,7 +36680,7 @@ PAGES : The collection of pages in the SitePages list - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -36612,6 +38540,247 @@ PAGES : The collection of pages in the SitePages list - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -37412,10 +39581,10 @@ SITES : The collection of the sub-sites under this site. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -37424,9 +39593,9 @@ SITES : The collection of the sub-sites under this site. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -37524,18 +39693,18 @@ SITES : The collection of the sub-sites under this site. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -37543,7 +39712,7 @@ SITES : The collection of the sub-sites under this site. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -37552,7 +39721,7 @@ SITES : The collection of the sub-sites under this site. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -38834,7 +41003,7 @@ SITES : The collection of the sub-sites under this site. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -40637,6 +42806,247 @@ SITES : The collection of the sub-sites under this site. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Sites/Sites/docs/v1.0-beta/Update-MgSite.md b/src/Sites/Sites/docs/v1.0-beta/Update-MgSite.md index cccbfae8db0..f65b69a3a2f 100644 --- a/src/Sites/Sites/docs/v1.0-beta/Update-MgSite.md +++ b/src/Sites/Sites/docs/v1.0-beta/Update-MgSite.md @@ -860,10 +860,10 @@ ANALYTICS : itemAnalytics - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -872,9 +872,9 @@ ANALYTICS : itemAnalytics - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -972,18 +972,18 @@ ANALYTICS : itemAnalytics - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -991,7 +991,7 @@ ANALYTICS : itemAnalytics - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -1000,7 +1000,7 @@ ANALYTICS : itemAnalytics - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1793,7 +1793,7 @@ ANALYTICS : itemAnalytics - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3729,6 +3729,247 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4824,10 +5065,10 @@ BODYPARAMETER : site - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4836,9 +5077,9 @@ BODYPARAMETER : site - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4936,18 +5177,18 @@ BODYPARAMETER : site - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4955,7 +5196,7 @@ BODYPARAMETER : site - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4964,7 +5205,7 @@ BODYPARAMETER : site - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6246,7 +6487,7 @@ BODYPARAMETER : site - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -8049,6 +8290,247 @@ BODYPARAMETER : site - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8957,7 +9439,7 @@ CONTENTTYPES : The collection of content types def - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -9132,10 +9614,10 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9144,9 +9626,9 @@ CREATEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9244,18 +9726,18 @@ CREATEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9263,7 +9745,7 @@ CREATEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9272,7 +9754,7 @@ CREATEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10554,7 +11036,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -12434,6 +12916,247 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -13119,10 +13842,10 @@ DRIVE : drive - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13131,9 +13854,9 @@ DRIVE : drive - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13231,18 +13954,18 @@ DRIVE : drive - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -13250,7 +13973,7 @@ DRIVE : drive - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -13259,7 +13982,7 @@ DRIVE : drive - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -14535,7 +15258,7 @@ DRIVE : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -16386,6 +17109,247 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -17097,10 +18061,10 @@ DRIVES : The collection of drives (document libraries) u - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -17109,9 +18073,9 @@ DRIVES : The collection of drives (document libraries) u - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -17209,18 +18173,18 @@ DRIVES : The collection of drives (document libraries) u - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -17228,7 +18192,7 @@ DRIVES : The collection of drives (document libraries) u - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -17237,7 +18201,7 @@ DRIVES : The collection of drives (document libraries) u - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -18513,7 +19477,7 @@ DRIVES : The collection of drives (document libraries) u - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -20364,6 +21328,247 @@ DRIVES : The collection of drives (document libraries) u - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -21241,10 +22446,10 @@ ITEMS : Used to address any item contained in this si - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -21253,9 +22458,9 @@ ITEMS : Used to address any item contained in this si - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -21353,18 +22558,18 @@ ITEMS : Used to address any item contained in this si - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -21372,7 +22577,7 @@ ITEMS : Used to address any item contained in this si - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -21381,7 +22586,7 @@ ITEMS : Used to address any item contained in this si - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -22663,7 +23868,7 @@ ITEMS : Used to address any item contained in this si - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -24531,6 +25736,247 @@ ITEMS : Used to address any item contained in this si - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -25227,10 +26673,10 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -25239,9 +26685,9 @@ LASTMODIFIEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -25339,18 +26785,18 @@ LASTMODIFIEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -25358,7 +26804,7 @@ LASTMODIFIEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -25367,7 +26813,7 @@ LASTMODIFIEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -26649,7 +28095,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -28529,6 +29975,247 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -29209,10 +30896,10 @@ LISTS : The collection of lists under this site. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -29221,9 +30908,9 @@ LISTS : The collection of lists under this site. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -29321,18 +31008,18 @@ LISTS : The collection of lists under this site. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -29340,7 +31027,7 @@ LISTS : The collection of lists under this site. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -29349,7 +31036,7 @@ LISTS : The collection of lists under this site. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -30660,7 +32347,7 @@ LISTS : The collection of lists under this site. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -32483,6 +34170,247 @@ LISTS : The collection of lists under this site. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -33312,10 +35240,10 @@ PAGES : The collection of pages in the SitePages list - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -33324,9 +35252,9 @@ PAGES : The collection of pages in the SitePages list - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -33424,18 +35352,18 @@ PAGES : The collection of pages in the SitePages list - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -33443,7 +35371,7 @@ PAGES : The collection of pages in the SitePages list - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -33452,7 +35380,7 @@ PAGES : The collection of pages in the SitePages list - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -34734,7 +36662,7 @@ PAGES : The collection of pages in the SitePages list - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -36594,6 +38522,247 @@ PAGES : The collection of pages in the SitePages list - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -37394,10 +39563,10 @@ SITES : The collection of the sub-sites under this site. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -37406,9 +39575,9 @@ SITES : The collection of the sub-sites under this site. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -37506,18 +39675,18 @@ SITES : The collection of the sub-sites under this site. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -37525,7 +39694,7 @@ SITES : The collection of the sub-sites under this site. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -37534,7 +39703,7 @@ SITES : The collection of the sub-sites under this site. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -38816,7 +40985,7 @@ SITES : The collection of the sub-sites under this site. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -40619,6 +42788,247 @@ SITES : The collection of the sub-sites under this site. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteContentType.md b/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteContentType.md index 30b79c240f0..cbbd349ba62 100644 --- a/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteContentType.md +++ b/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteContentType.md @@ -668,7 +668,7 @@ BASE : contentType - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -855,7 +855,7 @@ BASETYPES : The collection of content types that a - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1043,7 +1043,7 @@ BODYPARAMETER : contentType - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1490,7 +1490,7 @@ DOCUMENTSET : documentSet - `[DisplayName ]`: If present, the value of this field contains the displayName string that has been set for the language present in the languageTag field. - `[LanguageTag ]`: Provides the language culture-code and friendly name of the language that the displayName field has been provided in. - `[Formula ]`: The formula to validate column value. For examples, see Examples of common formulas in lists. - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. diff --git a/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteList.md b/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteList.md index 1b5cd52f82a..c593e0cae47 100644 --- a/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteList.md +++ b/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteList.md @@ -742,10 +742,10 @@ ACTIVITIES : The recent activities that took p - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -754,9 +754,9 @@ ACTIVITIES : The recent activities that took p - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -854,18 +854,18 @@ ACTIVITIES : The recent activities that took p - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -873,7 +873,7 @@ ACTIVITIES : The recent activities that took p - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -882,7 +882,7 @@ ACTIVITIES : The recent activities that took p - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1599,7 +1599,7 @@ ACTIVITIES : The recent activities that took p - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3596,6 +3596,247 @@ ACTIVITIES : The recent activities that took p - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4684,10 +4925,10 @@ BODYPARAMETER : list - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4696,9 +4937,9 @@ BODYPARAMETER : list - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4796,18 +5037,18 @@ BODYPARAMETER : list - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4815,7 +5056,7 @@ BODYPARAMETER : list - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4824,7 +5065,7 @@ BODYPARAMETER : list - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6135,7 +6376,7 @@ BODYPARAMETER : list - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7958,6 +8199,247 @@ BODYPARAMETER : list - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8816,7 +9298,7 @@ CONTENTTYPES : The collection of content types pre - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -8991,10 +9473,10 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -9003,9 +9485,9 @@ CREATEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -9103,18 +9585,18 @@ CREATEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -9122,7 +9604,7 @@ CREATEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -9131,7 +9613,7 @@ CREATEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10413,7 +10895,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -12293,6 +12775,247 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -12974,10 +13697,10 @@ DRIVE : drive - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -12986,9 +13709,9 @@ DRIVE : drive - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13086,18 +13809,18 @@ DRIVE : drive - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -13105,7 +13828,7 @@ DRIVE : drive - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -13114,7 +13837,7 @@ DRIVE : drive - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -14390,7 +15113,7 @@ DRIVE : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -16241,6 +16964,247 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -16983,10 +17947,10 @@ ITEMS : All items contained in the list. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -16995,9 +17959,9 @@ ITEMS : All items contained in the list. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -17095,18 +18059,18 @@ ITEMS : All items contained in the list. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -17114,7 +18078,7 @@ ITEMS : All items contained in the list. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -17123,7 +18087,7 @@ ITEMS : All items contained in the list. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -18377,7 +19341,7 @@ ITEMS : All items contained in the list. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -20257,6 +21221,247 @@ ITEMS : All items contained in the list. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -20969,10 +22174,10 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -20981,9 +22186,9 @@ LASTMODIFIEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -21081,18 +22286,18 @@ LASTMODIFIEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -21100,7 +22305,7 @@ LASTMODIFIEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -21109,7 +22314,7 @@ LASTMODIFIEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -22391,7 +23596,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -24271,6 +25476,247 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteListContentType.md b/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteListContentType.md index a6fd5d5b9d7..caf1dd3381d 100644 --- a/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteListContentType.md +++ b/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteListContentType.md @@ -683,7 +683,7 @@ BASE : contentType - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -870,7 +870,7 @@ BASETYPES : The collection of content types that a - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1058,7 +1058,7 @@ BODYPARAMETER : contentType - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1505,7 +1505,7 @@ DOCUMENTSET : documentSet - `[DisplayName ]`: If present, the value of this field contains the displayName string that has been set for the language present in the languageTag field. - `[LanguageTag ]`: Provides the language culture-code and friendly name of the language that the displayName field has been provided in. - `[Formula ]`: The formula to validate column value. For examples, see Examples of common formulas in lists. - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. diff --git a/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteListItem.md b/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteListItem.md index 5af4abd1cc9..6043d643811 100644 --- a/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteListItem.md +++ b/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteListItem.md @@ -707,10 +707,10 @@ ACTIVITIES : The list of recent activities tha - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -719,9 +719,9 @@ ACTIVITIES : The list of recent activities tha - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -819,18 +819,18 @@ ACTIVITIES : The list of recent activities tha - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -838,7 +838,7 @@ ACTIVITIES : The list of recent activities tha - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -847,7 +847,7 @@ ACTIVITIES : The list of recent activities tha - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1564,7 +1564,7 @@ ACTIVITIES : The list of recent activities tha - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3561,6 +3561,247 @@ ACTIVITIES : The list of recent activities tha - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4665,10 +4906,10 @@ ANALYTICS : itemAnalytics - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4677,9 +4918,9 @@ ANALYTICS : itemAnalytics - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4777,18 +5018,18 @@ ANALYTICS : itemAnalytics - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4796,7 +5037,7 @@ ANALYTICS : itemAnalytics - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4805,7 +5046,7 @@ ANALYTICS : itemAnalytics - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5598,7 +5839,7 @@ ANALYTICS : itemAnalytics - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7534,6 +7775,247 @@ ANALYTICS : itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8629,10 +9111,10 @@ BODYPARAMETER : listItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8641,9 +9123,9 @@ BODYPARAMETER : listItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8741,18 +9223,18 @@ BODYPARAMETER : listItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8760,7 +9242,7 @@ BODYPARAMETER : listItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8769,7 +9251,7 @@ BODYPARAMETER : listItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10023,7 +10505,7 @@ BODYPARAMETER : listItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -11903,6 +12385,247 @@ BODYPARAMETER : listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -12620,10 +13343,10 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -12632,9 +13355,9 @@ CREATEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -12732,18 +13455,18 @@ CREATEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -12751,7 +13474,7 @@ CREATEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -12760,7 +13483,7 @@ CREATEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -14042,7 +14765,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15922,6 +16645,247 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -16607,10 +17571,10 @@ DRIVEITEM : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -16619,9 +17583,9 @@ DRIVEITEM : driveItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -16719,18 +17683,18 @@ DRIVEITEM : driveItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -16738,7 +17702,7 @@ DRIVEITEM : driveItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -16747,7 +17711,7 @@ DRIVEITEM : driveItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -17569,7 +18533,7 @@ DRIVEITEM : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -19505,6 +20469,247 @@ DRIVEITEM : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -20624,10 +21829,10 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -20636,9 +21841,9 @@ LASTMODIFIEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -20736,18 +21941,18 @@ LASTMODIFIEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -20755,7 +21960,7 @@ LASTMODIFIEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -20764,7 +21969,7 @@ LASTMODIFIEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -22046,7 +23251,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -23926,6 +25131,247 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Sites/Sites/docs/v1.0-beta/Update-MgSitePage.md b/src/Sites/Sites/docs/v1.0-beta/Update-MgSitePage.md index b75d92a532b..33170ab8cae 100644 --- a/src/Sites/Sites/docs/v1.0-beta/Update-MgSitePage.md +++ b/src/Sites/Sites/docs/v1.0-beta/Update-MgSitePage.md @@ -603,10 +603,10 @@ BODYPARAMETER : sitePage - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -615,9 +615,9 @@ BODYPARAMETER : sitePage - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -715,18 +715,18 @@ BODYPARAMETER : sitePage - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -734,7 +734,7 @@ BODYPARAMETER : sitePage - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -743,7 +743,7 @@ BODYPARAMETER : sitePage - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -2025,7 +2025,7 @@ BODYPARAMETER : sitePage - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3885,6 +3885,247 @@ BODYPARAMETER : sitePage - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4595,10 +4836,10 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4607,9 +4848,9 @@ CREATEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4707,18 +4948,18 @@ CREATEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4726,7 +4967,7 @@ CREATEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4735,7 +4976,7 @@ CREATEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6017,7 +6258,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7897,6 +8138,247 @@ CREATEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8615,10 +9097,10 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8627,9 +9109,9 @@ LASTMODIFIEDBYUSER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8727,18 +9209,18 @@ LASTMODIFIEDBYUSER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8746,7 +9228,7 @@ LASTMODIFIEDBYUSER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8755,7 +9237,7 @@ LASTMODIFIEDBYUSER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -10037,7 +10519,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -11917,6 +12399,247 @@ LASTMODIFIEDBYUSER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. diff --git a/src/Sites/Sites/docs/v1.0/Microsoft.Graph.Sites.md b/src/Sites/Sites/docs/v1.0/Microsoft.Graph.Sites.md index 2088e4931e9..22677e7062d 100644 --- a/src/Sites/Sites/docs/v1.0/Microsoft.Graph.Sites.md +++ b/src/Sites/Sites/docs/v1.0/Microsoft.Graph.Sites.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Sites -Module Guid: 4127de1e-156e-456d-922d-0d738a9eaee4 +Module Guid: 5e949aa4-699c-4499-96f8-28994c897acf Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Sites/Sites/docs/v1.0/New-MgGroupSite.md b/src/Sites/Sites/docs/v1.0/New-MgGroupSite.md index d33c7e3afb1..e84ed0539bf 100644 --- a/src/Sites/Sites/docs/v1.0/New-MgGroupSite.md +++ b/src/Sites/Sites/docs/v1.0/New-MgGroupSite.md @@ -771,7 +771,7 @@ ANALYTICS : itemAnalytics - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -779,9 +779,9 @@ ANALYTICS : itemAnalytics - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -821,7 +821,7 @@ ANALYTICS : itemAnalytics - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1300,6 +1300,10 @@ ANALYTICS : itemAnalytics - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1379,15 +1383,13 @@ ANALYTICS : itemAnalytics - `[DocumentSet ]`: documentSet - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowedContentTypes ]`: Content types allowed in document set. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - `[DefaultContents ]`: Default contents of document set. - `[ContentType ]`: contentTypeInfo - `[FileName ]`: Name of the file in resource folder that should be added as a default content or a template in the document set. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2506,7 +2508,7 @@ ANALYTICS : itemAnalytics - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -3243,7 +3245,7 @@ BODYPARAMETER : site - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3251,9 +3253,9 @@ BODYPARAMETER : site - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3293,7 +3295,7 @@ BODYPARAMETER : site - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -4281,6 +4283,7 @@ BODYPARAMETER : site - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -4366,7 +4369,7 @@ BODYPARAMETER : site - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5341,7 +5344,7 @@ BODYPARAMETER : site - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -5706,6 +5709,10 @@ COLUMNS : The collection of column definitio - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -5844,6 +5851,10 @@ CONTENTTYPES : The collection of content types de - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -5914,15 +5925,13 @@ CONTENTTYPES : The collection of content types de - `[DocumentSet ]`: documentSet - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowedContentTypes ]`: Content types allowed in document set. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - `[DefaultContents ]`: Default contents of document set. - `[ContentType ]`: contentTypeInfo - `[FileName ]`: Name of the file in resource folder that should be added as a default content or a template in the document set. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6047,7 +6056,7 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -6055,9 +6064,9 @@ CREATEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -6097,7 +6106,7 @@ CREATEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -7092,6 +7101,7 @@ CREATEDBYUSER : user - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -7177,7 +7187,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -8218,7 +8228,7 @@ CREATEDBYUSER : user - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -8546,7 +8556,7 @@ DRIVE : drive - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8554,9 +8564,9 @@ DRIVE : drive - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8596,7 +8606,7 @@ DRIVE : drive - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9581,6 +9591,7 @@ DRIVE : drive - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -9666,7 +9677,7 @@ DRIVE : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10677,7 +10688,7 @@ DRIVE : drive - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -11034,7 +11045,7 @@ DRIVES : The collection of drives (document libraries) - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -11042,9 +11053,9 @@ DRIVES : The collection of drives (document libraries) - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -11084,7 +11095,7 @@ DRIVES : The collection of drives (document libraries) - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -12069,6 +12080,7 @@ DRIVES : The collection of drives (document libraries) - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -12154,7 +12166,7 @@ DRIVES : The collection of drives (document libraries) - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -13165,7 +13177,7 @@ DRIVES : The collection of drives (document libraries) - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -13512,6 +13524,10 @@ EXTERNALCOLUMNS : The collection of column d - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -13700,7 +13716,7 @@ ITEMS : Used to address any item contained in this s - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13708,9 +13724,9 @@ ITEMS : Used to address any item contained in this s - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13750,7 +13766,7 @@ ITEMS : Used to address any item contained in this s - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -14738,6 +14754,7 @@ ITEMS : Used to address any item contained in this s - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -14823,7 +14840,7 @@ ITEMS : Used to address any item contained in this s - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15852,7 +15869,7 @@ ITEMS : Used to address any item contained in this s - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -16188,7 +16205,7 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -16196,9 +16213,9 @@ LASTMODIFIEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -16238,7 +16255,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -17233,6 +17250,7 @@ LASTMODIFIEDBYUSER : user - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -17318,7 +17336,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -18359,7 +18377,7 @@ LASTMODIFIEDBYUSER : user - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -18686,7 +18704,7 @@ LISTS : The collection of lists under this site. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -18694,9 +18712,9 @@ LISTS : The collection of lists under this site. - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -18736,7 +18754,7 @@ LISTS : The collection of lists under this site. - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -19754,6 +19772,7 @@ LISTS : The collection of lists under this site. - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -19839,7 +19858,7 @@ LISTS : The collection of lists under this site. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -20824,7 +20843,7 @@ LISTS : The collection of lists under this site. - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -21368,7 +21387,7 @@ SITES : The collection of the sub-sites under this site. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -21376,9 +21395,9 @@ SITES : The collection of the sub-sites under this site. - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -21418,7 +21437,7 @@ SITES : The collection of the sub-sites under this site. - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -22406,6 +22425,7 @@ SITES : The collection of the sub-sites under this site. - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -22491,7 +22511,7 @@ SITES : The collection of the sub-sites under this site. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -23466,7 +23486,7 @@ SITES : The collection of the sub-sites under this site. - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. diff --git a/src/Sites/Sites/docs/v1.0/New-MgSiteColumn.md b/src/Sites/Sites/docs/v1.0/New-MgSiteColumn.md index 75917af6ae0..086edb71060 100644 --- a/src/Sites/Sites/docs/v1.0/New-MgSiteColumn.md +++ b/src/Sites/Sites/docs/v1.0/New-MgSiteColumn.md @@ -23,8 +23,9 @@ New-MgSiteColumn -SiteId [-AdditionalProperties ] [-Boolean [-IsReorderable] [-IsSealed] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] - [-Term ] [-Text ] [-Thumbnail ] - [-Type ] [-Validation ] [-Confirm] [-WhatIf] [] + [-SourceContentType ] [-Term ] + [-Text ] [-Thumbnail ] [-Type ] + [-Validation ] [-Confirm] [-WhatIf] [] ``` ### Create1 @@ -50,8 +51,9 @@ New-MgSiteColumn -InputObject [-AdditionalProperties ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] - [-Term ] [-Text ] [-Thumbnail ] - [-Type ] [-Validation ] [-Confirm] [-WhatIf] [] + [-SourceContentType ] [-Term ] + [-Text ] [-Thumbnail ] [-Type ] + [-Validation ] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -541,6 +543,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SourceContentType +contentTypeInfo +To construct, please use Get-Help -Online and see NOTES section for SOURCECONTENTTYPE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphContentTypeInfo +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Term termColumn To construct, please use Get-Help -Online and see NOTES section for TERM properties and create a hash table. @@ -737,6 +755,10 @@ BODYPARAMETER : columnDefinition - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -950,6 +972,10 @@ SOURCECOLUMN : columnDefinition - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1016,6 +1042,11 @@ SOURCECOLUMN : columnDefinition - `[LanguageTag ]`: Provides the language culture-code and friendly name of the language that the displayName field has been provided in. - `[Formula ]`: The formula to validate column value. For examples, see Examples of common formulas in lists. +SOURCECONTENTTYPE : contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. + TERM : termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. diff --git a/src/Sites/Sites/docs/v1.0/New-MgSiteContentType.md b/src/Sites/Sites/docs/v1.0/New-MgSiteContentType.md index de87c22cc93..b265af8792a 100644 --- a/src/Sites/Sites/docs/v1.0/New-MgSiteContentType.md +++ b/src/Sites/Sites/docs/v1.0/New-MgSiteContentType.md @@ -557,6 +557,10 @@ BASE : contentType - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -627,15 +631,13 @@ BASE : contentType - `[DocumentSet ]`: documentSet - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowedContentTypes ]`: Content types allowed in document set. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - `[DefaultContents ]`: Default contents of document set. - `[ContentType ]`: contentTypeInfo - `[FileName ]`: Name of the file in resource folder that should be added as a default content or a template in the document set. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -742,6 +744,10 @@ BASETYPES : The collection of content types that - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -812,15 +818,13 @@ BASETYPES : The collection of content types that - `[DocumentSet ]`: documentSet - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowedContentTypes ]`: Content types allowed in document set. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - `[DefaultContents ]`: Default contents of document set. - `[ContentType ]`: contentTypeInfo - `[FileName ]`: Name of the file in resource folder that should be added as a default content or a template in the document set. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -928,6 +932,10 @@ BODYPARAMETER : contentType - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -998,15 +1006,13 @@ BODYPARAMETER : contentType - `[DocumentSet ]`: documentSet - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowedContentTypes ]`: Content types allowed in document set. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - `[DefaultContents ]`: Default contents of document set. - `[ContentType ]`: contentTypeInfo - `[FileName ]`: Name of the file in resource folder that should be added as a default content or a template in the document set. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1109,6 +1115,10 @@ COLUMNPOSITIONS : Column order information i - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1239,6 +1249,10 @@ COLUMNS : The collection of column definitio - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1379,6 +1393,7 @@ DOCUMENTSET : documentSet - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1444,7 +1459,7 @@ DOCUMENTSET : documentSet - `[DisplayName ]`: If present, the value of this field contains the displayName string that has been set for the language present in the languageTag field. - `[LanguageTag ]`: Provides the language culture-code and friendly name of the language that the displayName field has been provided in. - `[Formula ]`: The formula to validate column value. For examples, see Examples of common formulas in lists. - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. diff --git a/src/Sites/Sites/docs/v1.0/New-MgSiteContentTypeColumn.md b/src/Sites/Sites/docs/v1.0/New-MgSiteContentTypeColumn.md index cc9d50be0c1..bfbe8f8a5f7 100644 --- a/src/Sites/Sites/docs/v1.0/New-MgSiteContentTypeColumn.md +++ b/src/Sites/Sites/docs/v1.0/New-MgSiteContentTypeColumn.md @@ -24,8 +24,9 @@ New-MgSiteContentTypeColumn -ContentTypeId -SiteId [-Additiona [-IsReorderable] [-IsSealed] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] - [-Term ] [-Text ] [-Thumbnail ] - [-Type ] [-Validation ] [-Confirm] [-WhatIf] [] + [-SourceContentType ] [-Term ] + [-Text ] [-Thumbnail ] [-Type ] + [-Validation ] [-Confirm] [-WhatIf] [] ``` ### Create @@ -52,8 +53,9 @@ New-MgSiteContentTypeColumn -InputObject [-AdditionalProperties [-IsReorderable] [-IsSealed] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] - [-Term ] [-Text ] [-Thumbnail ] - [-Type ] [-Validation ] [-Confirm] [-WhatIf] [] + [-SourceContentType ] [-Term ] + [-Text ] [-Thumbnail ] [-Type ] + [-Validation ] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -558,6 +560,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SourceContentType +contentTypeInfo +To construct, please use Get-Help -Online and see NOTES section for SOURCECONTENTTYPE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphContentTypeInfo +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Term termColumn To construct, please use Get-Help -Online and see NOTES section for TERM properties and create a hash table. @@ -754,6 +772,10 @@ BODYPARAMETER : columnDefinition - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -967,6 +989,10 @@ SOURCECOLUMN : columnDefinition - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1033,6 +1059,11 @@ SOURCECOLUMN : columnDefinition - `[LanguageTag ]`: Provides the language culture-code and friendly name of the language that the displayName field has been provided in. - `[Formula ]`: The formula to validate column value. For examples, see Examples of common formulas in lists. +SOURCECONTENTTYPE : contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. + TERM : termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. diff --git a/src/Sites/Sites/docs/v1.0/New-MgSiteList.md b/src/Sites/Sites/docs/v1.0/New-MgSiteList.md index 841dcbb9294..7fa6d9ed509 100644 --- a/src/Sites/Sites/docs/v1.0/New-MgSiteList.md +++ b/src/Sites/Sites/docs/v1.0/New-MgSiteList.md @@ -598,7 +598,7 @@ BODYPARAMETER : list - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -606,9 +606,9 @@ BODYPARAMETER : list - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -648,7 +648,7 @@ BODYPARAMETER : list - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1666,6 +1666,7 @@ BODYPARAMETER : list - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1751,7 +1752,7 @@ BODYPARAMETER : list - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2736,7 +2737,7 @@ BODYPARAMETER : list - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -3060,6 +3061,10 @@ COLUMNS : The collection of field definition - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -3198,6 +3203,10 @@ CONTENTTYPES : The collection of content types pr - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -3268,15 +3277,13 @@ CONTENTTYPES : The collection of content types pr - `[DocumentSet ]`: documentSet - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowedContentTypes ]`: Content types allowed in document set. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - `[DefaultContents ]`: Default contents of document set. - `[ContentType ]`: contentTypeInfo - `[FileName ]`: Name of the file in resource folder that should be added as a default content or a template in the document set. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3401,7 +3408,7 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3409,9 +3416,9 @@ CREATEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3451,7 +3458,7 @@ CREATEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -4446,6 +4453,7 @@ CREATEDBYUSER : user - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -4531,7 +4539,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5572,7 +5580,7 @@ CREATEDBYUSER : user - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -5900,7 +5908,7 @@ DRIVE : drive - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5908,9 +5916,9 @@ DRIVE : drive - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5950,7 +5958,7 @@ DRIVE : drive - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6935,6 +6943,7 @@ DRIVE : drive - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -7020,7 +7029,7 @@ DRIVE : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -8031,7 +8040,7 @@ DRIVE : drive - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -8419,7 +8428,7 @@ ITEMS : All items contained in the list. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8427,9 +8436,9 @@ ITEMS : All items contained in the list. - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8469,7 +8478,7 @@ ITEMS : All items contained in the list. - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9428,6 +9437,10 @@ ITEMS : All items contained in the list. - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -9507,15 +9520,13 @@ ITEMS : All items contained in the list. - `[DocumentSet ]`: documentSet - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowedContentTypes ]`: Content types allowed in document set. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - `[DefaultContents ]`: Default contents of document set. - `[ContentType ]`: contentTypeInfo - `[FileName ]`: Name of the file in resource folder that should be added as a default content or a template in the document set. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10556,7 +10567,7 @@ ITEMS : All items contained in the list. - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -10906,7 +10917,7 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -10914,9 +10925,9 @@ LASTMODIFIEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -10956,7 +10967,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -11951,6 +11962,7 @@ LASTMODIFIEDBYUSER : user - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -12036,7 +12048,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -13077,7 +13089,7 @@ LASTMODIFIEDBYUSER : user - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. diff --git a/src/Sites/Sites/docs/v1.0/New-MgSiteListColumn.md b/src/Sites/Sites/docs/v1.0/New-MgSiteListColumn.md index a4e0bff1517..84ca7423c3b 100644 --- a/src/Sites/Sites/docs/v1.0/New-MgSiteListColumn.md +++ b/src/Sites/Sites/docs/v1.0/New-MgSiteListColumn.md @@ -24,8 +24,9 @@ New-MgSiteListColumn -ListId -SiteId [-AdditionalProperties ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] - [-Term ] [-Text ] [-Thumbnail ] - [-Type ] [-Validation ] [-Confirm] [-WhatIf] [] + [-SourceContentType ] [-Term ] + [-Text ] [-Thumbnail ] [-Type ] + [-Validation ] [-Confirm] [-WhatIf] [] ``` ### Create @@ -51,8 +52,9 @@ New-MgSiteListColumn -InputObject [-AdditionalProperties ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] - [-Term ] [-Text ] [-Thumbnail ] - [-Type ] [-Validation ] [-Confirm] [-WhatIf] [] + [-SourceContentType ] [-Term ] + [-Text ] [-Thumbnail ] [-Type ] + [-Validation ] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -557,6 +559,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SourceContentType +contentTypeInfo +To construct, please use Get-Help -Online and see NOTES section for SOURCECONTENTTYPE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphContentTypeInfo +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Term termColumn To construct, please use Get-Help -Online and see NOTES section for TERM properties and create a hash table. @@ -753,6 +771,10 @@ BODYPARAMETER : columnDefinition - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -966,6 +988,10 @@ SOURCECOLUMN : columnDefinition - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1032,6 +1058,11 @@ SOURCECOLUMN : columnDefinition - `[LanguageTag ]`: Provides the language culture-code and friendly name of the language that the displayName field has been provided in. - `[Formula ]`: The formula to validate column value. For examples, see Examples of common formulas in lists. +SOURCECONTENTTYPE : contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. + TERM : termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. diff --git a/src/Sites/Sites/docs/v1.0/New-MgSiteListContentType.md b/src/Sites/Sites/docs/v1.0/New-MgSiteListContentType.md index 4b9ed692c67..7a9f9a1723a 100644 --- a/src/Sites/Sites/docs/v1.0/New-MgSiteListContentType.md +++ b/src/Sites/Sites/docs/v1.0/New-MgSiteListContentType.md @@ -573,6 +573,10 @@ BASE : contentType - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -643,15 +647,13 @@ BASE : contentType - `[DocumentSet ]`: documentSet - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowedContentTypes ]`: Content types allowed in document set. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - `[DefaultContents ]`: Default contents of document set. - `[ContentType ]`: contentTypeInfo - `[FileName ]`: Name of the file in resource folder that should be added as a default content or a template in the document set. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -758,6 +760,10 @@ BASETYPES : The collection of content types that - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -828,15 +834,13 @@ BASETYPES : The collection of content types that - `[DocumentSet ]`: documentSet - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowedContentTypes ]`: Content types allowed in document set. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - `[DefaultContents ]`: Default contents of document set. - `[ContentType ]`: contentTypeInfo - `[FileName ]`: Name of the file in resource folder that should be added as a default content or a template in the document set. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -944,6 +948,10 @@ BODYPARAMETER : contentType - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1014,15 +1022,13 @@ BODYPARAMETER : contentType - `[DocumentSet ]`: documentSet - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowedContentTypes ]`: Content types allowed in document set. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - `[DefaultContents ]`: Default contents of document set. - `[ContentType ]`: contentTypeInfo - `[FileName ]`: Name of the file in resource folder that should be added as a default content or a template in the document set. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1125,6 +1131,10 @@ COLUMNPOSITIONS : Column order information i - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1255,6 +1265,10 @@ COLUMNS : The collection of column definitio - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1395,6 +1409,7 @@ DOCUMENTSET : documentSet - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1460,7 +1475,7 @@ DOCUMENTSET : documentSet - `[DisplayName ]`: If present, the value of this field contains the displayName string that has been set for the language present in the languageTag field. - `[LanguageTag ]`: Provides the language culture-code and friendly name of the language that the displayName field has been provided in. - `[Formula ]`: The formula to validate column value. For examples, see Examples of common formulas in lists. - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. diff --git a/src/Sites/Sites/docs/v1.0/New-MgSiteListContentTypeColumn.md b/src/Sites/Sites/docs/v1.0/New-MgSiteListContentTypeColumn.md index aa6aabfe8bb..6bbd639eff6 100644 --- a/src/Sites/Sites/docs/v1.0/New-MgSiteListContentTypeColumn.md +++ b/src/Sites/Sites/docs/v1.0/New-MgSiteListContentTypeColumn.md @@ -24,8 +24,9 @@ New-MgSiteListContentTypeColumn -ContentTypeId -ListId -SiteId [-IsReorderable] [-IsSealed] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] - [-Term ] [-Text ] [-Thumbnail ] - [-Type ] [-Validation ] [-Confirm] [-WhatIf] [] + [-SourceContentType ] [-Term ] + [-Text ] [-Thumbnail ] [-Type ] + [-Validation ] [-Confirm] [-WhatIf] [] ``` ### Create1 @@ -52,8 +53,9 @@ New-MgSiteListContentTypeColumn -InputObject [-AdditionalProper [-IsReorderable] [-IsSealed] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] - [-Term ] [-Text ] [-Thumbnail ] - [-Type ] [-Validation ] [-Confirm] [-WhatIf] [] + [-SourceContentType ] [-Term ] + [-Text ] [-Thumbnail ] [-Type ] + [-Validation ] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -573,6 +575,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SourceContentType +contentTypeInfo +To construct, please use Get-Help -Online and see NOTES section for SOURCECONTENTTYPE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphContentTypeInfo +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Term termColumn To construct, please use Get-Help -Online and see NOTES section for TERM properties and create a hash table. @@ -769,6 +787,10 @@ BODYPARAMETER : columnDefinition - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -982,6 +1004,10 @@ SOURCECOLUMN : columnDefinition - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1048,6 +1074,11 @@ SOURCECOLUMN : columnDefinition - `[LanguageTag ]`: Provides the language culture-code and friendly name of the language that the displayName field has been provided in. - `[Formula ]`: The formula to validate column value. For examples, see Examples of common formulas in lists. +SOURCECONTENTTYPE : contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. + TERM : termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. diff --git a/src/Sites/Sites/docs/v1.0/New-MgSiteListItem.md b/src/Sites/Sites/docs/v1.0/New-MgSiteListItem.md index 8228e0c8f31..47aeefddd37 100644 --- a/src/Sites/Sites/docs/v1.0/New-MgSiteListItem.md +++ b/src/Sites/Sites/docs/v1.0/New-MgSiteListItem.md @@ -578,7 +578,7 @@ ANALYTICS : itemAnalytics - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -586,9 +586,9 @@ ANALYTICS : itemAnalytics - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -628,7 +628,7 @@ ANALYTICS : itemAnalytics - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1107,6 +1107,10 @@ ANALYTICS : itemAnalytics - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1186,15 +1190,13 @@ ANALYTICS : itemAnalytics - `[DocumentSet ]`: documentSet - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowedContentTypes ]`: Content types allowed in document set. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - `[DefaultContents ]`: Default contents of document set. - `[ContentType ]`: contentTypeInfo - `[FileName ]`: Name of the file in resource folder that should be added as a default content or a template in the document set. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2313,7 +2315,7 @@ ANALYTICS : itemAnalytics - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -3050,7 +3052,7 @@ BODYPARAMETER : listItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3058,9 +3060,9 @@ BODYPARAMETER : listItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3100,7 +3102,7 @@ BODYPARAMETER : listItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -4059,6 +4061,10 @@ BODYPARAMETER : listItem - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -4138,15 +4144,13 @@ BODYPARAMETER : listItem - `[DocumentSet ]`: documentSet - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowedContentTypes ]`: Content types allowed in document set. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - `[DefaultContents ]`: Default contents of document set. - `[ContentType ]`: contentTypeInfo - `[FileName ]`: Name of the file in resource folder that should be added as a default content or a template in the document set. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5187,7 +5191,7 @@ BODYPARAMETER : listItem - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -5542,7 +5546,7 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5550,9 +5554,9 @@ CREATEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5592,7 +5596,7 @@ CREATEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6587,6 +6591,7 @@ CREATEDBYUSER : user - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -6672,7 +6677,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7713,7 +7718,7 @@ CREATEDBYUSER : user - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -8041,7 +8046,7 @@ DRIVEITEM : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8049,9 +8054,9 @@ DRIVEITEM : driveItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8091,7 +8096,7 @@ DRIVEITEM : driveItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -8570,6 +8575,10 @@ DRIVEITEM : driveItem - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -8649,15 +8658,13 @@ DRIVEITEM : driveItem - `[DocumentSet ]`: documentSet - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowedContentTypes ]`: Content types allowed in document set. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - `[DefaultContents ]`: Default contents of document set. - `[ContentType ]`: contentTypeInfo - `[FileName ]`: Name of the file in resource folder that should be added as a default content or a template in the document set. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -9805,7 +9812,7 @@ DRIVEITEM : driveItem - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -10559,7 +10566,7 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -10567,9 +10574,9 @@ LASTMODIFIEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -10609,7 +10616,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -11604,6 +11611,7 @@ LASTMODIFIEDBYUSER : user - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -11689,7 +11697,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -12730,7 +12738,7 @@ LASTMODIFIEDBYUSER : user - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. diff --git a/src/Sites/Sites/docs/v1.0/New-MgSubSite.md b/src/Sites/Sites/docs/v1.0/New-MgSubSite.md index 6c12a5a7b84..fe44be4cfa9 100644 --- a/src/Sites/Sites/docs/v1.0/New-MgSubSite.md +++ b/src/Sites/Sites/docs/v1.0/New-MgSubSite.md @@ -711,7 +711,7 @@ ANALYTICS : itemAnalytics - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -719,9 +719,9 @@ ANALYTICS : itemAnalytics - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -761,7 +761,7 @@ ANALYTICS : itemAnalytics - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1240,6 +1240,10 @@ ANALYTICS : itemAnalytics - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1319,15 +1323,13 @@ ANALYTICS : itemAnalytics - `[DocumentSet ]`: documentSet - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowedContentTypes ]`: Content types allowed in document set. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - `[DefaultContents ]`: Default contents of document set. - `[ContentType ]`: contentTypeInfo - `[FileName ]`: Name of the file in resource folder that should be added as a default content or a template in the document set. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2446,7 +2448,7 @@ ANALYTICS : itemAnalytics - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -3183,7 +3185,7 @@ BODYPARAMETER : site - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3191,9 +3193,9 @@ BODYPARAMETER : site - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3233,7 +3235,7 @@ BODYPARAMETER : site - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -4221,6 +4223,7 @@ BODYPARAMETER : site - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -4306,7 +4309,7 @@ BODYPARAMETER : site - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5281,7 +5284,7 @@ BODYPARAMETER : site - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -5646,6 +5649,10 @@ COLUMNS : The collection of column definitio - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -5784,6 +5791,10 @@ CONTENTTYPES : The collection of content types de - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -5854,15 +5865,13 @@ CONTENTTYPES : The collection of content types de - `[DocumentSet ]`: documentSet - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowedContentTypes ]`: Content types allowed in document set. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - `[DefaultContents ]`: Default contents of document set. - `[ContentType ]`: contentTypeInfo - `[FileName ]`: Name of the file in resource folder that should be added as a default content or a template in the document set. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5987,7 +5996,7 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5995,9 +6004,9 @@ CREATEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -6037,7 +6046,7 @@ CREATEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -7032,6 +7041,7 @@ CREATEDBYUSER : user - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -7117,7 +7127,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -8158,7 +8168,7 @@ CREATEDBYUSER : user - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -8486,7 +8496,7 @@ DRIVE : drive - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8494,9 +8504,9 @@ DRIVE : drive - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8536,7 +8546,7 @@ DRIVE : drive - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9521,6 +9531,7 @@ DRIVE : drive - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -9606,7 +9617,7 @@ DRIVE : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10617,7 +10628,7 @@ DRIVE : drive - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -10974,7 +10985,7 @@ DRIVES : The collection of drives (document libraries) - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -10982,9 +10993,9 @@ DRIVES : The collection of drives (document libraries) - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -11024,7 +11035,7 @@ DRIVES : The collection of drives (document libraries) - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -12009,6 +12020,7 @@ DRIVES : The collection of drives (document libraries) - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -12094,7 +12106,7 @@ DRIVES : The collection of drives (document libraries) - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -13105,7 +13117,7 @@ DRIVES : The collection of drives (document libraries) - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -13452,6 +13464,10 @@ EXTERNALCOLUMNS : The collection of column d - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -13609,7 +13625,7 @@ ITEMS : Used to address any item contained in this s - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13617,9 +13633,9 @@ ITEMS : Used to address any item contained in this s - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13659,7 +13675,7 @@ ITEMS : Used to address any item contained in this s - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -14647,6 +14663,7 @@ ITEMS : Used to address any item contained in this s - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -14732,7 +14749,7 @@ ITEMS : Used to address any item contained in this s - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15761,7 +15778,7 @@ ITEMS : Used to address any item contained in this s - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -16097,7 +16114,7 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -16105,9 +16122,9 @@ LASTMODIFIEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -16147,7 +16164,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -17142,6 +17159,7 @@ LASTMODIFIEDBYUSER : user - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -17227,7 +17245,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -18268,7 +18286,7 @@ LASTMODIFIEDBYUSER : user - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -18595,7 +18613,7 @@ LISTS : The collection of lists under this site. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -18603,9 +18621,9 @@ LISTS : The collection of lists under this site. - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -18645,7 +18663,7 @@ LISTS : The collection of lists under this site. - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -19663,6 +19681,7 @@ LISTS : The collection of lists under this site. - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -19748,7 +19767,7 @@ LISTS : The collection of lists under this site. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -20733,7 +20752,7 @@ LISTS : The collection of lists under this site. - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -21277,7 +21296,7 @@ SITES : The collection of the sub-sites under this site. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -21285,9 +21304,9 @@ SITES : The collection of the sub-sites under this site. - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -21327,7 +21346,7 @@ SITES : The collection of the sub-sites under this site. - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -22315,6 +22334,7 @@ SITES : The collection of the sub-sites under this site. - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -22400,7 +22420,7 @@ SITES : The collection of the sub-sites under this site. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -23375,7 +23395,7 @@ SITES : The collection of the sub-sites under this site. - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. diff --git a/src/Sites/Sites/docs/v1.0/Update-MgGroupSite.md b/src/Sites/Sites/docs/v1.0/Update-MgGroupSite.md index 86a27b88956..2861cbc27cd 100644 --- a/src/Sites/Sites/docs/v1.0/Update-MgGroupSite.md +++ b/src/Sites/Sites/docs/v1.0/Update-MgGroupSite.md @@ -803,7 +803,7 @@ ANALYTICS : itemAnalytics - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -811,9 +811,9 @@ ANALYTICS : itemAnalytics - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -853,7 +853,7 @@ ANALYTICS : itemAnalytics - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1332,6 +1332,10 @@ ANALYTICS : itemAnalytics - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1411,15 +1415,13 @@ ANALYTICS : itemAnalytics - `[DocumentSet ]`: documentSet - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowedContentTypes ]`: Content types allowed in document set. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - `[DefaultContents ]`: Default contents of document set. - `[ContentType ]`: contentTypeInfo - `[FileName ]`: Name of the file in resource folder that should be added as a default content or a template in the document set. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2538,7 +2540,7 @@ ANALYTICS : itemAnalytics - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -3275,7 +3277,7 @@ BODYPARAMETER : site - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3283,9 +3285,9 @@ BODYPARAMETER : site - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3325,7 +3327,7 @@ BODYPARAMETER : site - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -4313,6 +4315,7 @@ BODYPARAMETER : site - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -4398,7 +4401,7 @@ BODYPARAMETER : site - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5373,7 +5376,7 @@ BODYPARAMETER : site - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -5738,6 +5741,10 @@ COLUMNS : The collection of column definitio - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -5876,6 +5883,10 @@ CONTENTTYPES : The collection of content types de - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -5946,15 +5957,13 @@ CONTENTTYPES : The collection of content types de - `[DocumentSet ]`: documentSet - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowedContentTypes ]`: Content types allowed in document set. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - `[DefaultContents ]`: Default contents of document set. - `[ContentType ]`: contentTypeInfo - `[FileName ]`: Name of the file in resource folder that should be added as a default content or a template in the document set. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6079,7 +6088,7 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -6087,9 +6096,9 @@ CREATEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -6129,7 +6138,7 @@ CREATEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -7124,6 +7133,7 @@ CREATEDBYUSER : user - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -7209,7 +7219,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -8250,7 +8260,7 @@ CREATEDBYUSER : user - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -8578,7 +8588,7 @@ DRIVE : drive - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8586,9 +8596,9 @@ DRIVE : drive - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8628,7 +8638,7 @@ DRIVE : drive - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9613,6 +9623,7 @@ DRIVE : drive - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -9698,7 +9709,7 @@ DRIVE : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10709,7 +10720,7 @@ DRIVE : drive - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -11066,7 +11077,7 @@ DRIVES : The collection of drives (document libraries) - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -11074,9 +11085,9 @@ DRIVES : The collection of drives (document libraries) - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -11116,7 +11127,7 @@ DRIVES : The collection of drives (document libraries) - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -12101,6 +12112,7 @@ DRIVES : The collection of drives (document libraries) - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -12186,7 +12198,7 @@ DRIVES : The collection of drives (document libraries) - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -13197,7 +13209,7 @@ DRIVES : The collection of drives (document libraries) - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -13544,6 +13556,10 @@ EXTERNALCOLUMNS : The collection of column d - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -13732,7 +13748,7 @@ ITEMS : Used to address any item contained in this s - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13740,9 +13756,9 @@ ITEMS : Used to address any item contained in this s - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13782,7 +13798,7 @@ ITEMS : Used to address any item contained in this s - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -14770,6 +14786,7 @@ ITEMS : Used to address any item contained in this s - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -14855,7 +14872,7 @@ ITEMS : Used to address any item contained in this s - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15884,7 +15901,7 @@ ITEMS : Used to address any item contained in this s - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -16220,7 +16237,7 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -16228,9 +16245,9 @@ LASTMODIFIEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -16270,7 +16287,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -17265,6 +17282,7 @@ LASTMODIFIEDBYUSER : user - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -17350,7 +17368,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -18391,7 +18409,7 @@ LASTMODIFIEDBYUSER : user - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -18718,7 +18736,7 @@ LISTS : The collection of lists under this site. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -18726,9 +18744,9 @@ LISTS : The collection of lists under this site. - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -18768,7 +18786,7 @@ LISTS : The collection of lists under this site. - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -19786,6 +19804,7 @@ LISTS : The collection of lists under this site. - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -19871,7 +19890,7 @@ LISTS : The collection of lists under this site. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -20856,7 +20875,7 @@ LISTS : The collection of lists under this site. - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -21400,7 +21419,7 @@ SITES : The collection of the sub-sites under this site. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -21408,9 +21427,9 @@ SITES : The collection of the sub-sites under this site. - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -21450,7 +21469,7 @@ SITES : The collection of the sub-sites under this site. - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -22438,6 +22457,7 @@ SITES : The collection of the sub-sites under this site. - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -22523,7 +22543,7 @@ SITES : The collection of the sub-sites under this site. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -23498,7 +23518,7 @@ SITES : The collection of the sub-sites under this site. - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. diff --git a/src/Sites/Sites/docs/v1.0/Update-MgSiteColumn.md b/src/Sites/Sites/docs/v1.0/Update-MgSiteColumn.md index 0a7b2167d98..11980224025 100644 --- a/src/Sites/Sites/docs/v1.0/Update-MgSiteColumn.md +++ b/src/Sites/Sites/docs/v1.0/Update-MgSiteColumn.md @@ -24,9 +24,9 @@ Update-MgSiteColumn -ColumnDefinitionId -SiteId [-AdditionalPr [-IsReorderable] [-IsSealed] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] - [-Term ] [-Text ] [-Thumbnail ] - [-Type ] [-Validation ] [-PassThru] [-Confirm] [-WhatIf] - [] + [-SourceContentType ] [-Term ] + [-Text ] [-Thumbnail ] [-Type ] + [-Validation ] [-PassThru] [-Confirm] [-WhatIf] [] ``` ### Update1 @@ -52,9 +52,9 @@ Update-MgSiteColumn -InputObject [-AdditionalProperties ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] - [-Term ] [-Text ] [-Thumbnail ] - [-Type ] [-Validation ] [-PassThru] [-Confirm] [-WhatIf] - [] + [-SourceContentType ] [-Term ] + [-Text ] [-Thumbnail ] [-Type ] + [-Validation ] [-PassThru] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -574,6 +574,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SourceContentType +contentTypeInfo +To construct, please use Get-Help -Online and see NOTES section for SOURCECONTENTTYPE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphContentTypeInfo +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Term termColumn To construct, please use Get-Help -Online and see NOTES section for TERM properties and create a hash table. @@ -770,6 +786,10 @@ BODYPARAMETER : columnDefinition - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -983,6 +1003,10 @@ SOURCECOLUMN : columnDefinition - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1049,6 +1073,11 @@ SOURCECOLUMN : columnDefinition - `[LanguageTag ]`: Provides the language culture-code and friendly name of the language that the displayName field has been provided in. - `[Formula ]`: The formula to validate column value. For examples, see Examples of common formulas in lists. +SOURCECONTENTTYPE : contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. + TERM : termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. diff --git a/src/Sites/Sites/docs/v1.0/Update-MgSiteContentType.md b/src/Sites/Sites/docs/v1.0/Update-MgSiteContentType.md index 237899b0e9f..affd485cf19 100644 --- a/src/Sites/Sites/docs/v1.0/Update-MgSiteContentType.md +++ b/src/Sites/Sites/docs/v1.0/Update-MgSiteContentType.md @@ -588,6 +588,10 @@ BASE : contentType - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -658,15 +662,13 @@ BASE : contentType - `[DocumentSet ]`: documentSet - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowedContentTypes ]`: Content types allowed in document set. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - `[DefaultContents ]`: Default contents of document set. - `[ContentType ]`: contentTypeInfo - `[FileName ]`: Name of the file in resource folder that should be added as a default content or a template in the document set. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -773,6 +775,10 @@ BASETYPES : The collection of content types that - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -843,15 +849,13 @@ BASETYPES : The collection of content types that - `[DocumentSet ]`: documentSet - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowedContentTypes ]`: Content types allowed in document set. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - `[DefaultContents ]`: Default contents of document set. - `[ContentType ]`: contentTypeInfo - `[FileName ]`: Name of the file in resource folder that should be added as a default content or a template in the document set. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -959,6 +963,10 @@ BODYPARAMETER : contentType - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1029,15 +1037,13 @@ BODYPARAMETER : contentType - `[DocumentSet ]`: documentSet - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowedContentTypes ]`: Content types allowed in document set. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - `[DefaultContents ]`: Default contents of document set. - `[ContentType ]`: contentTypeInfo - `[FileName ]`: Name of the file in resource folder that should be added as a default content or a template in the document set. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1140,6 +1146,10 @@ COLUMNPOSITIONS : Column order information i - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1270,6 +1280,10 @@ COLUMNS : The collection of column definitio - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1410,6 +1424,7 @@ DOCUMENTSET : documentSet - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1475,7 +1490,7 @@ DOCUMENTSET : documentSet - `[DisplayName ]`: If present, the value of this field contains the displayName string that has been set for the language present in the languageTag field. - `[LanguageTag ]`: Provides the language culture-code and friendly name of the language that the displayName field has been provided in. - `[Formula ]`: The formula to validate column value. For examples, see Examples of common formulas in lists. - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. diff --git a/src/Sites/Sites/docs/v1.0/Update-MgSiteContentTypeColumn.md b/src/Sites/Sites/docs/v1.0/Update-MgSiteContentTypeColumn.md index a2457ea8141..53fc588006b 100644 --- a/src/Sites/Sites/docs/v1.0/Update-MgSiteContentTypeColumn.md +++ b/src/Sites/Sites/docs/v1.0/Update-MgSiteContentTypeColumn.md @@ -24,9 +24,9 @@ Update-MgSiteContentTypeColumn -ColumnDefinitionId -ContentTypeId ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] - [-Term ] [-Text ] [-Thumbnail ] - [-Type ] [-Validation ] [-PassThru] [-Confirm] [-WhatIf] - [] + [-SourceContentType ] [-Term ] + [-Text ] [-Thumbnail ] [-Type ] + [-Validation ] [-PassThru] [-Confirm] [-WhatIf] [] ``` ### Update @@ -53,9 +53,9 @@ Update-MgSiteContentTypeColumn -InputObject [-AdditionalPropert [-IsReorderable] [-IsSealed] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] - [-Term ] [-Text ] [-Thumbnail ] - [-Type ] [-Validation ] [-PassThru] [-Confirm] [-WhatIf] - [] + [-SourceContentType ] [-Term ] + [-Text ] [-Thumbnail ] [-Type ] + [-Validation ] [-PassThru] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -590,6 +590,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SourceContentType +contentTypeInfo +To construct, please use Get-Help -Online and see NOTES section for SOURCECONTENTTYPE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphContentTypeInfo +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Term termColumn To construct, please use Get-Help -Online and see NOTES section for TERM properties and create a hash table. @@ -786,6 +802,10 @@ BODYPARAMETER : columnDefinition - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -999,6 +1019,10 @@ SOURCECOLUMN : columnDefinition - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1065,6 +1089,11 @@ SOURCECOLUMN : columnDefinition - `[LanguageTag ]`: Provides the language culture-code and friendly name of the language that the displayName field has been provided in. - `[Formula ]`: The formula to validate column value. For examples, see Examples of common formulas in lists. +SOURCECONTENTTYPE : contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. + TERM : termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. diff --git a/src/Sites/Sites/docs/v1.0/Update-MgSiteList.md b/src/Sites/Sites/docs/v1.0/Update-MgSiteList.md index 732d383b8dc..cc22e45b56c 100644 --- a/src/Sites/Sites/docs/v1.0/Update-MgSiteList.md +++ b/src/Sites/Sites/docs/v1.0/Update-MgSiteList.md @@ -628,7 +628,7 @@ BODYPARAMETER : list - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -636,9 +636,9 @@ BODYPARAMETER : list - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -678,7 +678,7 @@ BODYPARAMETER : list - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1696,6 +1696,7 @@ BODYPARAMETER : list - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1781,7 +1782,7 @@ BODYPARAMETER : list - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2766,7 +2767,7 @@ BODYPARAMETER : list - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -3090,6 +3091,10 @@ COLUMNS : The collection of field definition - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -3228,6 +3233,10 @@ CONTENTTYPES : The collection of content types pr - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -3298,15 +3307,13 @@ CONTENTTYPES : The collection of content types pr - `[DocumentSet ]`: documentSet - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowedContentTypes ]`: Content types allowed in document set. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - `[DefaultContents ]`: Default contents of document set. - `[ContentType ]`: contentTypeInfo - `[FileName ]`: Name of the file in resource folder that should be added as a default content or a template in the document set. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3431,7 +3438,7 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3439,9 +3446,9 @@ CREATEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3481,7 +3488,7 @@ CREATEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -4476,6 +4483,7 @@ CREATEDBYUSER : user - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -4561,7 +4569,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5602,7 +5610,7 @@ CREATEDBYUSER : user - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -5930,7 +5938,7 @@ DRIVE : drive - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5938,9 +5946,9 @@ DRIVE : drive - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5980,7 +5988,7 @@ DRIVE : drive - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6965,6 +6973,7 @@ DRIVE : drive - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -7050,7 +7059,7 @@ DRIVE : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -8061,7 +8070,7 @@ DRIVE : drive - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -8449,7 +8458,7 @@ ITEMS : All items contained in the list. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8457,9 +8466,9 @@ ITEMS : All items contained in the list. - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8499,7 +8508,7 @@ ITEMS : All items contained in the list. - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9458,6 +9467,10 @@ ITEMS : All items contained in the list. - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -9537,15 +9550,13 @@ ITEMS : All items contained in the list. - `[DocumentSet ]`: documentSet - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowedContentTypes ]`: Content types allowed in document set. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - `[DefaultContents ]`: Default contents of document set. - `[ContentType ]`: contentTypeInfo - `[FileName ]`: Name of the file in resource folder that should be added as a default content or a template in the document set. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10586,7 +10597,7 @@ ITEMS : All items contained in the list. - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -10936,7 +10947,7 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -10944,9 +10955,9 @@ LASTMODIFIEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -10986,7 +10997,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -11981,6 +11992,7 @@ LASTMODIFIEDBYUSER : user - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -12066,7 +12078,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -13107,7 +13119,7 @@ LASTMODIFIEDBYUSER : user - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. diff --git a/src/Sites/Sites/docs/v1.0/Update-MgSiteListColumn.md b/src/Sites/Sites/docs/v1.0/Update-MgSiteListColumn.md index ce909f35566..363fa5f3b75 100644 --- a/src/Sites/Sites/docs/v1.0/Update-MgSiteListColumn.md +++ b/src/Sites/Sites/docs/v1.0/Update-MgSiteListColumn.md @@ -24,9 +24,9 @@ Update-MgSiteListColumn -ColumnDefinitionId -ListId -SiteId ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] - [-Term ] [-Text ] [-Thumbnail ] - [-Type ] [-Validation ] [-PassThru] [-Confirm] [-WhatIf] - [] + [-SourceContentType ] [-Term ] + [-Text ] [-Thumbnail ] [-Type ] + [-Validation ] [-PassThru] [-Confirm] [-WhatIf] [] ``` ### Update @@ -53,9 +53,9 @@ Update-MgSiteListColumn -InputObject [-AdditionalProperties ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] - [-Term ] [-Text ] [-Thumbnail ] - [-Type ] [-Validation ] [-PassThru] [-Confirm] [-WhatIf] - [] + [-SourceContentType ] [-Term ] + [-Text ] [-Thumbnail ] [-Type ] + [-Validation ] [-PassThru] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -590,6 +590,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SourceContentType +contentTypeInfo +To construct, please use Get-Help -Online and see NOTES section for SOURCECONTENTTYPE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphContentTypeInfo +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Term termColumn To construct, please use Get-Help -Online and see NOTES section for TERM properties and create a hash table. @@ -786,6 +802,10 @@ BODYPARAMETER : columnDefinition - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -999,6 +1019,10 @@ SOURCECOLUMN : columnDefinition - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1065,6 +1089,11 @@ SOURCECOLUMN : columnDefinition - `[LanguageTag ]`: Provides the language culture-code and friendly name of the language that the displayName field has been provided in. - `[Formula ]`: The formula to validate column value. For examples, see Examples of common formulas in lists. +SOURCECONTENTTYPE : contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. + TERM : termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. diff --git a/src/Sites/Sites/docs/v1.0/Update-MgSiteListContentType.md b/src/Sites/Sites/docs/v1.0/Update-MgSiteListContentType.md index 97349e915ca..c2a8676331b 100644 --- a/src/Sites/Sites/docs/v1.0/Update-MgSiteListContentType.md +++ b/src/Sites/Sites/docs/v1.0/Update-MgSiteListContentType.md @@ -603,6 +603,10 @@ BASE : contentType - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -673,15 +677,13 @@ BASE : contentType - `[DocumentSet ]`: documentSet - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowedContentTypes ]`: Content types allowed in document set. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - `[DefaultContents ]`: Default contents of document set. - `[ContentType ]`: contentTypeInfo - `[FileName ]`: Name of the file in resource folder that should be added as a default content or a template in the document set. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -788,6 +790,10 @@ BASETYPES : The collection of content types that - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -858,15 +864,13 @@ BASETYPES : The collection of content types that - `[DocumentSet ]`: documentSet - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowedContentTypes ]`: Content types allowed in document set. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - `[DefaultContents ]`: Default contents of document set. - `[ContentType ]`: contentTypeInfo - `[FileName ]`: Name of the file in resource folder that should be added as a default content or a template in the document set. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -974,6 +978,10 @@ BODYPARAMETER : contentType - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1044,15 +1052,13 @@ BODYPARAMETER : contentType - `[DocumentSet ]`: documentSet - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowedContentTypes ]`: Content types allowed in document set. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - `[DefaultContents ]`: Default contents of document set. - `[ContentType ]`: contentTypeInfo - `[FileName ]`: Name of the file in resource folder that should be added as a default content or a template in the document set. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1155,6 +1161,10 @@ COLUMNPOSITIONS : Column order information i - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1285,6 +1295,10 @@ COLUMNS : The collection of column definitio - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1425,6 +1439,7 @@ DOCUMENTSET : documentSet - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1490,7 +1505,7 @@ DOCUMENTSET : documentSet - `[DisplayName ]`: If present, the value of this field contains the displayName string that has been set for the language present in the languageTag field. - `[LanguageTag ]`: Provides the language culture-code and friendly name of the language that the displayName field has been provided in. - `[Formula ]`: The formula to validate column value. For examples, see Examples of common formulas in lists. - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. diff --git a/src/Sites/Sites/docs/v1.0/Update-MgSiteListContentTypeColumn.md b/src/Sites/Sites/docs/v1.0/Update-MgSiteListContentTypeColumn.md index c4bbfe77656..ac89be1129e 100644 --- a/src/Sites/Sites/docs/v1.0/Update-MgSiteListContentTypeColumn.md +++ b/src/Sites/Sites/docs/v1.0/Update-MgSiteListContentTypeColumn.md @@ -24,9 +24,9 @@ Update-MgSiteListContentTypeColumn -ColumnDefinitionId -ContentTypeId < [-IsReorderable] [-IsSealed] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] - [-Term ] [-Text ] [-Thumbnail ] - [-Type ] [-Validation ] [-PassThru] [-Confirm] [-WhatIf] - [] + [-SourceContentType ] [-Term ] + [-Text ] [-Thumbnail ] [-Type ] + [-Validation ] [-PassThru] [-Confirm] [-WhatIf] [] ``` ### Update1 @@ -54,9 +54,9 @@ Update-MgSiteListContentTypeColumn -InputObject [-AdditionalPro [-IsReorderable] [-IsSealed] [-Lookup ] [-Name ] [-Number ] [-PersonOrGroup ] [-PropagateChanges] [-ReadOnly] [-Required] [-SourceColumn ] - [-Term ] [-Text ] [-Thumbnail ] - [-Type ] [-Validation ] [-PassThru] [-Confirm] [-WhatIf] - [] + [-SourceContentType ] [-Term ] + [-Text ] [-Thumbnail ] [-Type ] + [-Validation ] [-PassThru] [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -606,6 +606,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SourceContentType +contentTypeInfo +To construct, please use Get-Help -Online and see NOTES section for SOURCECONTENTTYPE properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphContentTypeInfo +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Term termColumn To construct, please use Get-Help -Online and see NOTES section for TERM properties and create a hash table. @@ -802,6 +818,10 @@ BODYPARAMETER : columnDefinition - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1015,6 +1035,10 @@ SOURCECOLUMN : columnDefinition - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1081,6 +1105,11 @@ SOURCECOLUMN : columnDefinition - `[LanguageTag ]`: Provides the language culture-code and friendly name of the language that the displayName field has been provided in. - `[Formula ]`: The formula to validate column value. For examples, see Examples of common formulas in lists. +SOURCECONTENTTYPE : contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. + TERM : termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. diff --git a/src/Sites/Sites/docs/v1.0/Update-MgSiteListItem.md b/src/Sites/Sites/docs/v1.0/Update-MgSiteListItem.md index b6482d2870a..2d2dbb975a2 100644 --- a/src/Sites/Sites/docs/v1.0/Update-MgSiteListItem.md +++ b/src/Sites/Sites/docs/v1.0/Update-MgSiteListItem.md @@ -610,7 +610,7 @@ ANALYTICS : itemAnalytics - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -618,9 +618,9 @@ ANALYTICS : itemAnalytics - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -660,7 +660,7 @@ ANALYTICS : itemAnalytics - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1139,6 +1139,10 @@ ANALYTICS : itemAnalytics - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1218,15 +1222,13 @@ ANALYTICS : itemAnalytics - `[DocumentSet ]`: documentSet - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowedContentTypes ]`: Content types allowed in document set. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - `[DefaultContents ]`: Default contents of document set. - `[ContentType ]`: contentTypeInfo - `[FileName ]`: Name of the file in resource folder that should be added as a default content or a template in the document set. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2345,7 +2347,7 @@ ANALYTICS : itemAnalytics - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -3082,7 +3084,7 @@ BODYPARAMETER : listItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3090,9 +3092,9 @@ BODYPARAMETER : listItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3132,7 +3134,7 @@ BODYPARAMETER : listItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -4091,6 +4093,10 @@ BODYPARAMETER : listItem - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -4170,15 +4176,13 @@ BODYPARAMETER : listItem - `[DocumentSet ]`: documentSet - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowedContentTypes ]`: Content types allowed in document set. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - `[DefaultContents ]`: Default contents of document set. - `[ContentType ]`: contentTypeInfo - `[FileName ]`: Name of the file in resource folder that should be added as a default content or a template in the document set. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5219,7 +5223,7 @@ BODYPARAMETER : listItem - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -5574,7 +5578,7 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5582,9 +5586,9 @@ CREATEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5624,7 +5628,7 @@ CREATEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6619,6 +6623,7 @@ CREATEDBYUSER : user - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -6704,7 +6709,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -7745,7 +7750,7 @@ CREATEDBYUSER : user - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -8073,7 +8078,7 @@ DRIVEITEM : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8081,9 +8086,9 @@ DRIVEITEM : driveItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8123,7 +8128,7 @@ DRIVEITEM : driveItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -8602,6 +8607,10 @@ DRIVEITEM : driveItem - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -8681,15 +8690,13 @@ DRIVEITEM : driveItem - `[DocumentSet ]`: documentSet - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowedContentTypes ]`: Content types allowed in document set. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - `[DefaultContents ]`: Default contents of document set. - `[ContentType ]`: contentTypeInfo - `[FileName ]`: Name of the file in resource folder that should be added as a default content or a template in the document set. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -9837,7 +9844,7 @@ DRIVEITEM : driveItem - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -10591,7 +10598,7 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -10599,9 +10606,9 @@ LASTMODIFIEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -10641,7 +10648,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -11636,6 +11643,7 @@ LASTMODIFIEDBYUSER : user - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -11721,7 +11729,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -12762,7 +12770,7 @@ LASTMODIFIEDBYUSER : user - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. diff --git a/src/Sites/Sites/docs/v1.0/Update-MgSubSite.md b/src/Sites/Sites/docs/v1.0/Update-MgSubSite.md index 623afd2c7df..e197f0a4ba9 100644 --- a/src/Sites/Sites/docs/v1.0/Update-MgSubSite.md +++ b/src/Sites/Sites/docs/v1.0/Update-MgSubSite.md @@ -786,7 +786,7 @@ ANALYTICS : itemAnalytics - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -794,9 +794,9 @@ ANALYTICS : itemAnalytics - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -836,7 +836,7 @@ ANALYTICS : itemAnalytics - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1315,6 +1315,10 @@ ANALYTICS : itemAnalytics - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -1394,15 +1398,13 @@ ANALYTICS : itemAnalytics - `[DocumentSet ]`: documentSet - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowedContentTypes ]`: Content types allowed in document set. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - `[DefaultContents ]`: Default contents of document set. - `[ContentType ]`: contentTypeInfo - `[FileName ]`: Name of the file in resource folder that should be added as a default content or a template in the document set. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -2521,7 +2523,7 @@ ANALYTICS : itemAnalytics - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -3258,7 +3260,7 @@ BODYPARAMETER : site - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3266,9 +3268,9 @@ BODYPARAMETER : site - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3308,7 +3310,7 @@ BODYPARAMETER : site - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -4296,6 +4298,7 @@ BODYPARAMETER : site - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -4381,7 +4384,7 @@ BODYPARAMETER : site - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5356,7 +5359,7 @@ BODYPARAMETER : site - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -5721,6 +5724,10 @@ COLUMNS : The collection of column definitio - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -5859,6 +5866,10 @@ CONTENTTYPES : The collection of content types de - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -5929,15 +5940,13 @@ CONTENTTYPES : The collection of content types de - `[DocumentSet ]`: documentSet - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowedContentTypes ]`: Content types allowed in document set. - - `[Id ]`: The id of the content type. - - `[Name ]`: The name of the content type. - `[DefaultContents ]`: Default contents of document set. - `[ContentType ]`: contentTypeInfo - `[FileName ]`: Name of the file in resource folder that should be added as a default content or a template in the document set. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6062,7 +6071,7 @@ CREATEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -6070,9 +6079,9 @@ CREATEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -6112,7 +6121,7 @@ CREATEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -7107,6 +7116,7 @@ CREATEDBYUSER : user - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -7192,7 +7202,7 @@ CREATEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -8233,7 +8243,7 @@ CREATEDBYUSER : user - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -8561,7 +8571,7 @@ DRIVE : drive - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8569,9 +8579,9 @@ DRIVE : drive - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8611,7 +8621,7 @@ DRIVE : drive - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9596,6 +9606,7 @@ DRIVE : drive - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -9681,7 +9692,7 @@ DRIVE : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -10692,7 +10703,7 @@ DRIVE : drive - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -11049,7 +11060,7 @@ DRIVES : The collection of drives (document libraries) - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -11057,9 +11068,9 @@ DRIVES : The collection of drives (document libraries) - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -11099,7 +11110,7 @@ DRIVES : The collection of drives (document libraries) - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -12084,6 +12095,7 @@ DRIVES : The collection of drives (document libraries) - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -12169,7 +12181,7 @@ DRIVES : The collection of drives (document libraries) - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -13180,7 +13192,7 @@ DRIVES : The collection of drives (document libraries) - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -13527,6 +13539,10 @@ EXTERNALCOLUMNS : The collection of column d - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -13715,7 +13731,7 @@ ITEMS : Used to address any item contained in this s - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13723,9 +13739,9 @@ ITEMS : Used to address any item contained in this s - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13765,7 +13781,7 @@ ITEMS : Used to address any item contained in this s - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -14753,6 +14769,7 @@ ITEMS : Used to address any item contained in this s - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -14838,7 +14855,7 @@ ITEMS : Used to address any item contained in this s - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15867,7 +15884,7 @@ ITEMS : Used to address any item contained in this s - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -16203,7 +16220,7 @@ LASTMODIFIEDBYUSER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -16211,9 +16228,9 @@ LASTMODIFIEDBYUSER : user - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -16253,7 +16270,7 @@ LASTMODIFIEDBYUSER : user - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -17248,6 +17265,7 @@ LASTMODIFIEDBYUSER : user - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -17333,7 +17351,7 @@ LASTMODIFIEDBYUSER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -18374,7 +18392,7 @@ LASTMODIFIEDBYUSER : user - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -18701,7 +18719,7 @@ LISTS : The collection of lists under this site. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -18709,9 +18727,9 @@ LISTS : The collection of lists under this site. - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -18751,7 +18769,7 @@ LISTS : The collection of lists under this site. - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -19769,6 +19787,7 @@ LISTS : The collection of lists under this site. - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -19854,7 +19873,7 @@ LISTS : The collection of lists under this site. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -20839,7 +20858,7 @@ LISTS : The collection of lists under this site. - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. @@ -21383,7 +21402,7 @@ SITES : The collection of the sub-sites under this site. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -21391,9 +21410,9 @@ SITES : The collection of the sub-sites under this site. - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -21433,7 +21452,7 @@ SITES : The collection of the sub-sites under this site. - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -22421,6 +22440,7 @@ SITES : The collection of the sub-sites under this site. - `[ReadOnly ]`: Specifies whether the column values can be modified. - `[Required ]`: Specifies whether the column value isn't optional. - `[SourceColumn ]`: columnDefinition + - `[SourceContentType ]`: contentTypeInfo - `[Term ]`: termColumn - `[(Any) ]`: This indicates any property can be added to this object. - `[AllowMultipleValues ]`: Specifies whether the column will allow more than one value. @@ -22506,7 +22526,7 @@ SITES : The collection of the sub-sites under this site. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -23481,7 +23501,7 @@ SITES : The collection of the sub-sites under this site. - `[ConsentType ]`: 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 ]`: 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 ]`: 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 ]`: 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. + - `[Scope ]`: 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 oauth2PermissionScopes property of the resource service principal. - `[OfficeLocation ]`: The office location in the user's place of business. Returned by default. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). - `[OnPremisesDistinguishedName ]`: 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. Returned only on $select. - `[OnPremisesDomainName ]`: 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. Returned only on $select. diff --git a/src/Teams/Teams/docs/v1.0-beta/Get-MgChatInstalledAppTeamAppDefinition.md b/src/Teams/Teams/docs/v1.0-beta/Get-MgChatInstalledAppTeamAppDefinition.md index 0355d635294..c6d14b55d1c 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Get-MgChatInstalledAppTeamAppDefinition.md +++ b/src/Teams/Teams/docs/v1.0-beta/Get-MgChatInstalledAppTeamAppDefinition.md @@ -12,13 +12,13 @@ The details of this version of the app. ## SYNTAX -### Get1 (Default) +### Get (Default) ``` Get-MgChatInstalledAppTeamAppDefinition -ChatId -TeamsAppInstallationId [-ExpandProperty ] [-Property ] [] ``` -### GetViaIdentity1 +### GetViaIdentity ``` Get-MgChatInstalledAppTeamAppDefinition -InputObject [-ExpandProperty ] [-Property ] [] @@ -36,7 +36,7 @@ key: id of chat ```yaml Type: System.String -Parameter Sets: Get1 +Parameter Sets: Get Aliases: Required: True @@ -67,7 +67,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.ITeamsIdentity -Parameter Sets: GetViaIdentity1 +Parameter Sets: GetViaIdentity Aliases: Required: True @@ -97,7 +97,7 @@ key: id of teamsAppInstallation ```yaml Type: System.String -Parameter Sets: Get1 +Parameter Sets: Get Aliases: Required: True diff --git a/src/Teams/Teams/docs/v1.0-beta/Get-MgChatMessage.md b/src/Teams/Teams/docs/v1.0-beta/Get-MgChatMessage.md index 5a9be1c4834..9600a40209c 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Get-MgChatMessage.md +++ b/src/Teams/Teams/docs/v1.0-beta/Get-MgChatMessage.md @@ -8,17 +8,16 @@ schema: 2.0.0 # Get-MgChatMessage ## SYNOPSIS -A collection of all the messages in the chat. -Nullable. +Invoke function getAllMessages ## SYNTAX -### Get3 (Default) +### Get (Default) ``` Get-MgChatMessage [] ``` -### Get2 +### Get3 ``` Get-MgChatMessage -ChatId -ChatMessageId [-ExpandProperty ] [-Property ] [] @@ -38,8 +37,7 @@ Get-MgChatMessage -ChatId [-ExpandProperty ] [-Filter -ChatMessageId [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +### SoftViaIdentity +``` +Invoke-MgSoftChatMessageDelete -InputObject [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Invoke action softDelete + +## EXAMPLES + +## PARAMETERS + +### -ChatId +key: id of chat + +```yaml +Type: System.String +Parameter Sets: Soft +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ChatMessageId +key: id of chatMessage + +```yaml +Type: System.String +Parameter Sets: Soft +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ITeamsIdentity +Parameter Sets: SoftViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ITeamsIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +ALIASES + +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 : Identity Parameter + - `[AssociatedTeamInfoId ]`: key: id of associatedTeamInfo + - `[ChannelId ]`: key: id of channel + - `[ChatId ]`: key: id of chat + - `[ChatMessageHostedContentId ]`: key: id of chatMessageHostedContent + - `[ChatMessageId ]`: key: id of chatMessage + - `[ChatMessageId1 ]`: key: id of chatMessage + - `[ConversationMemberId ]`: key: id of conversationMember + - `[GroupId ]`: key: id of group + - `[OfferShiftRequestId ]`: key: id of offerShiftRequest + - `[OpenShiftChangeRequestId ]`: key: id of openShiftChangeRequest + - `[OpenShiftId ]`: key: id of openShift + - `[ResourceSpecificPermissionGrantId ]`: key: id of resourceSpecificPermissionGrant + - `[SchedulingGroupId ]`: key: id of schedulingGroup + - `[SharedWithChannelTeamInfoId ]`: key: id of sharedWithChannelTeamInfo + - `[ShiftId ]`: key: id of shift + - `[SwapShiftsChangeRequestId ]`: key: id of swapShiftsChangeRequest + - `[TeamId ]`: key: id of team + - `[TeamsAppDefinitionId ]`: key: id of teamsAppDefinition + - `[TeamsAppId ]`: key: id of teamsApp + - `[TeamsAppInstallationId ]`: key: id of teamsAppInstallation + - `[TeamsAsyncOperationId ]`: key: id of teamsAsyncOperation + - `[TeamsTabId ]`: key: id of teamsTab + - `[TeamworkDeviceId ]`: key: id of teamworkDevice + - `[TeamworkDeviceOperationId ]`: key: id of teamworkDeviceOperation + - `[TeamworkTagId ]`: key: id of teamworkTag + - `[TeamworkTagMemberId ]`: key: id of teamworkTagMember + - `[TenantId ]`: Usage: tenantId={tenantId} + - `[TimeCardId ]`: key: id of timeCard + - `[TimeOffId ]`: key: id of timeOff + - `[TimeOffReasonId ]`: key: id of timeOffReason + - `[TimeOffRequestId ]`: key: id of timeOffRequest + - `[UserId ]`: key: id of user + - `[UserId1 ]`: Usage: userId={userId} + - `[UserPrincipalName ]`: Usage: userPrincipalName={userPrincipalName} + - `[UserScopeTeamsAppInstallationId ]`: key: id of userScopeTeamsAppInstallation + - `[WorkforceIntegrationId ]`: key: id of workforceIntegration + +## RELATED LINKS + diff --git a/src/Teams/Teams/docs/v1.0-beta/Invoke-MgSoftChatMessageReplyDelete.md b/src/Teams/Teams/docs/v1.0-beta/Invoke-MgSoftChatMessageReplyDelete.md new file mode 100644 index 00000000000..d0ca6a0e9d7 --- /dev/null +++ b/src/Teams/Teams/docs/v1.0-beta/Invoke-MgSoftChatMessageReplyDelete.md @@ -0,0 +1,200 @@ +--- +external help file: +Module Name: Microsoft.Graph.Teams +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/invoke-mgsoftchatmessagereplydelete +schema: 2.0.0 +--- + +# Invoke-MgSoftChatMessageReplyDelete + +## SYNOPSIS +Invoke action softDelete + +## SYNTAX + +### Soft (Default) +``` +Invoke-MgSoftChatMessageReplyDelete -ChatId -ChatMessageId -ChatMessageId1 + [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### SoftViaIdentity +``` +Invoke-MgSoftChatMessageReplyDelete -InputObject [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Invoke action softDelete + +## EXAMPLES + +## PARAMETERS + +### -ChatId +key: id of chat + +```yaml +Type: System.String +Parameter Sets: Soft +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ChatMessageId +key: id of chatMessage + +```yaml +Type: System.String +Parameter Sets: Soft +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ChatMessageId1 +key: id of chatMessage + +```yaml +Type: System.String +Parameter Sets: Soft +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ITeamsIdentity +Parameter Sets: SoftViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ITeamsIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +ALIASES + +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 : Identity Parameter + - `[AssociatedTeamInfoId ]`: key: id of associatedTeamInfo + - `[ChannelId ]`: key: id of channel + - `[ChatId ]`: key: id of chat + - `[ChatMessageHostedContentId ]`: key: id of chatMessageHostedContent + - `[ChatMessageId ]`: key: id of chatMessage + - `[ChatMessageId1 ]`: key: id of chatMessage + - `[ConversationMemberId ]`: key: id of conversationMember + - `[GroupId ]`: key: id of group + - `[OfferShiftRequestId ]`: key: id of offerShiftRequest + - `[OpenShiftChangeRequestId ]`: key: id of openShiftChangeRequest + - `[OpenShiftId ]`: key: id of openShift + - `[ResourceSpecificPermissionGrantId ]`: key: id of resourceSpecificPermissionGrant + - `[SchedulingGroupId ]`: key: id of schedulingGroup + - `[SharedWithChannelTeamInfoId ]`: key: id of sharedWithChannelTeamInfo + - `[ShiftId ]`: key: id of shift + - `[SwapShiftsChangeRequestId ]`: key: id of swapShiftsChangeRequest + - `[TeamId ]`: key: id of team + - `[TeamsAppDefinitionId ]`: key: id of teamsAppDefinition + - `[TeamsAppId ]`: key: id of teamsApp + - `[TeamsAppInstallationId ]`: key: id of teamsAppInstallation + - `[TeamsAsyncOperationId ]`: key: id of teamsAsyncOperation + - `[TeamsTabId ]`: key: id of teamsTab + - `[TeamworkDeviceId ]`: key: id of teamworkDevice + - `[TeamworkDeviceOperationId ]`: key: id of teamworkDeviceOperation + - `[TeamworkTagId ]`: key: id of teamworkTag + - `[TeamworkTagMemberId ]`: key: id of teamworkTagMember + - `[TenantId ]`: Usage: tenantId={tenantId} + - `[TimeCardId ]`: key: id of timeCard + - `[TimeOffId ]`: key: id of timeOff + - `[TimeOffReasonId ]`: key: id of timeOffReason + - `[TimeOffRequestId ]`: key: id of timeOffRequest + - `[UserId ]`: key: id of user + - `[UserId1 ]`: Usage: userId={userId} + - `[UserPrincipalName ]`: Usage: userPrincipalName={userPrincipalName} + - `[UserScopeTeamsAppInstallationId ]`: key: id of userScopeTeamsAppInstallation + - `[WorkforceIntegrationId ]`: key: id of workforceIntegration + +## RELATED LINKS + diff --git a/src/Teams/Teams/docs/v1.0-beta/Invoke-MgSoftTeamChannelMessageDelete.md b/src/Teams/Teams/docs/v1.0-beta/Invoke-MgSoftTeamChannelMessageDelete.md new file mode 100644 index 00000000000..2aedc29f7ac --- /dev/null +++ b/src/Teams/Teams/docs/v1.0-beta/Invoke-MgSoftTeamChannelMessageDelete.md @@ -0,0 +1,200 @@ +--- +external help file: +Module Name: Microsoft.Graph.Teams +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/invoke-mgsoftteamchannelmessagedelete +schema: 2.0.0 +--- + +# Invoke-MgSoftTeamChannelMessageDelete + +## SYNOPSIS +Invoke action softDelete + +## SYNTAX + +### Soft (Default) +``` +Invoke-MgSoftTeamChannelMessageDelete -ChannelId -ChatMessageId -TeamId [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +### SoftViaIdentity +``` +Invoke-MgSoftTeamChannelMessageDelete -InputObject [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Invoke action softDelete + +## EXAMPLES + +## PARAMETERS + +### -ChannelId +key: id of channel + +```yaml +Type: System.String +Parameter Sets: Soft +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ChatMessageId +key: id of chatMessage + +```yaml +Type: System.String +Parameter Sets: Soft +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ITeamsIdentity +Parameter Sets: SoftViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -TeamId +key: id of team + +```yaml +Type: System.String +Parameter Sets: Soft +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ITeamsIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +ALIASES + +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 : Identity Parameter + - `[AssociatedTeamInfoId ]`: key: id of associatedTeamInfo + - `[ChannelId ]`: key: id of channel + - `[ChatId ]`: key: id of chat + - `[ChatMessageHostedContentId ]`: key: id of chatMessageHostedContent + - `[ChatMessageId ]`: key: id of chatMessage + - `[ChatMessageId1 ]`: key: id of chatMessage + - `[ConversationMemberId ]`: key: id of conversationMember + - `[GroupId ]`: key: id of group + - `[OfferShiftRequestId ]`: key: id of offerShiftRequest + - `[OpenShiftChangeRequestId ]`: key: id of openShiftChangeRequest + - `[OpenShiftId ]`: key: id of openShift + - `[ResourceSpecificPermissionGrantId ]`: key: id of resourceSpecificPermissionGrant + - `[SchedulingGroupId ]`: key: id of schedulingGroup + - `[SharedWithChannelTeamInfoId ]`: key: id of sharedWithChannelTeamInfo + - `[ShiftId ]`: key: id of shift + - `[SwapShiftsChangeRequestId ]`: key: id of swapShiftsChangeRequest + - `[TeamId ]`: key: id of team + - `[TeamsAppDefinitionId ]`: key: id of teamsAppDefinition + - `[TeamsAppId ]`: key: id of teamsApp + - `[TeamsAppInstallationId ]`: key: id of teamsAppInstallation + - `[TeamsAsyncOperationId ]`: key: id of teamsAsyncOperation + - `[TeamsTabId ]`: key: id of teamsTab + - `[TeamworkDeviceId ]`: key: id of teamworkDevice + - `[TeamworkDeviceOperationId ]`: key: id of teamworkDeviceOperation + - `[TeamworkTagId ]`: key: id of teamworkTag + - `[TeamworkTagMemberId ]`: key: id of teamworkTagMember + - `[TenantId ]`: Usage: tenantId={tenantId} + - `[TimeCardId ]`: key: id of timeCard + - `[TimeOffId ]`: key: id of timeOff + - `[TimeOffReasonId ]`: key: id of timeOffReason + - `[TimeOffRequestId ]`: key: id of timeOffRequest + - `[UserId ]`: key: id of user + - `[UserId1 ]`: Usage: userId={userId} + - `[UserPrincipalName ]`: Usage: userPrincipalName={userPrincipalName} + - `[UserScopeTeamsAppInstallationId ]`: key: id of userScopeTeamsAppInstallation + - `[WorkforceIntegrationId ]`: key: id of workforceIntegration + +## RELATED LINKS + diff --git a/src/Teams/Teams/docs/v1.0-beta/Invoke-MgSoftTeamChannelMessageReplyDelete.md b/src/Teams/Teams/docs/v1.0-beta/Invoke-MgSoftTeamChannelMessageReplyDelete.md new file mode 100644 index 00000000000..f47353ee82a --- /dev/null +++ b/src/Teams/Teams/docs/v1.0-beta/Invoke-MgSoftTeamChannelMessageReplyDelete.md @@ -0,0 +1,215 @@ +--- +external help file: +Module Name: Microsoft.Graph.Teams +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/invoke-mgsoftteamchannelmessagereplydelete +schema: 2.0.0 +--- + +# Invoke-MgSoftTeamChannelMessageReplyDelete + +## SYNOPSIS +Invoke action softDelete + +## SYNTAX + +### Soft (Default) +``` +Invoke-MgSoftTeamChannelMessageReplyDelete -ChannelId -ChatMessageId + -ChatMessageId1 -TeamId [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### SoftViaIdentity +``` +Invoke-MgSoftTeamChannelMessageReplyDelete -InputObject [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Invoke action softDelete + +## EXAMPLES + +## PARAMETERS + +### -ChannelId +key: id of channel + +```yaml +Type: System.String +Parameter Sets: Soft +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ChatMessageId +key: id of chatMessage + +```yaml +Type: System.String +Parameter Sets: Soft +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ChatMessageId1 +key: id of chatMessage + +```yaml +Type: System.String +Parameter Sets: Soft +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ITeamsIdentity +Parameter Sets: SoftViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -TeamId +key: id of team + +```yaml +Type: System.String +Parameter Sets: Soft +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ITeamsIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +ALIASES + +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 : Identity Parameter + - `[AssociatedTeamInfoId ]`: key: id of associatedTeamInfo + - `[ChannelId ]`: key: id of channel + - `[ChatId ]`: key: id of chat + - `[ChatMessageHostedContentId ]`: key: id of chatMessageHostedContent + - `[ChatMessageId ]`: key: id of chatMessage + - `[ChatMessageId1 ]`: key: id of chatMessage + - `[ConversationMemberId ]`: key: id of conversationMember + - `[GroupId ]`: key: id of group + - `[OfferShiftRequestId ]`: key: id of offerShiftRequest + - `[OpenShiftChangeRequestId ]`: key: id of openShiftChangeRequest + - `[OpenShiftId ]`: key: id of openShift + - `[ResourceSpecificPermissionGrantId ]`: key: id of resourceSpecificPermissionGrant + - `[SchedulingGroupId ]`: key: id of schedulingGroup + - `[SharedWithChannelTeamInfoId ]`: key: id of sharedWithChannelTeamInfo + - `[ShiftId ]`: key: id of shift + - `[SwapShiftsChangeRequestId ]`: key: id of swapShiftsChangeRequest + - `[TeamId ]`: key: id of team + - `[TeamsAppDefinitionId ]`: key: id of teamsAppDefinition + - `[TeamsAppId ]`: key: id of teamsApp + - `[TeamsAppInstallationId ]`: key: id of teamsAppInstallation + - `[TeamsAsyncOperationId ]`: key: id of teamsAsyncOperation + - `[TeamsTabId ]`: key: id of teamsTab + - `[TeamworkDeviceId ]`: key: id of teamworkDevice + - `[TeamworkDeviceOperationId ]`: key: id of teamworkDeviceOperation + - `[TeamworkTagId ]`: key: id of teamworkTag + - `[TeamworkTagMemberId ]`: key: id of teamworkTagMember + - `[TenantId ]`: Usage: tenantId={tenantId} + - `[TimeCardId ]`: key: id of timeCard + - `[TimeOffId ]`: key: id of timeOff + - `[TimeOffReasonId ]`: key: id of timeOffReason + - `[TimeOffRequestId ]`: key: id of timeOffRequest + - `[UserId ]`: key: id of user + - `[UserId1 ]`: Usage: userId={userId} + - `[UserPrincipalName ]`: Usage: userPrincipalName={userPrincipalName} + - `[UserScopeTeamsAppInstallationId ]`: key: id of userScopeTeamsAppInstallation + - `[WorkforceIntegrationId ]`: key: id of workforceIntegration + +## RELATED LINKS + diff --git a/src/Teams/Teams/docs/v1.0-beta/Invoke-MgSoftTeamPrimaryChannelMessageDelete.md b/src/Teams/Teams/docs/v1.0-beta/Invoke-MgSoftTeamPrimaryChannelMessageDelete.md new file mode 100644 index 00000000000..b8907ceed44 --- /dev/null +++ b/src/Teams/Teams/docs/v1.0-beta/Invoke-MgSoftTeamPrimaryChannelMessageDelete.md @@ -0,0 +1,185 @@ +--- +external help file: +Module Name: Microsoft.Graph.Teams +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/invoke-mgsoftteamprimarychannelmessagedelete +schema: 2.0.0 +--- + +# Invoke-MgSoftTeamPrimaryChannelMessageDelete + +## SYNOPSIS +Invoke action softDelete + +## SYNTAX + +### Soft (Default) +``` +Invoke-MgSoftTeamPrimaryChannelMessageDelete -ChatMessageId -TeamId [-PassThru] [-Confirm] + [-WhatIf] [] +``` + +### SoftViaIdentity +``` +Invoke-MgSoftTeamPrimaryChannelMessageDelete -InputObject [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Invoke action softDelete + +## EXAMPLES + +## PARAMETERS + +### -ChatMessageId +key: id of chatMessage + +```yaml +Type: System.String +Parameter Sets: Soft +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ITeamsIdentity +Parameter Sets: SoftViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -TeamId +key: id of team + +```yaml +Type: System.String +Parameter Sets: Soft +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ITeamsIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +ALIASES + +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 : Identity Parameter + - `[AssociatedTeamInfoId ]`: key: id of associatedTeamInfo + - `[ChannelId ]`: key: id of channel + - `[ChatId ]`: key: id of chat + - `[ChatMessageHostedContentId ]`: key: id of chatMessageHostedContent + - `[ChatMessageId ]`: key: id of chatMessage + - `[ChatMessageId1 ]`: key: id of chatMessage + - `[ConversationMemberId ]`: key: id of conversationMember + - `[GroupId ]`: key: id of group + - `[OfferShiftRequestId ]`: key: id of offerShiftRequest + - `[OpenShiftChangeRequestId ]`: key: id of openShiftChangeRequest + - `[OpenShiftId ]`: key: id of openShift + - `[ResourceSpecificPermissionGrantId ]`: key: id of resourceSpecificPermissionGrant + - `[SchedulingGroupId ]`: key: id of schedulingGroup + - `[SharedWithChannelTeamInfoId ]`: key: id of sharedWithChannelTeamInfo + - `[ShiftId ]`: key: id of shift + - `[SwapShiftsChangeRequestId ]`: key: id of swapShiftsChangeRequest + - `[TeamId ]`: key: id of team + - `[TeamsAppDefinitionId ]`: key: id of teamsAppDefinition + - `[TeamsAppId ]`: key: id of teamsApp + - `[TeamsAppInstallationId ]`: key: id of teamsAppInstallation + - `[TeamsAsyncOperationId ]`: key: id of teamsAsyncOperation + - `[TeamsTabId ]`: key: id of teamsTab + - `[TeamworkDeviceId ]`: key: id of teamworkDevice + - `[TeamworkDeviceOperationId ]`: key: id of teamworkDeviceOperation + - `[TeamworkTagId ]`: key: id of teamworkTag + - `[TeamworkTagMemberId ]`: key: id of teamworkTagMember + - `[TenantId ]`: Usage: tenantId={tenantId} + - `[TimeCardId ]`: key: id of timeCard + - `[TimeOffId ]`: key: id of timeOff + - `[TimeOffReasonId ]`: key: id of timeOffReason + - `[TimeOffRequestId ]`: key: id of timeOffRequest + - `[UserId ]`: key: id of user + - `[UserId1 ]`: Usage: userId={userId} + - `[UserPrincipalName ]`: Usage: userPrincipalName={userPrincipalName} + - `[UserScopeTeamsAppInstallationId ]`: key: id of userScopeTeamsAppInstallation + - `[WorkforceIntegrationId ]`: key: id of workforceIntegration + +## RELATED LINKS + diff --git a/src/Teams/Teams/docs/v1.0-beta/Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete.md b/src/Teams/Teams/docs/v1.0-beta/Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete.md new file mode 100644 index 00000000000..f1ad5b87db8 --- /dev/null +++ b/src/Teams/Teams/docs/v1.0-beta/Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete.md @@ -0,0 +1,200 @@ +--- +external help file: +Module Name: Microsoft.Graph.Teams +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/invoke-mgsoftteamprimarychannelmessagereplydelete +schema: 2.0.0 +--- + +# Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete + +## SYNOPSIS +Invoke action softDelete + +## SYNTAX + +### Soft (Default) +``` +Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete -ChatMessageId -ChatMessageId1 + -TeamId [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### SoftViaIdentity +``` +Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete -InputObject [-PassThru] [-Confirm] + [-WhatIf] [] +``` + +## DESCRIPTION +Invoke action softDelete + +## EXAMPLES + +## PARAMETERS + +### -ChatMessageId +key: id of chatMessage + +```yaml +Type: System.String +Parameter Sets: Soft +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ChatMessageId1 +key: id of chatMessage + +```yaml +Type: System.String +Parameter Sets: Soft +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ITeamsIdentity +Parameter Sets: SoftViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -TeamId +key: id of team + +```yaml +Type: System.String +Parameter Sets: Soft +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ITeamsIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +ALIASES + +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 : Identity Parameter + - `[AssociatedTeamInfoId ]`: key: id of associatedTeamInfo + - `[ChannelId ]`: key: id of channel + - `[ChatId ]`: key: id of chat + - `[ChatMessageHostedContentId ]`: key: id of chatMessageHostedContent + - `[ChatMessageId ]`: key: id of chatMessage + - `[ChatMessageId1 ]`: key: id of chatMessage + - `[ConversationMemberId ]`: key: id of conversationMember + - `[GroupId ]`: key: id of group + - `[OfferShiftRequestId ]`: key: id of offerShiftRequest + - `[OpenShiftChangeRequestId ]`: key: id of openShiftChangeRequest + - `[OpenShiftId ]`: key: id of openShift + - `[ResourceSpecificPermissionGrantId ]`: key: id of resourceSpecificPermissionGrant + - `[SchedulingGroupId ]`: key: id of schedulingGroup + - `[SharedWithChannelTeamInfoId ]`: key: id of sharedWithChannelTeamInfo + - `[ShiftId ]`: key: id of shift + - `[SwapShiftsChangeRequestId ]`: key: id of swapShiftsChangeRequest + - `[TeamId ]`: key: id of team + - `[TeamsAppDefinitionId ]`: key: id of teamsAppDefinition + - `[TeamsAppId ]`: key: id of teamsApp + - `[TeamsAppInstallationId ]`: key: id of teamsAppInstallation + - `[TeamsAsyncOperationId ]`: key: id of teamsAsyncOperation + - `[TeamsTabId ]`: key: id of teamsTab + - `[TeamworkDeviceId ]`: key: id of teamworkDevice + - `[TeamworkDeviceOperationId ]`: key: id of teamworkDeviceOperation + - `[TeamworkTagId ]`: key: id of teamworkTag + - `[TeamworkTagMemberId ]`: key: id of teamworkTagMember + - `[TenantId ]`: Usage: tenantId={tenantId} + - `[TimeCardId ]`: key: id of timeCard + - `[TimeOffId ]`: key: id of timeOff + - `[TimeOffReasonId ]`: key: id of timeOffReason + - `[TimeOffRequestId ]`: key: id of timeOffRequest + - `[UserId ]`: key: id of user + - `[UserId1 ]`: Usage: userId={userId} + - `[UserPrincipalName ]`: Usage: userPrincipalName={userPrincipalName} + - `[UserScopeTeamsAppInstallationId ]`: key: id of userScopeTeamsAppInstallation + - `[WorkforceIntegrationId ]`: key: id of workforceIntegration + +## RELATED LINKS + diff --git a/src/Teams/Teams/docs/v1.0-beta/Microsoft.Graph.Teams.md b/src/Teams/Teams/docs/v1.0-beta/Microsoft.Graph.Teams.md index 3dcf407c3b5..41425f18a86 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Microsoft.Graph.Teams.md +++ b/src/Teams/Teams/docs/v1.0-beta/Microsoft.Graph.Teams.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Teams -Module Guid: 9a2313d2-1118-48d8-88f7-fa159b9cd6a1 +Module Guid: cded1f8d-b676-4cf9-8b13-1fa3bd30f2ee Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams Help Version: 1.0.0.0 Locale: en-US @@ -94,8 +94,7 @@ A collection of all the members in the chat. Nullable. ### [Get-MgChatMessage](Get-MgChatMessage.md) -A collection of all the messages in the chat. -Nullable. +Invoke function getAllMessages ### [Get-MgChatMessageDelta](Get-MgChatMessageDelta.md) Invoke function delta @@ -437,6 +436,24 @@ Invoke function allMessages ### [Invoke-MgShareTeamSchedule](Invoke-MgShareTeamSchedule.md) Invoke action share +### [Invoke-MgSoftChatMessageDelete](Invoke-MgSoftChatMessageDelete.md) +Invoke action softDelete + +### [Invoke-MgSoftChatMessageReplyDelete](Invoke-MgSoftChatMessageReplyDelete.md) +Invoke action softDelete + +### [Invoke-MgSoftTeamChannelMessageDelete](Invoke-MgSoftTeamChannelMessageDelete.md) +Invoke action softDelete + +### [Invoke-MgSoftTeamChannelMessageReplyDelete](Invoke-MgSoftTeamChannelMessageReplyDelete.md) +Invoke action softDelete + +### [Invoke-MgSoftTeamPrimaryChannelMessageDelete](Invoke-MgSoftTeamPrimaryChannelMessageDelete.md) +Invoke action softDelete + +### [Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete](Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete.md) +Invoke action softDelete + ### [Invoke-MgUnarchiveTeam](Invoke-MgUnarchiveTeam.md) Invoke action unarchive @@ -903,6 +920,24 @@ Invoke action runDiagnostics ### [Stop-MgTeamScheduleTimeCardBreak](Stop-MgTeamScheduleTimeCardBreak.md) Invoke action endBreak +### [Undo-MgChatMessageReplySoftDelete](Undo-MgChatMessageReplySoftDelete.md) +Invoke action undoSoftDelete + +### [Undo-MgChatMessageSoftDelete](Undo-MgChatMessageSoftDelete.md) +Invoke action undoSoftDelete + +### [Undo-MgTeamChannelMessageReplySoftDelete](Undo-MgTeamChannelMessageReplySoftDelete.md) +Invoke action undoSoftDelete + +### [Undo-MgTeamChannelMessageSoftDelete](Undo-MgTeamChannelMessageSoftDelete.md) +Invoke action undoSoftDelete + +### [Undo-MgTeamPrimaryChannelMessageReplySoftDelete](Undo-MgTeamPrimaryChannelMessageReplySoftDelete.md) +Invoke action undoSoftDelete + +### [Undo-MgTeamPrimaryChannelMessageSoftDelete](Undo-MgTeamPrimaryChannelMessageSoftDelete.md) +Invoke action undoSoftDelete + ### [Update-MgAppCatalogTeamApp](Update-MgAppCatalogTeamApp.md) Update the navigation property teamsApps in appCatalogs diff --git a/src/Teams/Teams/docs/v1.0-beta/New-MgTeam.md b/src/Teams/Teams/docs/v1.0-beta/New-MgTeam.md index dc6a007d73d..d802be18588 100644 --- a/src/Teams/Teams/docs/v1.0-beta/New-MgTeam.md +++ b/src/Teams/Teams/docs/v1.0-beta/New-MgTeam.md @@ -750,7 +750,7 @@ ALLCHANNELS : . - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -771,10 +771,10 @@ ALLCHANNELS : . - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -783,9 +783,9 @@ ALLCHANNELS : . - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -883,18 +883,18 @@ ALLCHANNELS : . - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -902,7 +902,7 @@ ALLCHANNELS : . - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -911,7 +911,7 @@ ALLCHANNELS : . - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1493,7 +1493,7 @@ ALLCHANNELS : . - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1508,7 +1508,7 @@ ALLCHANNELS : . - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -1733,7 +1733,7 @@ ALLCHANNELS : . - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1752,7 +1752,7 @@ ALLCHANNELS : . - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -1784,7 +1784,7 @@ ALLCHANNELS : . - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -1844,7 +1844,7 @@ ALLCHANNELS : . - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -1852,7 +1852,7 @@ ALLCHANNELS : . - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1978,7 +1978,7 @@ ALLCHANNELS : . - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -2188,7 +2188,7 @@ ALLCHANNELS : . - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -3643,6 +3643,247 @@ ALLCHANNELS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4200,7 +4441,7 @@ ALLCHANNELS : . - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -4256,7 +4497,7 @@ ALLCHANNELS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -4275,7 +4516,7 @@ ALLCHANNELS : . - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -4339,7 +4580,7 @@ ALLCHANNELS : . - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -4361,7 +4602,7 @@ ALLCHANNELS : . - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -4733,7 +4974,7 @@ BODYPARAMETER : team - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -4754,10 +4995,10 @@ BODYPARAMETER : team - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4766,9 +5007,9 @@ BODYPARAMETER : team - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4866,18 +5107,18 @@ BODYPARAMETER : team - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4885,7 +5126,7 @@ BODYPARAMETER : team - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4894,7 +5135,7 @@ BODYPARAMETER : team - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5476,7 +5717,7 @@ BODYPARAMETER : team - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -5491,7 +5732,7 @@ BODYPARAMETER : team - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -5716,7 +5957,7 @@ BODYPARAMETER : team - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5735,7 +5976,7 @@ BODYPARAMETER : team - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -5767,7 +6008,7 @@ BODYPARAMETER : team - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -5827,7 +6068,7 @@ BODYPARAMETER : team - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -5835,7 +6076,7 @@ BODYPARAMETER : team - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -5961,7 +6202,7 @@ BODYPARAMETER : team - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -6171,7 +6412,7 @@ BODYPARAMETER : team - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -7364,6 +7605,247 @@ BODYPARAMETER : team - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -7925,7 +8407,7 @@ BODYPARAMETER : team - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -7981,7 +8463,7 @@ BODYPARAMETER : team - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -8000,7 +8482,7 @@ BODYPARAMETER : team - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -8064,7 +8546,7 @@ BODYPARAMETER : team - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -8086,7 +8568,7 @@ BODYPARAMETER : team - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -8710,7 +9192,7 @@ CHANNELS : The collection of channels and messages ass - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -8731,10 +9213,10 @@ CHANNELS : The collection of channels and messages ass - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8743,9 +9225,9 @@ CHANNELS : The collection of channels and messages ass - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8843,18 +9325,18 @@ CHANNELS : The collection of channels and messages ass - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8862,7 +9344,7 @@ CHANNELS : The collection of channels and messages ass - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8871,7 +9353,7 @@ CHANNELS : The collection of channels and messages ass - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9453,7 +9935,7 @@ CHANNELS : The collection of channels and messages ass - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -9468,7 +9950,7 @@ CHANNELS : The collection of channels and messages ass - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -9693,7 +10175,7 @@ CHANNELS : The collection of channels and messages ass - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -9712,7 +10194,7 @@ CHANNELS : The collection of channels and messages ass - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -9744,7 +10226,7 @@ CHANNELS : The collection of channels and messages ass - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -9804,7 +10286,7 @@ CHANNELS : The collection of channels and messages ass - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -9812,7 +10294,7 @@ CHANNELS : The collection of channels and messages ass - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -9938,7 +10420,7 @@ CHANNELS : The collection of channels and messages ass - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -10148,7 +10630,7 @@ CHANNELS : The collection of channels and messages ass - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -11603,6 +12085,247 @@ CHANNELS : The collection of channels and messages ass - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -12160,7 +12883,7 @@ CHANNELS : The collection of channels and messages ass - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -12216,7 +12939,7 @@ CHANNELS : The collection of channels and messages ass - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -12235,7 +12958,7 @@ CHANNELS : The collection of channels and messages ass - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -12299,7 +13022,7 @@ CHANNELS : The collection of channels and messages ass - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -12321,7 +13044,7 @@ CHANNELS : The collection of channels and messages ass - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -12591,7 +13314,7 @@ GROUP : group - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -12935,7 +13658,7 @@ GROUP : group - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Approvals ]`: - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). @@ -12946,10 +13669,10 @@ GROUP : group - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -12958,9 +13681,9 @@ GROUP : group - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13055,18 +13778,18 @@ GROUP : group - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -13074,7 +13797,7 @@ GROUP : group - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -13083,7 +13806,7 @@ GROUP : group - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13481,7 +14204,7 @@ GROUP : group - `[SiteId ]`: For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated. - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -13549,7 +14272,7 @@ GROUP : group - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -13564,7 +14287,7 @@ GROUP : group - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The id of the content type. @@ -13591,7 +14314,7 @@ GROUP : group - `[LastRecordedDateTime ]`: - `[ObservedDateTime ]`: When the activity was observed to take place. - `[RecordedDateTime ]`: When the observation was recorded on the service. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -13647,7 +14370,7 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -13670,7 +14393,7 @@ GROUP : group - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -13770,7 +14493,7 @@ GROUP : group - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -13808,7 +14531,7 @@ GROUP : group - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -14200,7 +14923,7 @@ GROUP : group - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -14222,7 +14945,7 @@ GROUP : group - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -14253,7 +14976,7 @@ GROUP : group - `[ContentTypes ]`: The collection of content types present in this list. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -14285,7 +15008,7 @@ GROUP : group - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[System ]`: systemFacet - `[(Any) ]`: This indicates any property can be added to this object. - `[Onenote ]`: onenote @@ -14400,7 +15123,7 @@ GROUP : group - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings - `[(Any) ]`: This indicates any property can be added to this object. @@ -15897,6 +16620,247 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -16685,7 +17649,7 @@ INCOMINGCHANNELS : . - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -16706,10 +17670,10 @@ INCOMINGCHANNELS : . - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -16718,9 +17682,9 @@ INCOMINGCHANNELS : . - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -16818,18 +17782,18 @@ INCOMINGCHANNELS : . - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -16837,7 +17801,7 @@ INCOMINGCHANNELS : . - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -16846,7 +17810,7 @@ INCOMINGCHANNELS : . - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -17428,7 +18392,7 @@ INCOMINGCHANNELS : . - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -17443,7 +18407,7 @@ INCOMINGCHANNELS : . - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -17668,7 +18632,7 @@ INCOMINGCHANNELS : . - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -17687,7 +18651,7 @@ INCOMINGCHANNELS : . - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -17719,7 +18683,7 @@ INCOMINGCHANNELS : . - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -17779,7 +18743,7 @@ INCOMINGCHANNELS : . - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -17787,7 +18751,7 @@ INCOMINGCHANNELS : . - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -17913,7 +18877,7 @@ INCOMINGCHANNELS : . - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -18123,7 +19087,7 @@ INCOMINGCHANNELS : . - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -19578,6 +20542,247 @@ INCOMINGCHANNELS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -20135,7 +21340,7 @@ INCOMINGCHANNELS : . - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -20191,7 +21396,7 @@ INCOMINGCHANNELS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -20210,7 +21415,7 @@ INCOMINGCHANNELS : . - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -20274,7 +21479,7 @@ INCOMINGCHANNELS : . - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -20296,7 +21501,7 @@ INCOMINGCHANNELS : . - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -20734,7 +21939,7 @@ OWNERS : The list of this team's owners. Currently, when - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -20755,10 +21960,10 @@ OWNERS : The list of this team's owners. Currently, when - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -20767,9 +21972,9 @@ OWNERS : The list of this team's owners. Currently, when - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -20867,18 +22072,18 @@ OWNERS : The list of this team's owners. Currently, when - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -20886,7 +22091,7 @@ OWNERS : The list of this team's owners. Currently, when - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -20895,7 +22100,7 @@ OWNERS : The list of this team's owners. Currently, when - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -21491,7 +22696,7 @@ OWNERS : The list of this team's owners. Currently, when - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -21578,7 +22783,7 @@ OWNERS : The list of this team's owners. Currently, when - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -21593,7 +22798,7 @@ OWNERS : The list of this team's owners. Currently, when - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The id of the content type. @@ -21635,7 +22840,7 @@ OWNERS : The list of this team's owners. Currently, when - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -21735,7 +22940,7 @@ OWNERS : The list of this team's owners. Currently, when - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -21773,7 +22978,7 @@ OWNERS : The list of this team's owners. Currently, when - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -22002,7 +23207,7 @@ OWNERS : The list of this team's owners. Currently, when - `[Status ]`: workbookOperationStatus - `[Tables ]`: Represents a collection of tables associated with the workbook. Read-only. - `[Worksheets ]`: Represents a collection of worksheets associated with the workbook. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Times ]`: itemActivityTimeSet - `[(Any) ]`: This indicates any property can be added to this object. - `[LastRecordedDateTime ]`: @@ -22177,7 +23382,7 @@ OWNERS : The list of this team's owners. Currently, when - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -22196,7 +23401,7 @@ OWNERS : The list of this team's owners. Currently, when - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -22228,7 +23433,7 @@ OWNERS : The list of this team's owners. Currently, when - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[System ]`: systemFacet - `[(Any) ]`: This indicates any property can be added to this object. - `[Owner ]`: identitySet @@ -22272,7 +23477,7 @@ OWNERS : The list of this team's owners. Currently, when - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -22280,7 +23485,7 @@ OWNERS : The list of this team's owners. Currently, when - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -22406,7 +23611,7 @@ OWNERS : The list of this team's owners. Currently, when - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings - `[(Any) ]`: This indicates any property can be added to this object. @@ -22580,7 +23785,7 @@ OWNERS : The list of this team's owners. Currently, when - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -24057,6 +25262,247 @@ OWNERS : The list of this team's owners. Currently, when - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -24739,7 +26185,7 @@ PRIMARYCHANNEL : channel - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -24760,10 +26206,10 @@ PRIMARYCHANNEL : channel - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -24772,9 +26218,9 @@ PRIMARYCHANNEL : channel - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -24872,18 +26318,18 @@ PRIMARYCHANNEL : channel - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -24891,7 +26337,7 @@ PRIMARYCHANNEL : channel - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -24900,7 +26346,7 @@ PRIMARYCHANNEL : channel - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -25482,7 +26928,7 @@ PRIMARYCHANNEL : channel - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -25497,7 +26943,7 @@ PRIMARYCHANNEL : channel - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -25722,7 +27168,7 @@ PRIMARYCHANNEL : channel - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -25741,7 +27187,7 @@ PRIMARYCHANNEL : channel - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -25773,7 +27219,7 @@ PRIMARYCHANNEL : channel - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -25833,7 +27279,7 @@ PRIMARYCHANNEL : channel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -25841,7 +27287,7 @@ PRIMARYCHANNEL : channel - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -25967,7 +27413,7 @@ PRIMARYCHANNEL : channel - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -26177,7 +27623,7 @@ PRIMARYCHANNEL : channel - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -27632,6 +29078,247 @@ PRIMARYCHANNEL : channel - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -28189,7 +29876,7 @@ PRIMARYCHANNEL : channel - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -28245,7 +29932,7 @@ PRIMARYCHANNEL : channel - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -28264,7 +29951,7 @@ PRIMARYCHANNEL : channel - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -28328,7 +30015,7 @@ PRIMARYCHANNEL : channel - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -28350,7 +30037,7 @@ PRIMARYCHANNEL : channel - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication diff --git a/src/Teams/Teams/docs/v1.0-beta/New-MgTeamChannel.md b/src/Teams/Teams/docs/v1.0-beta/New-MgTeamChannel.md index 1954b5d9a6b..fc121190f3d 100644 --- a/src/Teams/Teams/docs/v1.0-beta/New-MgTeamChannel.md +++ b/src/Teams/Teams/docs/v1.0-beta/New-MgTeamChannel.md @@ -529,7 +529,7 @@ BODYPARAMETER : channel - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -550,10 +550,10 @@ BODYPARAMETER : channel - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -562,9 +562,9 @@ BODYPARAMETER : channel - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -662,18 +662,18 @@ BODYPARAMETER : channel - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -681,7 +681,7 @@ BODYPARAMETER : channel - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -690,7 +690,7 @@ BODYPARAMETER : channel - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1272,7 +1272,7 @@ BODYPARAMETER : channel - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1287,7 +1287,7 @@ BODYPARAMETER : channel - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -1512,7 +1512,7 @@ BODYPARAMETER : channel - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1531,7 +1531,7 @@ BODYPARAMETER : channel - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -1563,7 +1563,7 @@ BODYPARAMETER : channel - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -1623,7 +1623,7 @@ BODYPARAMETER : channel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -1631,7 +1631,7 @@ BODYPARAMETER : channel - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1757,7 +1757,7 @@ BODYPARAMETER : channel - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -1967,7 +1967,7 @@ BODYPARAMETER : channel - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -3422,6 +3422,247 @@ BODYPARAMETER : channel - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -3979,7 +4220,7 @@ BODYPARAMETER : channel - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -4035,7 +4276,7 @@ BODYPARAMETER : channel - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -4054,7 +4295,7 @@ BODYPARAMETER : channel - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -4118,7 +4359,7 @@ BODYPARAMETER : channel - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -4140,7 +4381,7 @@ BODYPARAMETER : channel - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -4503,7 +4744,7 @@ FILESFOLDER : driveItem - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -4524,10 +4765,10 @@ FILESFOLDER : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4536,9 +4777,9 @@ FILESFOLDER : driveItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4636,18 +4877,18 @@ FILESFOLDER : driveItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4655,7 +4896,7 @@ FILESFOLDER : driveItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4664,7 +4905,7 @@ FILESFOLDER : driveItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5246,7 +5487,7 @@ FILESFOLDER : driveItem - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -5261,7 +5502,7 @@ FILESFOLDER : driveItem - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -5486,7 +5727,7 @@ FILESFOLDER : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5505,7 +5746,7 @@ FILESFOLDER : driveItem - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -5537,7 +5778,7 @@ FILESFOLDER : driveItem - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -5597,7 +5838,7 @@ FILESFOLDER : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -5605,7 +5846,7 @@ FILESFOLDER : driveItem - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -5731,7 +5972,7 @@ FILESFOLDER : driveItem - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -5941,7 +6182,7 @@ FILESFOLDER : driveItem - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -7422,6 +7663,247 @@ FILESFOLDER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -7979,7 +8461,7 @@ FILESFOLDER : driveItem - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -8035,7 +8517,7 @@ FILESFOLDER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -8054,7 +8536,7 @@ FILESFOLDER : driveItem - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -8118,7 +8600,7 @@ FILESFOLDER : driveItem - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -8140,7 +8622,7 @@ FILESFOLDER : driveItem - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -8628,7 +9110,7 @@ SHAREDWITHTEAMS : . - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -8649,10 +9131,10 @@ SHAREDWITHTEAMS : . - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8661,9 +9143,9 @@ SHAREDWITHTEAMS : . - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8761,18 +9243,18 @@ SHAREDWITHTEAMS : . - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8780,7 +9262,7 @@ SHAREDWITHTEAMS : . - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8789,7 +9271,7 @@ SHAREDWITHTEAMS : . - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9371,7 +9853,7 @@ SHAREDWITHTEAMS : . - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -9386,7 +9868,7 @@ SHAREDWITHTEAMS : . - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -9611,7 +10093,7 @@ SHAREDWITHTEAMS : . - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -9630,7 +10112,7 @@ SHAREDWITHTEAMS : . - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -9662,7 +10144,7 @@ SHAREDWITHTEAMS : . - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -9722,7 +10204,7 @@ SHAREDWITHTEAMS : . - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -9730,7 +10212,7 @@ SHAREDWITHTEAMS : . - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -9856,7 +10338,7 @@ SHAREDWITHTEAMS : . - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -10066,7 +10548,7 @@ SHAREDWITHTEAMS : . - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -11259,6 +11741,247 @@ SHAREDWITHTEAMS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -11820,7 +12543,7 @@ SHAREDWITHTEAMS : . - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -11876,7 +12599,7 @@ SHAREDWITHTEAMS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -11895,7 +12618,7 @@ SHAREDWITHTEAMS : . - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -11959,7 +12682,7 @@ SHAREDWITHTEAMS : . - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -11981,7 +12704,7 @@ SHAREDWITHTEAMS : . - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication diff --git a/src/Teams/Teams/docs/v1.0-beta/New-MgTeamChannelShared.md b/src/Teams/Teams/docs/v1.0-beta/New-MgTeamChannelShared.md index d72d75ab70f..689d6ef696d 100644 --- a/src/Teams/Teams/docs/v1.0-beta/New-MgTeamChannelShared.md +++ b/src/Teams/Teams/docs/v1.0-beta/New-MgTeamChannelShared.md @@ -398,7 +398,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -419,10 +419,10 @@ BODYPARAMETER : sharedWithChannelTeamI - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -431,9 +431,9 @@ BODYPARAMETER : sharedWithChannelTeamI - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -531,18 +531,18 @@ BODYPARAMETER : sharedWithChannelTeamI - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -550,7 +550,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -559,7 +559,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1141,7 +1141,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1156,7 +1156,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -1381,7 +1381,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1400,7 +1400,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -1432,7 +1432,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -1492,7 +1492,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -1500,7 +1500,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1626,7 +1626,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -1836,7 +1836,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -3029,6 +3029,247 @@ BODYPARAMETER : sharedWithChannelTeamI - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -3590,7 +3831,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -3646,7 +3887,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -3665,7 +3906,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -3729,7 +3970,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -3751,7 +3992,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -4414,7 +4655,7 @@ TEAM : team - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -4435,10 +4676,10 @@ TEAM : team - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4447,9 +4688,9 @@ TEAM : team - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4547,18 +4788,18 @@ TEAM : team - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4566,7 +4807,7 @@ TEAM : team - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4575,7 +4816,7 @@ TEAM : team - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5157,7 +5398,7 @@ TEAM : team - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -5172,7 +5413,7 @@ TEAM : team - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -5397,7 +5638,7 @@ TEAM : team - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5416,7 +5657,7 @@ TEAM : team - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -5448,7 +5689,7 @@ TEAM : team - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -5508,7 +5749,7 @@ TEAM : team - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -5516,7 +5757,7 @@ TEAM : team - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -5642,7 +5883,7 @@ TEAM : team - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -5852,7 +6093,7 @@ TEAM : team - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -7045,6 +7286,247 @@ TEAM : team - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -7606,7 +8088,7 @@ TEAM : team - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -7662,7 +8144,7 @@ TEAM : team - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -7681,7 +8163,7 @@ TEAM : team - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -7745,7 +8227,7 @@ TEAM : team - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -7767,7 +8249,7 @@ TEAM : team - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication diff --git a/src/Teams/Teams/docs/v1.0-beta/New-MgTeamPrimaryChannelShared.md b/src/Teams/Teams/docs/v1.0-beta/New-MgTeamPrimaryChannelShared.md index 361e0157d0b..4e71878e106 100644 --- a/src/Teams/Teams/docs/v1.0-beta/New-MgTeamPrimaryChannelShared.md +++ b/src/Teams/Teams/docs/v1.0-beta/New-MgTeamPrimaryChannelShared.md @@ -383,7 +383,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -404,10 +404,10 @@ BODYPARAMETER : sharedWithChannelTeamI - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -416,9 +416,9 @@ BODYPARAMETER : sharedWithChannelTeamI - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -516,18 +516,18 @@ BODYPARAMETER : sharedWithChannelTeamI - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -535,7 +535,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -544,7 +544,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1126,7 +1126,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1141,7 +1141,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -1366,7 +1366,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1385,7 +1385,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -1417,7 +1417,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -1477,7 +1477,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -1485,7 +1485,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1611,7 +1611,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -1821,7 +1821,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -3014,6 +3014,247 @@ BODYPARAMETER : sharedWithChannelTeamI - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -3575,7 +3816,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -3631,7 +3872,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -3650,7 +3891,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -3714,7 +3955,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -3736,7 +3977,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -4399,7 +4640,7 @@ TEAM : team - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -4420,10 +4661,10 @@ TEAM : team - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4432,9 +4673,9 @@ TEAM : team - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4532,18 +4773,18 @@ TEAM : team - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4551,7 +4792,7 @@ TEAM : team - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4560,7 +4801,7 @@ TEAM : team - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5142,7 +5383,7 @@ TEAM : team - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -5157,7 +5398,7 @@ TEAM : team - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -5382,7 +5623,7 @@ TEAM : team - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5401,7 +5642,7 @@ TEAM : team - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -5433,7 +5674,7 @@ TEAM : team - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -5493,7 +5734,7 @@ TEAM : team - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -5501,7 +5742,7 @@ TEAM : team - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -5627,7 +5868,7 @@ TEAM : team - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -5837,7 +6078,7 @@ TEAM : team - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -7030,6 +7271,247 @@ TEAM : team - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -7591,7 +8073,7 @@ TEAM : team - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -7647,7 +8129,7 @@ TEAM : team - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -7666,7 +8148,7 @@ TEAM : team - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -7730,7 +8212,7 @@ TEAM : team - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -7752,7 +8234,7 @@ TEAM : team - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication diff --git a/src/Teams/Teams/docs/v1.0-beta/New-MgUserTeamworkAssociatedTeam.md b/src/Teams/Teams/docs/v1.0-beta/New-MgUserTeamworkAssociatedTeam.md index bb54abe6720..0db8206131b 100644 --- a/src/Teams/Teams/docs/v1.0-beta/New-MgUserTeamworkAssociatedTeam.md +++ b/src/Teams/Teams/docs/v1.0-beta/New-MgUserTeamworkAssociatedTeam.md @@ -379,7 +379,7 @@ TEAM : team - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -400,10 +400,10 @@ TEAM : team - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -412,9 +412,9 @@ TEAM : team - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -512,18 +512,18 @@ TEAM : team - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -531,7 +531,7 @@ TEAM : team - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -540,7 +540,7 @@ TEAM : team - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1122,7 +1122,7 @@ TEAM : team - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1137,7 +1137,7 @@ TEAM : team - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -1362,7 +1362,7 @@ TEAM : team - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1381,7 +1381,7 @@ TEAM : team - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -1413,7 +1413,7 @@ TEAM : team - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -1473,7 +1473,7 @@ TEAM : team - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -1481,7 +1481,7 @@ TEAM : team - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1607,7 +1607,7 @@ TEAM : team - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -1817,7 +1817,7 @@ TEAM : team - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -3010,6 +3010,247 @@ TEAM : team - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -3571,7 +3812,7 @@ TEAM : team - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -3627,7 +3868,7 @@ TEAM : team - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -3646,7 +3887,7 @@ TEAM : team - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -3710,7 +3951,7 @@ TEAM : team - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -3732,7 +3973,7 @@ TEAM : team - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication diff --git a/src/Teams/Teams/docs/v1.0-beta/Remove-MgChatInstalledAppTeamAppByRef.md b/src/Teams/Teams/docs/v1.0-beta/Remove-MgChatInstalledAppTeamAppByRef.md index b964666a371..67d55ecfa09 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Remove-MgChatInstalledAppTeamAppByRef.md +++ b/src/Teams/Teams/docs/v1.0-beta/Remove-MgChatInstalledAppTeamAppByRef.md @@ -12,13 +12,13 @@ The app that is installed. ## SYNTAX -### Delete1 (Default) +### Delete (Default) ``` Remove-MgChatInstalledAppTeamAppByRef -ChatId -TeamsAppInstallationId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### DeleteViaIdentity1 +### DeleteViaIdentity ``` Remove-MgChatInstalledAppTeamAppByRef -InputObject [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -36,7 +36,7 @@ key: id of chat ```yaml Type: System.String -Parameter Sets: Delete1 +Parameter Sets: Delete Aliases: Required: True @@ -67,7 +67,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.ITeamsIdentity -Parameter Sets: DeleteViaIdentity1 +Parameter Sets: DeleteViaIdentity Aliases: Required: True @@ -97,7 +97,7 @@ key: id of teamsAppInstallation ```yaml Type: System.String -Parameter Sets: Delete1 +Parameter Sets: Delete Aliases: Required: True diff --git a/src/Teams/Teams/docs/v1.0-beta/Remove-MgChatTabTeamAppByRef.md b/src/Teams/Teams/docs/v1.0-beta/Remove-MgChatTabTeamAppByRef.md index 60f62888ab2..e0f328acb41 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Remove-MgChatTabTeamAppByRef.md +++ b/src/Teams/Teams/docs/v1.0-beta/Remove-MgChatTabTeamAppByRef.md @@ -13,13 +13,13 @@ This cannot be changed after tab creation. ## SYNTAX -### Delete1 (Default) +### Delete (Default) ``` Remove-MgChatTabTeamAppByRef -ChatId -TeamsTabId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### DeleteViaIdentity1 +### DeleteViaIdentity ``` Remove-MgChatTabTeamAppByRef -InputObject [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -38,7 +38,7 @@ key: id of chat ```yaml Type: System.String -Parameter Sets: Delete1 +Parameter Sets: Delete Aliases: Required: True @@ -69,7 +69,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.ITeamsIdentity -Parameter Sets: DeleteViaIdentity1 +Parameter Sets: DeleteViaIdentity Aliases: Required: True @@ -99,7 +99,7 @@ key: id of teamsTab ```yaml Type: System.String -Parameter Sets: Delete1 +Parameter Sets: Delete Aliases: Required: True diff --git a/src/Teams/Teams/docs/v1.0-beta/Set-MgChatTabTeamAppByRef.md b/src/Teams/Teams/docs/v1.0-beta/Set-MgChatTabTeamAppByRef.md index 51233045240..49bbefe97af 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Set-MgChatTabTeamAppByRef.md +++ b/src/Teams/Teams/docs/v1.0-beta/Set-MgChatTabTeamAppByRef.md @@ -13,25 +13,25 @@ This cannot be changed after tab creation. ## SYNTAX -### SetExpanded1 (Default) +### SetExpanded (Default) ``` Set-MgChatTabTeamAppByRef -ChatId -TeamsTabId [-AdditionalProperties ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### Set1 +### Set ``` Set-MgChatTabTeamAppByRef -ChatId -TeamsTabId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### SetViaIdentity1 +### SetViaIdentity ``` Set-MgChatTabTeamAppByRef -InputObject -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### SetViaIdentityExpanded1 +### SetViaIdentityExpanded ``` Set-MgChatTabTeamAppByRef -InputObject [-AdditionalProperties ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -50,7 +50,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: SetExpanded1, SetViaIdentityExpanded1 +Parameter Sets: SetExpanded, SetViaIdentityExpanded Aliases: Required: False @@ -65,7 +65,7 @@ Accept wildcard characters: False ```yaml Type: System.Collections.Hashtable -Parameter Sets: Set1, SetViaIdentity1 +Parameter Sets: Set, SetViaIdentity Aliases: Required: True @@ -80,7 +80,7 @@ key: id of chat ```yaml Type: System.String -Parameter Sets: Set1, SetExpanded1 +Parameter Sets: Set, SetExpanded Aliases: Required: True @@ -96,7 +96,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.ITeamsIdentity -Parameter Sets: SetViaIdentity1, SetViaIdentityExpanded1 +Parameter Sets: SetViaIdentity, SetViaIdentityExpanded Aliases: Required: True @@ -126,7 +126,7 @@ key: id of teamsTab ```yaml Type: System.String -Parameter Sets: Set1, SetExpanded1 +Parameter Sets: Set, SetExpanded Aliases: Required: True diff --git a/src/Teams/Teams/docs/v1.0-beta/Undo-MgChatMessageReplySoftDelete.md b/src/Teams/Teams/docs/v1.0-beta/Undo-MgChatMessageReplySoftDelete.md new file mode 100644 index 00000000000..ce6b33fb1e9 --- /dev/null +++ b/src/Teams/Teams/docs/v1.0-beta/Undo-MgChatMessageReplySoftDelete.md @@ -0,0 +1,200 @@ +--- +external help file: +Module Name: Microsoft.Graph.Teams +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/undo-mgchatmessagereplysoftdelete +schema: 2.0.0 +--- + +# Undo-MgChatMessageReplySoftDelete + +## SYNOPSIS +Invoke action undoSoftDelete + +## SYNTAX + +### Undo (Default) +``` +Undo-MgChatMessageReplySoftDelete -ChatId -ChatMessageId -ChatMessageId1 + [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### UndoViaIdentity +``` +Undo-MgChatMessageReplySoftDelete -InputObject [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Invoke action undoSoftDelete + +## EXAMPLES + +## PARAMETERS + +### -ChatId +key: id of chat + +```yaml +Type: System.String +Parameter Sets: Undo +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ChatMessageId +key: id of chatMessage + +```yaml +Type: System.String +Parameter Sets: Undo +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ChatMessageId1 +key: id of chatMessage + +```yaml +Type: System.String +Parameter Sets: Undo +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ITeamsIdentity +Parameter Sets: UndoViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ITeamsIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +ALIASES + +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 : Identity Parameter + - `[AssociatedTeamInfoId ]`: key: id of associatedTeamInfo + - `[ChannelId ]`: key: id of channel + - `[ChatId ]`: key: id of chat + - `[ChatMessageHostedContentId ]`: key: id of chatMessageHostedContent + - `[ChatMessageId ]`: key: id of chatMessage + - `[ChatMessageId1 ]`: key: id of chatMessage + - `[ConversationMemberId ]`: key: id of conversationMember + - `[GroupId ]`: key: id of group + - `[OfferShiftRequestId ]`: key: id of offerShiftRequest + - `[OpenShiftChangeRequestId ]`: key: id of openShiftChangeRequest + - `[OpenShiftId ]`: key: id of openShift + - `[ResourceSpecificPermissionGrantId ]`: key: id of resourceSpecificPermissionGrant + - `[SchedulingGroupId ]`: key: id of schedulingGroup + - `[SharedWithChannelTeamInfoId ]`: key: id of sharedWithChannelTeamInfo + - `[ShiftId ]`: key: id of shift + - `[SwapShiftsChangeRequestId ]`: key: id of swapShiftsChangeRequest + - `[TeamId ]`: key: id of team + - `[TeamsAppDefinitionId ]`: key: id of teamsAppDefinition + - `[TeamsAppId ]`: key: id of teamsApp + - `[TeamsAppInstallationId ]`: key: id of teamsAppInstallation + - `[TeamsAsyncOperationId ]`: key: id of teamsAsyncOperation + - `[TeamsTabId ]`: key: id of teamsTab + - `[TeamworkDeviceId ]`: key: id of teamworkDevice + - `[TeamworkDeviceOperationId ]`: key: id of teamworkDeviceOperation + - `[TeamworkTagId ]`: key: id of teamworkTag + - `[TeamworkTagMemberId ]`: key: id of teamworkTagMember + - `[TenantId ]`: Usage: tenantId={tenantId} + - `[TimeCardId ]`: key: id of timeCard + - `[TimeOffId ]`: key: id of timeOff + - `[TimeOffReasonId ]`: key: id of timeOffReason + - `[TimeOffRequestId ]`: key: id of timeOffRequest + - `[UserId ]`: key: id of user + - `[UserId1 ]`: Usage: userId={userId} + - `[UserPrincipalName ]`: Usage: userPrincipalName={userPrincipalName} + - `[UserScopeTeamsAppInstallationId ]`: key: id of userScopeTeamsAppInstallation + - `[WorkforceIntegrationId ]`: key: id of workforceIntegration + +## RELATED LINKS + diff --git a/src/Teams/Teams/docs/v1.0-beta/Undo-MgChatMessageSoftDelete.md b/src/Teams/Teams/docs/v1.0-beta/Undo-MgChatMessageSoftDelete.md new file mode 100644 index 00000000000..a9ab191ed75 --- /dev/null +++ b/src/Teams/Teams/docs/v1.0-beta/Undo-MgChatMessageSoftDelete.md @@ -0,0 +1,185 @@ +--- +external help file: +Module Name: Microsoft.Graph.Teams +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/undo-mgchatmessagesoftdelete +schema: 2.0.0 +--- + +# Undo-MgChatMessageSoftDelete + +## SYNOPSIS +Invoke action undoSoftDelete + +## SYNTAX + +### Undo (Default) +``` +Undo-MgChatMessageSoftDelete -ChatId -ChatMessageId [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +### UndoViaIdentity +``` +Undo-MgChatMessageSoftDelete -InputObject [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Invoke action undoSoftDelete + +## EXAMPLES + +## PARAMETERS + +### -ChatId +key: id of chat + +```yaml +Type: System.String +Parameter Sets: Undo +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ChatMessageId +key: id of chatMessage + +```yaml +Type: System.String +Parameter Sets: Undo +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ITeamsIdentity +Parameter Sets: UndoViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ITeamsIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +ALIASES + +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 : Identity Parameter + - `[AssociatedTeamInfoId ]`: key: id of associatedTeamInfo + - `[ChannelId ]`: key: id of channel + - `[ChatId ]`: key: id of chat + - `[ChatMessageHostedContentId ]`: key: id of chatMessageHostedContent + - `[ChatMessageId ]`: key: id of chatMessage + - `[ChatMessageId1 ]`: key: id of chatMessage + - `[ConversationMemberId ]`: key: id of conversationMember + - `[GroupId ]`: key: id of group + - `[OfferShiftRequestId ]`: key: id of offerShiftRequest + - `[OpenShiftChangeRequestId ]`: key: id of openShiftChangeRequest + - `[OpenShiftId ]`: key: id of openShift + - `[ResourceSpecificPermissionGrantId ]`: key: id of resourceSpecificPermissionGrant + - `[SchedulingGroupId ]`: key: id of schedulingGroup + - `[SharedWithChannelTeamInfoId ]`: key: id of sharedWithChannelTeamInfo + - `[ShiftId ]`: key: id of shift + - `[SwapShiftsChangeRequestId ]`: key: id of swapShiftsChangeRequest + - `[TeamId ]`: key: id of team + - `[TeamsAppDefinitionId ]`: key: id of teamsAppDefinition + - `[TeamsAppId ]`: key: id of teamsApp + - `[TeamsAppInstallationId ]`: key: id of teamsAppInstallation + - `[TeamsAsyncOperationId ]`: key: id of teamsAsyncOperation + - `[TeamsTabId ]`: key: id of teamsTab + - `[TeamworkDeviceId ]`: key: id of teamworkDevice + - `[TeamworkDeviceOperationId ]`: key: id of teamworkDeviceOperation + - `[TeamworkTagId ]`: key: id of teamworkTag + - `[TeamworkTagMemberId ]`: key: id of teamworkTagMember + - `[TenantId ]`: Usage: tenantId={tenantId} + - `[TimeCardId ]`: key: id of timeCard + - `[TimeOffId ]`: key: id of timeOff + - `[TimeOffReasonId ]`: key: id of timeOffReason + - `[TimeOffRequestId ]`: key: id of timeOffRequest + - `[UserId ]`: key: id of user + - `[UserId1 ]`: Usage: userId={userId} + - `[UserPrincipalName ]`: Usage: userPrincipalName={userPrincipalName} + - `[UserScopeTeamsAppInstallationId ]`: key: id of userScopeTeamsAppInstallation + - `[WorkforceIntegrationId ]`: key: id of workforceIntegration + +## RELATED LINKS + diff --git a/src/Teams/Teams/docs/v1.0-beta/Undo-MgTeamChannelMessageReplySoftDelete.md b/src/Teams/Teams/docs/v1.0-beta/Undo-MgTeamChannelMessageReplySoftDelete.md new file mode 100644 index 00000000000..1f562bb1ca4 --- /dev/null +++ b/src/Teams/Teams/docs/v1.0-beta/Undo-MgTeamChannelMessageReplySoftDelete.md @@ -0,0 +1,215 @@ +--- +external help file: +Module Name: Microsoft.Graph.Teams +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/undo-mgteamchannelmessagereplysoftdelete +schema: 2.0.0 +--- + +# Undo-MgTeamChannelMessageReplySoftDelete + +## SYNOPSIS +Invoke action undoSoftDelete + +## SYNTAX + +### Undo (Default) +``` +Undo-MgTeamChannelMessageReplySoftDelete -ChannelId -ChatMessageId -ChatMessageId1 + -TeamId [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### UndoViaIdentity +``` +Undo-MgTeamChannelMessageReplySoftDelete -InputObject [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Invoke action undoSoftDelete + +## EXAMPLES + +## PARAMETERS + +### -ChannelId +key: id of channel + +```yaml +Type: System.String +Parameter Sets: Undo +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ChatMessageId +key: id of chatMessage + +```yaml +Type: System.String +Parameter Sets: Undo +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ChatMessageId1 +key: id of chatMessage + +```yaml +Type: System.String +Parameter Sets: Undo +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ITeamsIdentity +Parameter Sets: UndoViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -TeamId +key: id of team + +```yaml +Type: System.String +Parameter Sets: Undo +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ITeamsIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +ALIASES + +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 : Identity Parameter + - `[AssociatedTeamInfoId ]`: key: id of associatedTeamInfo + - `[ChannelId ]`: key: id of channel + - `[ChatId ]`: key: id of chat + - `[ChatMessageHostedContentId ]`: key: id of chatMessageHostedContent + - `[ChatMessageId ]`: key: id of chatMessage + - `[ChatMessageId1 ]`: key: id of chatMessage + - `[ConversationMemberId ]`: key: id of conversationMember + - `[GroupId ]`: key: id of group + - `[OfferShiftRequestId ]`: key: id of offerShiftRequest + - `[OpenShiftChangeRequestId ]`: key: id of openShiftChangeRequest + - `[OpenShiftId ]`: key: id of openShift + - `[ResourceSpecificPermissionGrantId ]`: key: id of resourceSpecificPermissionGrant + - `[SchedulingGroupId ]`: key: id of schedulingGroup + - `[SharedWithChannelTeamInfoId ]`: key: id of sharedWithChannelTeamInfo + - `[ShiftId ]`: key: id of shift + - `[SwapShiftsChangeRequestId ]`: key: id of swapShiftsChangeRequest + - `[TeamId ]`: key: id of team + - `[TeamsAppDefinitionId ]`: key: id of teamsAppDefinition + - `[TeamsAppId ]`: key: id of teamsApp + - `[TeamsAppInstallationId ]`: key: id of teamsAppInstallation + - `[TeamsAsyncOperationId ]`: key: id of teamsAsyncOperation + - `[TeamsTabId ]`: key: id of teamsTab + - `[TeamworkDeviceId ]`: key: id of teamworkDevice + - `[TeamworkDeviceOperationId ]`: key: id of teamworkDeviceOperation + - `[TeamworkTagId ]`: key: id of teamworkTag + - `[TeamworkTagMemberId ]`: key: id of teamworkTagMember + - `[TenantId ]`: Usage: tenantId={tenantId} + - `[TimeCardId ]`: key: id of timeCard + - `[TimeOffId ]`: key: id of timeOff + - `[TimeOffReasonId ]`: key: id of timeOffReason + - `[TimeOffRequestId ]`: key: id of timeOffRequest + - `[UserId ]`: key: id of user + - `[UserId1 ]`: Usage: userId={userId} + - `[UserPrincipalName ]`: Usage: userPrincipalName={userPrincipalName} + - `[UserScopeTeamsAppInstallationId ]`: key: id of userScopeTeamsAppInstallation + - `[WorkforceIntegrationId ]`: key: id of workforceIntegration + +## RELATED LINKS + diff --git a/src/Teams/Teams/docs/v1.0-beta/Undo-MgTeamChannelMessageSoftDelete.md b/src/Teams/Teams/docs/v1.0-beta/Undo-MgTeamChannelMessageSoftDelete.md new file mode 100644 index 00000000000..341f85fc7ba --- /dev/null +++ b/src/Teams/Teams/docs/v1.0-beta/Undo-MgTeamChannelMessageSoftDelete.md @@ -0,0 +1,200 @@ +--- +external help file: +Module Name: Microsoft.Graph.Teams +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/undo-mgteamchannelmessagesoftdelete +schema: 2.0.0 +--- + +# Undo-MgTeamChannelMessageSoftDelete + +## SYNOPSIS +Invoke action undoSoftDelete + +## SYNTAX + +### Undo (Default) +``` +Undo-MgTeamChannelMessageSoftDelete -ChannelId -ChatMessageId -TeamId [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +### UndoViaIdentity +``` +Undo-MgTeamChannelMessageSoftDelete -InputObject [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Invoke action undoSoftDelete + +## EXAMPLES + +## PARAMETERS + +### -ChannelId +key: id of channel + +```yaml +Type: System.String +Parameter Sets: Undo +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ChatMessageId +key: id of chatMessage + +```yaml +Type: System.String +Parameter Sets: Undo +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ITeamsIdentity +Parameter Sets: UndoViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -TeamId +key: id of team + +```yaml +Type: System.String +Parameter Sets: Undo +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ITeamsIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +ALIASES + +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 : Identity Parameter + - `[AssociatedTeamInfoId ]`: key: id of associatedTeamInfo + - `[ChannelId ]`: key: id of channel + - `[ChatId ]`: key: id of chat + - `[ChatMessageHostedContentId ]`: key: id of chatMessageHostedContent + - `[ChatMessageId ]`: key: id of chatMessage + - `[ChatMessageId1 ]`: key: id of chatMessage + - `[ConversationMemberId ]`: key: id of conversationMember + - `[GroupId ]`: key: id of group + - `[OfferShiftRequestId ]`: key: id of offerShiftRequest + - `[OpenShiftChangeRequestId ]`: key: id of openShiftChangeRequest + - `[OpenShiftId ]`: key: id of openShift + - `[ResourceSpecificPermissionGrantId ]`: key: id of resourceSpecificPermissionGrant + - `[SchedulingGroupId ]`: key: id of schedulingGroup + - `[SharedWithChannelTeamInfoId ]`: key: id of sharedWithChannelTeamInfo + - `[ShiftId ]`: key: id of shift + - `[SwapShiftsChangeRequestId ]`: key: id of swapShiftsChangeRequest + - `[TeamId ]`: key: id of team + - `[TeamsAppDefinitionId ]`: key: id of teamsAppDefinition + - `[TeamsAppId ]`: key: id of teamsApp + - `[TeamsAppInstallationId ]`: key: id of teamsAppInstallation + - `[TeamsAsyncOperationId ]`: key: id of teamsAsyncOperation + - `[TeamsTabId ]`: key: id of teamsTab + - `[TeamworkDeviceId ]`: key: id of teamworkDevice + - `[TeamworkDeviceOperationId ]`: key: id of teamworkDeviceOperation + - `[TeamworkTagId ]`: key: id of teamworkTag + - `[TeamworkTagMemberId ]`: key: id of teamworkTagMember + - `[TenantId ]`: Usage: tenantId={tenantId} + - `[TimeCardId ]`: key: id of timeCard + - `[TimeOffId ]`: key: id of timeOff + - `[TimeOffReasonId ]`: key: id of timeOffReason + - `[TimeOffRequestId ]`: key: id of timeOffRequest + - `[UserId ]`: key: id of user + - `[UserId1 ]`: Usage: userId={userId} + - `[UserPrincipalName ]`: Usage: userPrincipalName={userPrincipalName} + - `[UserScopeTeamsAppInstallationId ]`: key: id of userScopeTeamsAppInstallation + - `[WorkforceIntegrationId ]`: key: id of workforceIntegration + +## RELATED LINKS + diff --git a/src/Teams/Teams/docs/v1.0-beta/Undo-MgTeamPrimaryChannelMessageReplySoftDelete.md b/src/Teams/Teams/docs/v1.0-beta/Undo-MgTeamPrimaryChannelMessageReplySoftDelete.md new file mode 100644 index 00000000000..48d091409c0 --- /dev/null +++ b/src/Teams/Teams/docs/v1.0-beta/Undo-MgTeamPrimaryChannelMessageReplySoftDelete.md @@ -0,0 +1,200 @@ +--- +external help file: +Module Name: Microsoft.Graph.Teams +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/undo-mgteamprimarychannelmessagereplysoftdelete +schema: 2.0.0 +--- + +# Undo-MgTeamPrimaryChannelMessageReplySoftDelete + +## SYNOPSIS +Invoke action undoSoftDelete + +## SYNTAX + +### Undo (Default) +``` +Undo-MgTeamPrimaryChannelMessageReplySoftDelete -ChatMessageId -ChatMessageId1 + -TeamId [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### UndoViaIdentity +``` +Undo-MgTeamPrimaryChannelMessageReplySoftDelete -InputObject [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Invoke action undoSoftDelete + +## EXAMPLES + +## PARAMETERS + +### -ChatMessageId +key: id of chatMessage + +```yaml +Type: System.String +Parameter Sets: Undo +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ChatMessageId1 +key: id of chatMessage + +```yaml +Type: System.String +Parameter Sets: Undo +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ITeamsIdentity +Parameter Sets: UndoViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -TeamId +key: id of team + +```yaml +Type: System.String +Parameter Sets: Undo +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ITeamsIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +ALIASES + +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 : Identity Parameter + - `[AssociatedTeamInfoId ]`: key: id of associatedTeamInfo + - `[ChannelId ]`: key: id of channel + - `[ChatId ]`: key: id of chat + - `[ChatMessageHostedContentId ]`: key: id of chatMessageHostedContent + - `[ChatMessageId ]`: key: id of chatMessage + - `[ChatMessageId1 ]`: key: id of chatMessage + - `[ConversationMemberId ]`: key: id of conversationMember + - `[GroupId ]`: key: id of group + - `[OfferShiftRequestId ]`: key: id of offerShiftRequest + - `[OpenShiftChangeRequestId ]`: key: id of openShiftChangeRequest + - `[OpenShiftId ]`: key: id of openShift + - `[ResourceSpecificPermissionGrantId ]`: key: id of resourceSpecificPermissionGrant + - `[SchedulingGroupId ]`: key: id of schedulingGroup + - `[SharedWithChannelTeamInfoId ]`: key: id of sharedWithChannelTeamInfo + - `[ShiftId ]`: key: id of shift + - `[SwapShiftsChangeRequestId ]`: key: id of swapShiftsChangeRequest + - `[TeamId ]`: key: id of team + - `[TeamsAppDefinitionId ]`: key: id of teamsAppDefinition + - `[TeamsAppId ]`: key: id of teamsApp + - `[TeamsAppInstallationId ]`: key: id of teamsAppInstallation + - `[TeamsAsyncOperationId ]`: key: id of teamsAsyncOperation + - `[TeamsTabId ]`: key: id of teamsTab + - `[TeamworkDeviceId ]`: key: id of teamworkDevice + - `[TeamworkDeviceOperationId ]`: key: id of teamworkDeviceOperation + - `[TeamworkTagId ]`: key: id of teamworkTag + - `[TeamworkTagMemberId ]`: key: id of teamworkTagMember + - `[TenantId ]`: Usage: tenantId={tenantId} + - `[TimeCardId ]`: key: id of timeCard + - `[TimeOffId ]`: key: id of timeOff + - `[TimeOffReasonId ]`: key: id of timeOffReason + - `[TimeOffRequestId ]`: key: id of timeOffRequest + - `[UserId ]`: key: id of user + - `[UserId1 ]`: Usage: userId={userId} + - `[UserPrincipalName ]`: Usage: userPrincipalName={userPrincipalName} + - `[UserScopeTeamsAppInstallationId ]`: key: id of userScopeTeamsAppInstallation + - `[WorkforceIntegrationId ]`: key: id of workforceIntegration + +## RELATED LINKS + diff --git a/src/Teams/Teams/docs/v1.0-beta/Undo-MgTeamPrimaryChannelMessageSoftDelete.md b/src/Teams/Teams/docs/v1.0-beta/Undo-MgTeamPrimaryChannelMessageSoftDelete.md new file mode 100644 index 00000000000..dd360c56feb --- /dev/null +++ b/src/Teams/Teams/docs/v1.0-beta/Undo-MgTeamPrimaryChannelMessageSoftDelete.md @@ -0,0 +1,185 @@ +--- +external help file: +Module Name: Microsoft.Graph.Teams +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams/undo-mgteamprimarychannelmessagesoftdelete +schema: 2.0.0 +--- + +# Undo-MgTeamPrimaryChannelMessageSoftDelete + +## SYNOPSIS +Invoke action undoSoftDelete + +## SYNTAX + +### Undo (Default) +``` +Undo-MgTeamPrimaryChannelMessageSoftDelete -ChatMessageId -TeamId [-PassThru] [-Confirm] + [-WhatIf] [] +``` + +### UndoViaIdentity +``` +Undo-MgTeamPrimaryChannelMessageSoftDelete -InputObject [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Invoke action undoSoftDelete + +## EXAMPLES + +## PARAMETERS + +### -ChatMessageId +key: id of chatMessage + +```yaml +Type: System.String +Parameter Sets: Undo +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -InputObject +Identity Parameter +To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.ITeamsIdentity +Parameter Sets: UndoViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -PassThru +Returns true when the command succeeds + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -TeamId +key: id of team + +```yaml +Type: System.String +Parameter Sets: Undo +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Confirm +Prompts you for confirmation before running the cmdlet. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: cf + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -WhatIf +Shows what would happen if the cmdlet runs. +The cmdlet is not run. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: (All) +Aliases: wi + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + +## INPUTS + +### Microsoft.Graph.PowerShell.Models.ITeamsIdentity + +## OUTPUTS + +### System.Boolean + +## NOTES + +ALIASES + +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 : Identity Parameter + - `[AssociatedTeamInfoId ]`: key: id of associatedTeamInfo + - `[ChannelId ]`: key: id of channel + - `[ChatId ]`: key: id of chat + - `[ChatMessageHostedContentId ]`: key: id of chatMessageHostedContent + - `[ChatMessageId ]`: key: id of chatMessage + - `[ChatMessageId1 ]`: key: id of chatMessage + - `[ConversationMemberId ]`: key: id of conversationMember + - `[GroupId ]`: key: id of group + - `[OfferShiftRequestId ]`: key: id of offerShiftRequest + - `[OpenShiftChangeRequestId ]`: key: id of openShiftChangeRequest + - `[OpenShiftId ]`: key: id of openShift + - `[ResourceSpecificPermissionGrantId ]`: key: id of resourceSpecificPermissionGrant + - `[SchedulingGroupId ]`: key: id of schedulingGroup + - `[SharedWithChannelTeamInfoId ]`: key: id of sharedWithChannelTeamInfo + - `[ShiftId ]`: key: id of shift + - `[SwapShiftsChangeRequestId ]`: key: id of swapShiftsChangeRequest + - `[TeamId ]`: key: id of team + - `[TeamsAppDefinitionId ]`: key: id of teamsAppDefinition + - `[TeamsAppId ]`: key: id of teamsApp + - `[TeamsAppInstallationId ]`: key: id of teamsAppInstallation + - `[TeamsAsyncOperationId ]`: key: id of teamsAsyncOperation + - `[TeamsTabId ]`: key: id of teamsTab + - `[TeamworkDeviceId ]`: key: id of teamworkDevice + - `[TeamworkDeviceOperationId ]`: key: id of teamworkDeviceOperation + - `[TeamworkTagId ]`: key: id of teamworkTag + - `[TeamworkTagMemberId ]`: key: id of teamworkTagMember + - `[TenantId ]`: Usage: tenantId={tenantId} + - `[TimeCardId ]`: key: id of timeCard + - `[TimeOffId ]`: key: id of timeOff + - `[TimeOffReasonId ]`: key: id of timeOffReason + - `[TimeOffRequestId ]`: key: id of timeOffRequest + - `[UserId ]`: key: id of user + - `[UserId1 ]`: Usage: userId={userId} + - `[UserPrincipalName ]`: Usage: userPrincipalName={userPrincipalName} + - `[UserScopeTeamsAppInstallationId ]`: key: id of userScopeTeamsAppInstallation + - `[WorkforceIntegrationId ]`: key: id of workforceIntegration + +## RELATED LINKS + diff --git a/src/Teams/Teams/docs/v1.0-beta/Update-MgGroupTeam.md b/src/Teams/Teams/docs/v1.0-beta/Update-MgGroupTeam.md index aabe33ed4ff..90c2c2f197a 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Update-MgGroupTeam.md +++ b/src/Teams/Teams/docs/v1.0-beta/Update-MgGroupTeam.md @@ -827,7 +827,7 @@ ALLCHANNELS : . - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -848,10 +848,10 @@ ALLCHANNELS : . - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -860,9 +860,9 @@ ALLCHANNELS : . - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -960,18 +960,18 @@ ALLCHANNELS : . - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -979,7 +979,7 @@ ALLCHANNELS : . - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -988,7 +988,7 @@ ALLCHANNELS : . - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1570,7 +1570,7 @@ ALLCHANNELS : . - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1585,7 +1585,7 @@ ALLCHANNELS : . - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -1810,7 +1810,7 @@ ALLCHANNELS : . - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1829,7 +1829,7 @@ ALLCHANNELS : . - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -1861,7 +1861,7 @@ ALLCHANNELS : . - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -1921,7 +1921,7 @@ ALLCHANNELS : . - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -1929,7 +1929,7 @@ ALLCHANNELS : . - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -2055,7 +2055,7 @@ ALLCHANNELS : . - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -2265,7 +2265,7 @@ ALLCHANNELS : . - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -3720,6 +3720,247 @@ ALLCHANNELS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4277,7 +4518,7 @@ ALLCHANNELS : . - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -4333,7 +4574,7 @@ ALLCHANNELS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -4352,7 +4593,7 @@ ALLCHANNELS : . - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -4416,7 +4657,7 @@ ALLCHANNELS : . - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -4438,7 +4679,7 @@ ALLCHANNELS : . - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -4810,7 +5051,7 @@ BODYPARAMETER : team - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -4831,10 +5072,10 @@ BODYPARAMETER : team - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4843,9 +5084,9 @@ BODYPARAMETER : team - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4943,18 +5184,18 @@ BODYPARAMETER : team - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4962,7 +5203,7 @@ BODYPARAMETER : team - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4971,7 +5212,7 @@ BODYPARAMETER : team - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5553,7 +5794,7 @@ BODYPARAMETER : team - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -5568,7 +5809,7 @@ BODYPARAMETER : team - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -5793,7 +6034,7 @@ BODYPARAMETER : team - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5812,7 +6053,7 @@ BODYPARAMETER : team - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -5844,7 +6085,7 @@ BODYPARAMETER : team - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -5904,7 +6145,7 @@ BODYPARAMETER : team - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -5912,7 +6153,7 @@ BODYPARAMETER : team - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -6038,7 +6279,7 @@ BODYPARAMETER : team - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -6248,7 +6489,7 @@ BODYPARAMETER : team - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -7441,6 +7682,247 @@ BODYPARAMETER : team - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8002,7 +8484,7 @@ BODYPARAMETER : team - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -8058,7 +8540,7 @@ BODYPARAMETER : team - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -8077,7 +8559,7 @@ BODYPARAMETER : team - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -8141,7 +8623,7 @@ BODYPARAMETER : team - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -8163,7 +8645,7 @@ BODYPARAMETER : team - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -8787,7 +9269,7 @@ CHANNELS : The collection of channels and messages ass - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -8808,10 +9290,10 @@ CHANNELS : The collection of channels and messages ass - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8820,9 +9302,9 @@ CHANNELS : The collection of channels and messages ass - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8920,18 +9402,18 @@ CHANNELS : The collection of channels and messages ass - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8939,7 +9421,7 @@ CHANNELS : The collection of channels and messages ass - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8948,7 +9430,7 @@ CHANNELS : The collection of channels and messages ass - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9530,7 +10012,7 @@ CHANNELS : The collection of channels and messages ass - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -9545,7 +10027,7 @@ CHANNELS : The collection of channels and messages ass - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -9770,7 +10252,7 @@ CHANNELS : The collection of channels and messages ass - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -9789,7 +10271,7 @@ CHANNELS : The collection of channels and messages ass - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -9821,7 +10303,7 @@ CHANNELS : The collection of channels and messages ass - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -9881,7 +10363,7 @@ CHANNELS : The collection of channels and messages ass - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -9889,7 +10371,7 @@ CHANNELS : The collection of channels and messages ass - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -10015,7 +10497,7 @@ CHANNELS : The collection of channels and messages ass - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -10225,7 +10707,7 @@ CHANNELS : The collection of channels and messages ass - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -11680,6 +12162,247 @@ CHANNELS : The collection of channels and messages ass - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -12237,7 +12960,7 @@ CHANNELS : The collection of channels and messages ass - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -12293,7 +13016,7 @@ CHANNELS : The collection of channels and messages ass - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -12312,7 +13035,7 @@ CHANNELS : The collection of channels and messages ass - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -12376,7 +13099,7 @@ CHANNELS : The collection of channels and messages ass - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -12398,7 +13121,7 @@ CHANNELS : The collection of channels and messages ass - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -12668,7 +13391,7 @@ GROUP : group - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -13012,7 +13735,7 @@ GROUP : group - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Approvals ]`: - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). @@ -13023,10 +13746,10 @@ GROUP : group - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13035,9 +13758,9 @@ GROUP : group - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13132,18 +13855,18 @@ GROUP : group - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -13151,7 +13874,7 @@ GROUP : group - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -13160,7 +13883,7 @@ GROUP : group - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13558,7 +14281,7 @@ GROUP : group - `[SiteId ]`: For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated. - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -13626,7 +14349,7 @@ GROUP : group - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -13641,7 +14364,7 @@ GROUP : group - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The id of the content type. @@ -13668,7 +14391,7 @@ GROUP : group - `[LastRecordedDateTime ]`: - `[ObservedDateTime ]`: When the activity was observed to take place. - `[RecordedDateTime ]`: When the observation was recorded on the service. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -13724,7 +14447,7 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -13747,7 +14470,7 @@ GROUP : group - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -13847,7 +14570,7 @@ GROUP : group - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -13885,7 +14608,7 @@ GROUP : group - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -14277,7 +15000,7 @@ GROUP : group - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -14299,7 +15022,7 @@ GROUP : group - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -14330,7 +15053,7 @@ GROUP : group - `[ContentTypes ]`: The collection of content types present in this list. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -14362,7 +15085,7 @@ GROUP : group - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[System ]`: systemFacet - `[(Any) ]`: This indicates any property can be added to this object. - `[Onenote ]`: onenote @@ -14477,7 +15200,7 @@ GROUP : group - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings - `[(Any) ]`: This indicates any property can be added to this object. @@ -15974,6 +16697,247 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -16762,7 +17726,7 @@ INCOMINGCHANNELS : . - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -16783,10 +17747,10 @@ INCOMINGCHANNELS : . - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -16795,9 +17759,9 @@ INCOMINGCHANNELS : . - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -16895,18 +17859,18 @@ INCOMINGCHANNELS : . - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -16914,7 +17878,7 @@ INCOMINGCHANNELS : . - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -16923,7 +17887,7 @@ INCOMINGCHANNELS : . - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -17505,7 +18469,7 @@ INCOMINGCHANNELS : . - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -17520,7 +18484,7 @@ INCOMINGCHANNELS : . - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -17745,7 +18709,7 @@ INCOMINGCHANNELS : . - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -17764,7 +18728,7 @@ INCOMINGCHANNELS : . - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -17796,7 +18760,7 @@ INCOMINGCHANNELS : . - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -17856,7 +18820,7 @@ INCOMINGCHANNELS : . - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -17864,7 +18828,7 @@ INCOMINGCHANNELS : . - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -17990,7 +18954,7 @@ INCOMINGCHANNELS : . - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -18200,7 +19164,7 @@ INCOMINGCHANNELS : . - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -19655,6 +20619,247 @@ INCOMINGCHANNELS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -20212,7 +21417,7 @@ INCOMINGCHANNELS : . - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -20268,7 +21473,7 @@ INCOMINGCHANNELS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -20287,7 +21492,7 @@ INCOMINGCHANNELS : . - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -20351,7 +21556,7 @@ INCOMINGCHANNELS : . - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -20373,7 +21578,7 @@ INCOMINGCHANNELS : . - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -20849,7 +22054,7 @@ OWNERS : The list of this team's owners. Currently, when - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -20870,10 +22075,10 @@ OWNERS : The list of this team's owners. Currently, when - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -20882,9 +22087,9 @@ OWNERS : The list of this team's owners. Currently, when - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -20982,18 +22187,18 @@ OWNERS : The list of this team's owners. Currently, when - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -21001,7 +22206,7 @@ OWNERS : The list of this team's owners. Currently, when - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -21010,7 +22215,7 @@ OWNERS : The list of this team's owners. Currently, when - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -21606,7 +22811,7 @@ OWNERS : The list of this team's owners. Currently, when - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -21693,7 +22898,7 @@ OWNERS : The list of this team's owners. Currently, when - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -21708,7 +22913,7 @@ OWNERS : The list of this team's owners. Currently, when - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The id of the content type. @@ -21750,7 +22955,7 @@ OWNERS : The list of this team's owners. Currently, when - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -21850,7 +23055,7 @@ OWNERS : The list of this team's owners. Currently, when - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -21888,7 +23093,7 @@ OWNERS : The list of this team's owners. Currently, when - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -22117,7 +23322,7 @@ OWNERS : The list of this team's owners. Currently, when - `[Status ]`: workbookOperationStatus - `[Tables ]`: Represents a collection of tables associated with the workbook. Read-only. - `[Worksheets ]`: Represents a collection of worksheets associated with the workbook. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Times ]`: itemActivityTimeSet - `[(Any) ]`: This indicates any property can be added to this object. - `[LastRecordedDateTime ]`: @@ -22292,7 +23497,7 @@ OWNERS : The list of this team's owners. Currently, when - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -22311,7 +23516,7 @@ OWNERS : The list of this team's owners. Currently, when - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -22343,7 +23548,7 @@ OWNERS : The list of this team's owners. Currently, when - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[System ]`: systemFacet - `[(Any) ]`: This indicates any property can be added to this object. - `[Owner ]`: identitySet @@ -22387,7 +23592,7 @@ OWNERS : The list of this team's owners. Currently, when - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -22395,7 +23600,7 @@ OWNERS : The list of this team's owners. Currently, when - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -22521,7 +23726,7 @@ OWNERS : The list of this team's owners. Currently, when - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings - `[(Any) ]`: This indicates any property can be added to this object. @@ -22695,7 +23900,7 @@ OWNERS : The list of this team's owners. Currently, when - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -24172,6 +25377,247 @@ OWNERS : The list of this team's owners. Currently, when - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -24854,7 +26300,7 @@ PRIMARYCHANNEL : channel - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -24875,10 +26321,10 @@ PRIMARYCHANNEL : channel - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -24887,9 +26333,9 @@ PRIMARYCHANNEL : channel - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -24987,18 +26433,18 @@ PRIMARYCHANNEL : channel - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -25006,7 +26452,7 @@ PRIMARYCHANNEL : channel - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -25015,7 +26461,7 @@ PRIMARYCHANNEL : channel - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -25597,7 +27043,7 @@ PRIMARYCHANNEL : channel - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -25612,7 +27058,7 @@ PRIMARYCHANNEL : channel - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -25837,7 +27283,7 @@ PRIMARYCHANNEL : channel - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -25856,7 +27302,7 @@ PRIMARYCHANNEL : channel - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -25888,7 +27334,7 @@ PRIMARYCHANNEL : channel - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -25948,7 +27394,7 @@ PRIMARYCHANNEL : channel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -25956,7 +27402,7 @@ PRIMARYCHANNEL : channel - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -26082,7 +27528,7 @@ PRIMARYCHANNEL : channel - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -26292,7 +27738,7 @@ PRIMARYCHANNEL : channel - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -27747,6 +29193,247 @@ PRIMARYCHANNEL : channel - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -28304,7 +29991,7 @@ PRIMARYCHANNEL : channel - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -28360,7 +30047,7 @@ PRIMARYCHANNEL : channel - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -28379,7 +30066,7 @@ PRIMARYCHANNEL : channel - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -28443,7 +30130,7 @@ PRIMARYCHANNEL : channel - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -28465,7 +30152,7 @@ PRIMARYCHANNEL : channel - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication diff --git a/src/Teams/Teams/docs/v1.0-beta/Update-MgTeam.md b/src/Teams/Teams/docs/v1.0-beta/Update-MgTeam.md index 9efc3361226..ce63cfac0fd 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Update-MgTeam.md +++ b/src/Teams/Teams/docs/v1.0-beta/Update-MgTeam.md @@ -826,7 +826,7 @@ ALLCHANNELS : . - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -847,10 +847,10 @@ ALLCHANNELS : . - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -859,9 +859,9 @@ ALLCHANNELS : . - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -959,18 +959,18 @@ ALLCHANNELS : . - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -978,7 +978,7 @@ ALLCHANNELS : . - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -987,7 +987,7 @@ ALLCHANNELS : . - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1569,7 +1569,7 @@ ALLCHANNELS : . - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1584,7 +1584,7 @@ ALLCHANNELS : . - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -1809,7 +1809,7 @@ ALLCHANNELS : . - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1828,7 +1828,7 @@ ALLCHANNELS : . - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -1860,7 +1860,7 @@ ALLCHANNELS : . - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -1920,7 +1920,7 @@ ALLCHANNELS : . - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -1928,7 +1928,7 @@ ALLCHANNELS : . - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -2054,7 +2054,7 @@ ALLCHANNELS : . - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -2264,7 +2264,7 @@ ALLCHANNELS : . - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -3719,6 +3719,247 @@ ALLCHANNELS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4276,7 +4517,7 @@ ALLCHANNELS : . - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -4332,7 +4573,7 @@ ALLCHANNELS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -4351,7 +4592,7 @@ ALLCHANNELS : . - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -4415,7 +4656,7 @@ ALLCHANNELS : . - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -4437,7 +4678,7 @@ ALLCHANNELS : . - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -4809,7 +5050,7 @@ BODYPARAMETER : team - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -4830,10 +5071,10 @@ BODYPARAMETER : team - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4842,9 +5083,9 @@ BODYPARAMETER : team - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4942,18 +5183,18 @@ BODYPARAMETER : team - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4961,7 +5202,7 @@ BODYPARAMETER : team - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4970,7 +5211,7 @@ BODYPARAMETER : team - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5552,7 +5793,7 @@ BODYPARAMETER : team - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -5567,7 +5808,7 @@ BODYPARAMETER : team - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -5792,7 +6033,7 @@ BODYPARAMETER : team - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5811,7 +6052,7 @@ BODYPARAMETER : team - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -5843,7 +6084,7 @@ BODYPARAMETER : team - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -5903,7 +6144,7 @@ BODYPARAMETER : team - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -5911,7 +6152,7 @@ BODYPARAMETER : team - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -6037,7 +6278,7 @@ BODYPARAMETER : team - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -6247,7 +6488,7 @@ BODYPARAMETER : team - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -7440,6 +7681,247 @@ BODYPARAMETER : team - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8001,7 +8483,7 @@ BODYPARAMETER : team - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -8057,7 +8539,7 @@ BODYPARAMETER : team - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -8076,7 +8558,7 @@ BODYPARAMETER : team - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -8140,7 +8622,7 @@ BODYPARAMETER : team - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -8162,7 +8644,7 @@ BODYPARAMETER : team - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -8786,7 +9268,7 @@ CHANNELS : The collection of channels and messages ass - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -8807,10 +9289,10 @@ CHANNELS : The collection of channels and messages ass - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8819,9 +9301,9 @@ CHANNELS : The collection of channels and messages ass - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8919,18 +9401,18 @@ CHANNELS : The collection of channels and messages ass - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8938,7 +9420,7 @@ CHANNELS : The collection of channels and messages ass - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8947,7 +9429,7 @@ CHANNELS : The collection of channels and messages ass - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9529,7 +10011,7 @@ CHANNELS : The collection of channels and messages ass - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -9544,7 +10026,7 @@ CHANNELS : The collection of channels and messages ass - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -9769,7 +10251,7 @@ CHANNELS : The collection of channels and messages ass - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -9788,7 +10270,7 @@ CHANNELS : The collection of channels and messages ass - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -9820,7 +10302,7 @@ CHANNELS : The collection of channels and messages ass - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -9880,7 +10362,7 @@ CHANNELS : The collection of channels and messages ass - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -9888,7 +10370,7 @@ CHANNELS : The collection of channels and messages ass - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -10014,7 +10496,7 @@ CHANNELS : The collection of channels and messages ass - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -10224,7 +10706,7 @@ CHANNELS : The collection of channels and messages ass - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -11679,6 +12161,247 @@ CHANNELS : The collection of channels and messages ass - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -12236,7 +12959,7 @@ CHANNELS : The collection of channels and messages ass - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -12292,7 +13015,7 @@ CHANNELS : The collection of channels and messages ass - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -12311,7 +13034,7 @@ CHANNELS : The collection of channels and messages ass - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -12375,7 +13098,7 @@ CHANNELS : The collection of channels and messages ass - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -12397,7 +13120,7 @@ CHANNELS : The collection of channels and messages ass - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -12667,7 +13390,7 @@ GROUP : group - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -13011,7 +13734,7 @@ GROUP : group - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Approvals ]`: - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). @@ -13022,10 +13745,10 @@ GROUP : group - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -13034,9 +13757,9 @@ GROUP : group - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -13131,18 +13854,18 @@ GROUP : group - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -13150,7 +13873,7 @@ GROUP : group - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -13159,7 +13882,7 @@ GROUP : group - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13557,7 +14280,7 @@ GROUP : group - `[SiteId ]`: For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated. - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -13625,7 +14348,7 @@ GROUP : group - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -13640,7 +14363,7 @@ GROUP : group - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The id of the content type. @@ -13667,7 +14390,7 @@ GROUP : group - `[LastRecordedDateTime ]`: - `[ObservedDateTime ]`: When the activity was observed to take place. - `[RecordedDateTime ]`: When the observation was recorded on the service. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -13723,7 +14446,7 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -13746,7 +14469,7 @@ GROUP : group - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -13846,7 +14569,7 @@ GROUP : group - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -13884,7 +14607,7 @@ GROUP : group - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -14276,7 +14999,7 @@ GROUP : group - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -14298,7 +15021,7 @@ GROUP : group - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -14329,7 +15052,7 @@ GROUP : group - `[ContentTypes ]`: The collection of content types present in this list. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -14361,7 +15084,7 @@ GROUP : group - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[System ]`: systemFacet - `[(Any) ]`: This indicates any property can be added to this object. - `[Onenote ]`: onenote @@ -14476,7 +15199,7 @@ GROUP : group - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings - `[(Any) ]`: This indicates any property can be added to this object. @@ -15973,6 +16696,247 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -16761,7 +17725,7 @@ INCOMINGCHANNELS : . - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -16782,10 +17746,10 @@ INCOMINGCHANNELS : . - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -16794,9 +17758,9 @@ INCOMINGCHANNELS : . - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -16894,18 +17858,18 @@ INCOMINGCHANNELS : . - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -16913,7 +17877,7 @@ INCOMINGCHANNELS : . - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -16922,7 +17886,7 @@ INCOMINGCHANNELS : . - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -17504,7 +18468,7 @@ INCOMINGCHANNELS : . - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -17519,7 +18483,7 @@ INCOMINGCHANNELS : . - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -17744,7 +18708,7 @@ INCOMINGCHANNELS : . - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -17763,7 +18727,7 @@ INCOMINGCHANNELS : . - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -17795,7 +18759,7 @@ INCOMINGCHANNELS : . - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -17855,7 +18819,7 @@ INCOMINGCHANNELS : . - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -17863,7 +18827,7 @@ INCOMINGCHANNELS : . - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -17989,7 +18953,7 @@ INCOMINGCHANNELS : . - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -18199,7 +19163,7 @@ INCOMINGCHANNELS : . - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -19654,6 +20618,247 @@ INCOMINGCHANNELS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -20211,7 +21416,7 @@ INCOMINGCHANNELS : . - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -20267,7 +21472,7 @@ INCOMINGCHANNELS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -20286,7 +21491,7 @@ INCOMINGCHANNELS : . - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -20350,7 +21555,7 @@ INCOMINGCHANNELS : . - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -20372,7 +21577,7 @@ INCOMINGCHANNELS : . - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -20848,7 +22053,7 @@ OWNERS : The list of this team's owners. Currently, when - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -20869,10 +22074,10 @@ OWNERS : The list of this team's owners. Currently, when - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -20881,9 +22086,9 @@ OWNERS : The list of this team's owners. Currently, when - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -20981,18 +22186,18 @@ OWNERS : The list of this team's owners. Currently, when - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -21000,7 +22205,7 @@ OWNERS : The list of this team's owners. Currently, when - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -21009,7 +22214,7 @@ OWNERS : The list of this team's owners. Currently, when - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -21605,7 +22810,7 @@ OWNERS : The list of this team's owners. Currently, when - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -21692,7 +22897,7 @@ OWNERS : The list of this team's owners. Currently, when - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -21707,7 +22912,7 @@ OWNERS : The list of this team's owners. Currently, when - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The id of the content type. @@ -21749,7 +22954,7 @@ OWNERS : The list of this team's owners. Currently, when - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -21849,7 +23054,7 @@ OWNERS : The list of this team's owners. Currently, when - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -21887,7 +23092,7 @@ OWNERS : The list of this team's owners. Currently, when - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -22116,7 +23321,7 @@ OWNERS : The list of this team's owners. Currently, when - `[Status ]`: workbookOperationStatus - `[Tables ]`: Represents a collection of tables associated with the workbook. Read-only. - `[Worksheets ]`: Represents a collection of worksheets associated with the workbook. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Times ]`: itemActivityTimeSet - `[(Any) ]`: This indicates any property can be added to this object. - `[LastRecordedDateTime ]`: @@ -22291,7 +23496,7 @@ OWNERS : The list of this team's owners. Currently, when - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -22310,7 +23515,7 @@ OWNERS : The list of this team's owners. Currently, when - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -22342,7 +23547,7 @@ OWNERS : The list of this team's owners. Currently, when - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[System ]`: systemFacet - `[(Any) ]`: This indicates any property can be added to this object. - `[Owner ]`: identitySet @@ -22386,7 +23591,7 @@ OWNERS : The list of this team's owners. Currently, when - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -22394,7 +23599,7 @@ OWNERS : The list of this team's owners. Currently, when - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -22520,7 +23725,7 @@ OWNERS : The list of this team's owners. Currently, when - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[Settings ]`: siteSettings - `[(Any) ]`: This indicates any property can be added to this object. @@ -22694,7 +23899,7 @@ OWNERS : The list of this team's owners. Currently, when - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -24171,6 +25376,247 @@ OWNERS : The list of this team's owners. Currently, when - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -24853,7 +26299,7 @@ PRIMARYCHANNEL : channel - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -24874,10 +26320,10 @@ PRIMARYCHANNEL : channel - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -24886,9 +26332,9 @@ PRIMARYCHANNEL : channel - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -24986,18 +26432,18 @@ PRIMARYCHANNEL : channel - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -25005,7 +26451,7 @@ PRIMARYCHANNEL : channel - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -25014,7 +26460,7 @@ PRIMARYCHANNEL : channel - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -25596,7 +27042,7 @@ PRIMARYCHANNEL : channel - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -25611,7 +27057,7 @@ PRIMARYCHANNEL : channel - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -25836,7 +27282,7 @@ PRIMARYCHANNEL : channel - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -25855,7 +27301,7 @@ PRIMARYCHANNEL : channel - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -25887,7 +27333,7 @@ PRIMARYCHANNEL : channel - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -25947,7 +27393,7 @@ PRIMARYCHANNEL : channel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -25955,7 +27401,7 @@ PRIMARYCHANNEL : channel - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -26081,7 +27527,7 @@ PRIMARYCHANNEL : channel - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -26291,7 +27737,7 @@ PRIMARYCHANNEL : channel - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -27746,6 +29192,247 @@ PRIMARYCHANNEL : channel - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -28303,7 +29990,7 @@ PRIMARYCHANNEL : channel - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -28359,7 +30046,7 @@ PRIMARYCHANNEL : channel - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -28378,7 +30065,7 @@ PRIMARYCHANNEL : channel - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -28442,7 +30129,7 @@ PRIMARYCHANNEL : channel - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -28464,7 +30151,7 @@ PRIMARYCHANNEL : channel - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication diff --git a/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamChannel.md b/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamChannel.md index 400e09b7b43..70fe5e0fadf 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamChannel.md +++ b/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamChannel.md @@ -559,7 +559,7 @@ BODYPARAMETER : channel - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -580,10 +580,10 @@ BODYPARAMETER : channel - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -592,9 +592,9 @@ BODYPARAMETER : channel - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -692,18 +692,18 @@ BODYPARAMETER : channel - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -711,7 +711,7 @@ BODYPARAMETER : channel - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -720,7 +720,7 @@ BODYPARAMETER : channel - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1302,7 +1302,7 @@ BODYPARAMETER : channel - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1317,7 +1317,7 @@ BODYPARAMETER : channel - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -1542,7 +1542,7 @@ BODYPARAMETER : channel - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1561,7 +1561,7 @@ BODYPARAMETER : channel - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -1593,7 +1593,7 @@ BODYPARAMETER : channel - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -1653,7 +1653,7 @@ BODYPARAMETER : channel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -1661,7 +1661,7 @@ BODYPARAMETER : channel - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1787,7 +1787,7 @@ BODYPARAMETER : channel - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -1997,7 +1997,7 @@ BODYPARAMETER : channel - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -3452,6 +3452,247 @@ BODYPARAMETER : channel - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -4009,7 +4250,7 @@ BODYPARAMETER : channel - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -4065,7 +4306,7 @@ BODYPARAMETER : channel - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -4084,7 +4325,7 @@ BODYPARAMETER : channel - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -4148,7 +4389,7 @@ BODYPARAMETER : channel - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -4170,7 +4411,7 @@ BODYPARAMETER : channel - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -4533,7 +4774,7 @@ FILESFOLDER : driveItem - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -4554,10 +4795,10 @@ FILESFOLDER : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4566,9 +4807,9 @@ FILESFOLDER : driveItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4666,18 +4907,18 @@ FILESFOLDER : driveItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4685,7 +4926,7 @@ FILESFOLDER : driveItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4694,7 +4935,7 @@ FILESFOLDER : driveItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5276,7 +5517,7 @@ FILESFOLDER : driveItem - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -5291,7 +5532,7 @@ FILESFOLDER : driveItem - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -5516,7 +5757,7 @@ FILESFOLDER : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5535,7 +5776,7 @@ FILESFOLDER : driveItem - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -5567,7 +5808,7 @@ FILESFOLDER : driveItem - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -5627,7 +5868,7 @@ FILESFOLDER : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -5635,7 +5876,7 @@ FILESFOLDER : driveItem - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -5761,7 +6002,7 @@ FILESFOLDER : driveItem - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -5971,7 +6212,7 @@ FILESFOLDER : driveItem - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -7452,6 +7693,247 @@ FILESFOLDER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8009,7 +8491,7 @@ FILESFOLDER : driveItem - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -8065,7 +8547,7 @@ FILESFOLDER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -8084,7 +8566,7 @@ FILESFOLDER : driveItem - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -8148,7 +8630,7 @@ FILESFOLDER : driveItem - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -8170,7 +8652,7 @@ FILESFOLDER : driveItem - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -8658,7 +9140,7 @@ SHAREDWITHTEAMS : . - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -8679,10 +9161,10 @@ SHAREDWITHTEAMS : . - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8691,9 +9173,9 @@ SHAREDWITHTEAMS : . - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8791,18 +9273,18 @@ SHAREDWITHTEAMS : . - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8810,7 +9292,7 @@ SHAREDWITHTEAMS : . - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8819,7 +9301,7 @@ SHAREDWITHTEAMS : . - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9401,7 +9883,7 @@ SHAREDWITHTEAMS : . - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -9416,7 +9898,7 @@ SHAREDWITHTEAMS : . - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -9641,7 +10123,7 @@ SHAREDWITHTEAMS : . - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -9660,7 +10142,7 @@ SHAREDWITHTEAMS : . - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -9692,7 +10174,7 @@ SHAREDWITHTEAMS : . - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -9752,7 +10234,7 @@ SHAREDWITHTEAMS : . - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -9760,7 +10242,7 @@ SHAREDWITHTEAMS : . - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -9886,7 +10368,7 @@ SHAREDWITHTEAMS : . - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -10096,7 +10578,7 @@ SHAREDWITHTEAMS : . - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -11289,6 +11771,247 @@ SHAREDWITHTEAMS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -11850,7 +12573,7 @@ SHAREDWITHTEAMS : . - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -11906,7 +12629,7 @@ SHAREDWITHTEAMS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -11925,7 +12648,7 @@ SHAREDWITHTEAMS : . - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -11989,7 +12712,7 @@ SHAREDWITHTEAMS : . - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -12011,7 +12734,7 @@ SHAREDWITHTEAMS : . - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication diff --git a/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamChannelShared.md b/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamChannelShared.md index 0a4c6c32e44..f442788710e 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamChannelShared.md +++ b/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamChannelShared.md @@ -431,7 +431,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -452,10 +452,10 @@ BODYPARAMETER : sharedWithChannelTeamI - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -464,9 +464,9 @@ BODYPARAMETER : sharedWithChannelTeamI - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -564,18 +564,18 @@ BODYPARAMETER : sharedWithChannelTeamI - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -583,7 +583,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -592,7 +592,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1174,7 +1174,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1189,7 +1189,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -1414,7 +1414,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1433,7 +1433,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -1465,7 +1465,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -1525,7 +1525,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -1533,7 +1533,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1659,7 +1659,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -1869,7 +1869,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -3062,6 +3062,247 @@ BODYPARAMETER : sharedWithChannelTeamI - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -3623,7 +3864,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -3679,7 +3920,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -3698,7 +3939,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -3762,7 +4003,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -3784,7 +4025,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -4447,7 +4688,7 @@ TEAM : team - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -4468,10 +4709,10 @@ TEAM : team - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4480,9 +4721,9 @@ TEAM : team - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4580,18 +4821,18 @@ TEAM : team - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4599,7 +4840,7 @@ TEAM : team - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4608,7 +4849,7 @@ TEAM : team - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5190,7 +5431,7 @@ TEAM : team - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -5205,7 +5446,7 @@ TEAM : team - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -5430,7 +5671,7 @@ TEAM : team - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5449,7 +5690,7 @@ TEAM : team - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -5481,7 +5722,7 @@ TEAM : team - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -5541,7 +5782,7 @@ TEAM : team - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -5549,7 +5790,7 @@ TEAM : team - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -5675,7 +5916,7 @@ TEAM : team - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -5885,7 +6126,7 @@ TEAM : team - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -7078,6 +7319,247 @@ TEAM : team - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -7639,7 +8121,7 @@ TEAM : team - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -7695,7 +8177,7 @@ TEAM : team - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -7714,7 +8196,7 @@ TEAM : team - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -7778,7 +8260,7 @@ TEAM : team - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -7800,7 +8282,7 @@ TEAM : team - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication diff --git a/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamPrimaryChannel.md b/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamPrimaryChannel.md index df30bed7f86..2d7d6daa76c 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamPrimaryChannel.md +++ b/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamPrimaryChannel.md @@ -544,7 +544,7 @@ BODYPARAMETER : channel - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -565,10 +565,10 @@ BODYPARAMETER : channel - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -577,9 +577,9 @@ BODYPARAMETER : channel - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -677,18 +677,18 @@ BODYPARAMETER : channel - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -696,7 +696,7 @@ BODYPARAMETER : channel - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -705,7 +705,7 @@ BODYPARAMETER : channel - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1287,7 +1287,7 @@ BODYPARAMETER : channel - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1302,7 +1302,7 @@ BODYPARAMETER : channel - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -1527,7 +1527,7 @@ BODYPARAMETER : channel - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1546,7 +1546,7 @@ BODYPARAMETER : channel - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -1578,7 +1578,7 @@ BODYPARAMETER : channel - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -1638,7 +1638,7 @@ BODYPARAMETER : channel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -1646,7 +1646,7 @@ BODYPARAMETER : channel - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1772,7 +1772,7 @@ BODYPARAMETER : channel - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -1982,7 +1982,7 @@ BODYPARAMETER : channel - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -3437,6 +3437,247 @@ BODYPARAMETER : channel - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -3994,7 +4235,7 @@ BODYPARAMETER : channel - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -4050,7 +4291,7 @@ BODYPARAMETER : channel - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -4069,7 +4310,7 @@ BODYPARAMETER : channel - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -4133,7 +4374,7 @@ BODYPARAMETER : channel - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -4155,7 +4396,7 @@ BODYPARAMETER : channel - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -4518,7 +4759,7 @@ FILESFOLDER : driveItem - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -4539,10 +4780,10 @@ FILESFOLDER : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4551,9 +4792,9 @@ FILESFOLDER : driveItem - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4651,18 +4892,18 @@ FILESFOLDER : driveItem - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4670,7 +4911,7 @@ FILESFOLDER : driveItem - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4679,7 +4920,7 @@ FILESFOLDER : driveItem - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5261,7 +5502,7 @@ FILESFOLDER : driveItem - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -5276,7 +5517,7 @@ FILESFOLDER : driveItem - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -5501,7 +5742,7 @@ FILESFOLDER : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5520,7 +5761,7 @@ FILESFOLDER : driveItem - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -5552,7 +5793,7 @@ FILESFOLDER : driveItem - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -5612,7 +5853,7 @@ FILESFOLDER : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -5620,7 +5861,7 @@ FILESFOLDER : driveItem - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -5746,7 +5987,7 @@ FILESFOLDER : driveItem - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -5956,7 +6197,7 @@ FILESFOLDER : driveItem - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -7437,6 +7678,247 @@ FILESFOLDER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -7994,7 +8476,7 @@ FILESFOLDER : driveItem - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -8050,7 +8532,7 @@ FILESFOLDER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -8069,7 +8551,7 @@ FILESFOLDER : driveItem - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -8133,7 +8615,7 @@ FILESFOLDER : driveItem - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -8155,7 +8637,7 @@ FILESFOLDER : driveItem - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -8643,7 +9125,7 @@ SHAREDWITHTEAMS : . - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -8664,10 +9146,10 @@ SHAREDWITHTEAMS : . - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8676,9 +9158,9 @@ SHAREDWITHTEAMS : . - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8776,18 +9258,18 @@ SHAREDWITHTEAMS : . - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8795,7 +9277,7 @@ SHAREDWITHTEAMS : . - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8804,7 +9286,7 @@ SHAREDWITHTEAMS : . - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9386,7 +9868,7 @@ SHAREDWITHTEAMS : . - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -9401,7 +9883,7 @@ SHAREDWITHTEAMS : . - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -9626,7 +10108,7 @@ SHAREDWITHTEAMS : . - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -9645,7 +10127,7 @@ SHAREDWITHTEAMS : . - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -9677,7 +10159,7 @@ SHAREDWITHTEAMS : . - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -9737,7 +10219,7 @@ SHAREDWITHTEAMS : . - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -9745,7 +10227,7 @@ SHAREDWITHTEAMS : . - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -9871,7 +10353,7 @@ SHAREDWITHTEAMS : . - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -10081,7 +10563,7 @@ SHAREDWITHTEAMS : . - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -11274,6 +11756,247 @@ SHAREDWITHTEAMS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -11835,7 +12558,7 @@ SHAREDWITHTEAMS : . - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -11891,7 +12614,7 @@ SHAREDWITHTEAMS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -11910,7 +12633,7 @@ SHAREDWITHTEAMS : . - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -11974,7 +12697,7 @@ SHAREDWITHTEAMS : . - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -11996,7 +12719,7 @@ SHAREDWITHTEAMS : . - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication diff --git a/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamPrimaryChannelShared.md b/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamPrimaryChannelShared.md index f45bfbf204f..ea0c4c385ea 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamPrimaryChannelShared.md +++ b/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamPrimaryChannelShared.md @@ -416,7 +416,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -437,10 +437,10 @@ BODYPARAMETER : sharedWithChannelTeamI - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -449,9 +449,9 @@ BODYPARAMETER : sharedWithChannelTeamI - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -549,18 +549,18 @@ BODYPARAMETER : sharedWithChannelTeamI - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -568,7 +568,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -577,7 +577,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1159,7 +1159,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1174,7 +1174,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -1399,7 +1399,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1418,7 +1418,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -1450,7 +1450,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -1510,7 +1510,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -1518,7 +1518,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1644,7 +1644,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -1854,7 +1854,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -3047,6 +3047,247 @@ BODYPARAMETER : sharedWithChannelTeamI - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -3608,7 +3849,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -3664,7 +3905,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -3683,7 +3924,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -3747,7 +3988,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -3769,7 +4010,7 @@ BODYPARAMETER : sharedWithChannelTeamI - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -4432,7 +4673,7 @@ TEAM : team - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -4453,10 +4694,10 @@ TEAM : team - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4465,9 +4706,9 @@ TEAM : team - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4565,18 +4806,18 @@ TEAM : team - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4584,7 +4825,7 @@ TEAM : team - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4593,7 +4834,7 @@ TEAM : team - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5175,7 +5416,7 @@ TEAM : team - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -5190,7 +5431,7 @@ TEAM : team - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -5415,7 +5656,7 @@ TEAM : team - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5434,7 +5675,7 @@ TEAM : team - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -5466,7 +5707,7 @@ TEAM : team - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -5526,7 +5767,7 @@ TEAM : team - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -5534,7 +5775,7 @@ TEAM : team - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -5660,7 +5901,7 @@ TEAM : team - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -5870,7 +6111,7 @@ TEAM : team - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -7063,6 +7304,247 @@ TEAM : team - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -7624,7 +8106,7 @@ TEAM : team - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -7680,7 +8162,7 @@ TEAM : team - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -7699,7 +8181,7 @@ TEAM : team - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -7763,7 +8245,7 @@ TEAM : team - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -7785,7 +8267,7 @@ TEAM : team - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication diff --git a/src/Teams/Teams/docs/v1.0-beta/Update-MgUserTeamwork.md b/src/Teams/Teams/docs/v1.0-beta/Update-MgUserTeamwork.md index d92e3101432..6471db883b3 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Update-MgUserTeamwork.md +++ b/src/Teams/Teams/docs/v1.0-beta/Update-MgUserTeamwork.md @@ -352,7 +352,7 @@ ASSOCIATEDTEAMS : . - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -373,10 +373,10 @@ ASSOCIATEDTEAMS : . - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -385,9 +385,9 @@ ASSOCIATEDTEAMS : . - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -485,18 +485,18 @@ ASSOCIATEDTEAMS : . - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -504,7 +504,7 @@ ASSOCIATEDTEAMS : . - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -513,7 +513,7 @@ ASSOCIATEDTEAMS : . - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1095,7 +1095,7 @@ ASSOCIATEDTEAMS : . - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1110,7 +1110,7 @@ ASSOCIATEDTEAMS : . - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -1335,7 +1335,7 @@ ASSOCIATEDTEAMS : . - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1354,7 +1354,7 @@ ASSOCIATEDTEAMS : . - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -1386,7 +1386,7 @@ ASSOCIATEDTEAMS : . - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -1446,7 +1446,7 @@ ASSOCIATEDTEAMS : . - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -1454,7 +1454,7 @@ ASSOCIATEDTEAMS : . - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1580,7 +1580,7 @@ ASSOCIATEDTEAMS : . - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -1790,7 +1790,7 @@ ASSOCIATEDTEAMS : . - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -2983,6 +2983,247 @@ ASSOCIATEDTEAMS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -3540,7 +3781,7 @@ ASSOCIATEDTEAMS : . - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -3596,7 +3837,7 @@ ASSOCIATEDTEAMS : . - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -3615,7 +3856,7 @@ ASSOCIATEDTEAMS : . - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -3679,7 +3920,7 @@ ASSOCIATEDTEAMS : . - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -3701,7 +3942,7 @@ ASSOCIATEDTEAMS : . - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -4335,7 +4576,7 @@ BODYPARAMETER : userTeamwork - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -4356,10 +4597,10 @@ BODYPARAMETER : userTeamwork - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -4368,9 +4609,9 @@ BODYPARAMETER : userTeamwork - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -4468,18 +4709,18 @@ BODYPARAMETER : userTeamwork - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -4487,7 +4728,7 @@ BODYPARAMETER : userTeamwork - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -4496,7 +4737,7 @@ BODYPARAMETER : userTeamwork - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -5078,7 +5319,7 @@ BODYPARAMETER : userTeamwork - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -5093,7 +5334,7 @@ BODYPARAMETER : userTeamwork - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -5318,7 +5559,7 @@ BODYPARAMETER : userTeamwork - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -5337,7 +5578,7 @@ BODYPARAMETER : userTeamwork - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -5369,7 +5610,7 @@ BODYPARAMETER : userTeamwork - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -5429,7 +5670,7 @@ BODYPARAMETER : userTeamwork - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -5437,7 +5678,7 @@ BODYPARAMETER : userTeamwork - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -5563,7 +5804,7 @@ BODYPARAMETER : userTeamwork - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -5773,7 +6014,7 @@ BODYPARAMETER : userTeamwork - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -6966,6 +7207,247 @@ BODYPARAMETER : userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -7515,7 +7997,7 @@ BODYPARAMETER : userTeamwork - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -7571,7 +8053,7 @@ BODYPARAMETER : userTeamwork - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -7590,7 +8072,7 @@ BODYPARAMETER : userTeamwork - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -7654,7 +8136,7 @@ BODYPARAMETER : userTeamwork - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -7676,7 +8158,7 @@ BODYPARAMETER : userTeamwork - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication diff --git a/src/Teams/Teams/docs/v1.0-beta/Update-MgUserTeamworkAssociatedTeam.md b/src/Teams/Teams/docs/v1.0-beta/Update-MgUserTeamworkAssociatedTeam.md index cfc1780e374..d005dbc3d02 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Update-MgUserTeamworkAssociatedTeam.md +++ b/src/Teams/Teams/docs/v1.0-beta/Update-MgUserTeamworkAssociatedTeam.md @@ -410,7 +410,7 @@ TEAM : team - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. @@ -431,10 +431,10 @@ TEAM : team - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -443,9 +443,9 @@ TEAM : team - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -543,18 +543,18 @@ TEAM : team - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -562,7 +562,7 @@ TEAM : team - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -571,7 +571,7 @@ TEAM : team - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1153,7 +1153,7 @@ TEAM : team - `[NewVersion ]`: The name of the new version that was created by this action. - `[Actor ]`: identitySet - `[DriveItem ]`: driveItem - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1168,7 +1168,7 @@ TEAM : team - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -1393,7 +1393,7 @@ TEAM : team - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1412,7 +1412,7 @@ TEAM : team - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. @@ -1444,7 +1444,7 @@ TEAM : team - `[ResourceId ]`: A unique identifier for the result. - `[Type ]`: Type of the operation. - `[SharepointIds ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -1504,7 +1504,7 @@ TEAM : team - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[Deleted ]`: deleted @@ -1512,7 +1512,7 @@ TEAM : team - `[Drive ]`: drive - `[Drives ]`: The collection of drives (document libraries) under this site. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1638,7 +1638,7 @@ TEAM : team - `[Data ]`: sitePageData - `[(Any) ]`: This indicates any property can be added to this object. - `[Type ]`: A unique identifier specifying the webPart type. Read-only. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -1848,7 +1848,7 @@ TEAM : team - `[AcceptedSenders ]`: 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. - `[AccessType ]`: groupAccessType - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -3041,6 +3041,247 @@ TEAM : team - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -3602,7 +3843,7 @@ TEAM : team - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - `[Activities ]`: The list of recent activities that took place on this item. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -3658,7 +3899,7 @@ TEAM : team - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[Malware ]`: malware - `[(Any) ]`: This indicates any property can be added to this object. @@ -3677,7 +3918,7 @@ TEAM : team - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -3741,7 +3982,7 @@ TEAM : team - `[Application ]`: driveItemSourceApplication - `[ExternalId ]`: The external identifier for the drive item from the source. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -3763,7 +4004,7 @@ TEAM : team - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication diff --git a/src/Teams/Teams/docs/v1.0/Get-MgChatInstalledAppTeamAppDefinition.md b/src/Teams/Teams/docs/v1.0/Get-MgChatInstalledAppTeamAppDefinition.md index f9b5959798a..d46629f0be4 100644 --- a/src/Teams/Teams/docs/v1.0/Get-MgChatInstalledAppTeamAppDefinition.md +++ b/src/Teams/Teams/docs/v1.0/Get-MgChatInstalledAppTeamAppDefinition.md @@ -12,13 +12,13 @@ The details of this version of the app. ## SYNTAX -### Get (Default) +### Get1 (Default) ``` Get-MgChatInstalledAppTeamAppDefinition -ChatId -TeamsAppInstallationId [-ExpandProperty ] [-Property ] [] ``` -### GetViaIdentity +### GetViaIdentity1 ``` Get-MgChatInstalledAppTeamAppDefinition -InputObject [-ExpandProperty ] [-Property ] [] @@ -36,7 +36,7 @@ key: id of chat ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get1 Aliases: Required: True @@ -67,7 +67,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.ITeamsIdentity -Parameter Sets: GetViaIdentity +Parameter Sets: GetViaIdentity1 Aliases: Required: True @@ -97,7 +97,7 @@ key: id of teamsAppInstallation ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get1 Aliases: Required: True diff --git a/src/Teams/Teams/docs/v1.0/Get-MgChatMessage.md b/src/Teams/Teams/docs/v1.0/Get-MgChatMessage.md index 30b1a59de61..2c7386b554f 100644 --- a/src/Teams/Teams/docs/v1.0/Get-MgChatMessage.md +++ b/src/Teams/Teams/docs/v1.0/Get-MgChatMessage.md @@ -13,12 +13,12 @@ Nullable. ## SYNTAX -### Get1 (Default) +### Get2 (Default) ``` Get-MgChatMessage [] ``` -### Get +### Get1 ``` Get-MgChatMessage -ChatId -ChatMessageId [-ExpandProperty ] [-Property ] [] @@ -65,7 +65,7 @@ key: id of chat ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get1, List Aliases: Required: True @@ -80,7 +80,7 @@ key: id of chatMessage ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get1 Aliases: Required: True @@ -111,7 +111,7 @@ Expand related entities ```yaml Type: System.String[] -Parameter Sets: Get, GetViaIdentity, List +Parameter Sets: Get1, GetViaIdentity, List Aliases: Expand Required: False @@ -172,7 +172,7 @@ Select properties to be returned ```yaml Type: System.String[] -Parameter Sets: Get, GetViaIdentity, List +Parameter Sets: Get1, GetViaIdentity, List Aliases: Select Required: False diff --git a/src/Teams/Teams/docs/v1.0/Microsoft.Graph.Teams.md b/src/Teams/Teams/docs/v1.0/Microsoft.Graph.Teams.md index eefea2193c9..f5dd9f659d9 100644 --- a/src/Teams/Teams/docs/v1.0/Microsoft.Graph.Teams.md +++ b/src/Teams/Teams/docs/v1.0/Microsoft.Graph.Teams.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Teams -Module Guid: 9a2313d2-1118-48d8-88f7-fa159b9cd6a1 +Module Guid: cded1f8d-b676-4cf9-8b13-1fa3bd30f2ee Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Teams/Teams/docs/v1.0/New-MgTeam.md b/src/Teams/Teams/docs/v1.0/New-MgTeam.md index fa13e3e2d2d..0c7ca874834 100644 --- a/src/Teams/Teams/docs/v1.0/New-MgTeam.md +++ b/src/Teams/Teams/docs/v1.0/New-MgTeam.md @@ -545,7 +545,7 @@ BODYPARAMETER : team - `[UserEmail ]`: Email of the user when the acceptance was recorded. - `[UserId ]`: The identifier of the user who accepted the agreement. - `[UserPrincipalName ]`: UPN of the user when the acceptance was recorded. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. @@ -566,7 +566,7 @@ BODYPARAMETER : team - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -574,9 +574,9 @@ BODYPARAMETER : team - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -616,7 +616,7 @@ BODYPARAMETER : team - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1184,7 +1184,7 @@ BODYPARAMETER : team - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1203,7 +1203,7 @@ BODYPARAMETER : team - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user - `[CreatedDateTime ]`: Date and time of item creation. Read-only. @@ -1216,7 +1216,7 @@ BODYPARAMETER : team - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -1267,7 +1267,7 @@ BODYPARAMETER : team - `[Hidden ]`: If true, indicates that the list is not normally visible in the SharePoint user experience. - `[Template ]`: 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 ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -1326,7 +1326,7 @@ BODYPARAMETER : team - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[DisplayName ]`: The full title for the site. Read-only. @@ -1348,7 +1348,7 @@ BODYPARAMETER : team - `[Message ]`: A non-localized message for the developer. - `[Target ]`: The target of the error. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1452,7 +1452,7 @@ BODYPARAMETER : team - `[ContentUrl ]`: The URL for downloading the content - `[SectionGroups ]`: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - `[Sections ]`: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -2238,7 +2238,7 @@ BODYPARAMETER : team - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -2296,7 +2296,7 @@ BODYPARAMETER : team - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -2313,7 +2313,7 @@ BODYPARAMETER : team - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -2373,7 +2373,7 @@ BODYPARAMETER : team - `[SharepointIds ]`: sharepointIds - `[Size ]`: Size of the item in bytes. Read-only. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -2395,7 +2395,7 @@ BODYPARAMETER : team - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -2646,7 +2646,7 @@ BODYPARAMETER : team - `[Id ]`: Read-only. - `[AcceptedSenders ]`: 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 ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -3033,7 +3033,7 @@ CHANNELS : The collection of channels and messages as - `[UserEmail ]`: Email of the user when the acceptance was recorded. - `[UserId ]`: The identifier of the user who accepted the agreement. - `[UserPrincipalName ]`: UPN of the user when the acceptance was recorded. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. @@ -3054,7 +3054,7 @@ CHANNELS : The collection of channels and messages as - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3062,9 +3062,9 @@ CHANNELS : The collection of channels and messages as - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3104,7 +3104,7 @@ CHANNELS : The collection of channels and messages as - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3672,7 +3672,7 @@ CHANNELS : The collection of channels and messages as - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3691,7 +3691,7 @@ CHANNELS : The collection of channels and messages as - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user - `[CreatedDateTime ]`: Date and time of item creation. Read-only. @@ -3704,7 +3704,7 @@ CHANNELS : The collection of channels and messages as - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -3755,7 +3755,7 @@ CHANNELS : The collection of channels and messages as - `[Hidden ]`: If true, indicates that the list is not normally visible in the SharePoint user experience. - `[Template ]`: 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 ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -3814,7 +3814,7 @@ CHANNELS : The collection of channels and messages as - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[DisplayName ]`: The full title for the site. Read-only. @@ -3836,7 +3836,7 @@ CHANNELS : The collection of channels and messages as - `[Message ]`: A non-localized message for the developer. - `[Target ]`: The target of the error. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -3940,7 +3940,7 @@ CHANNELS : The collection of channels and messages as - `[ContentUrl ]`: The URL for downloading the content - `[SectionGroups ]`: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - `[Sections ]`: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -4080,7 +4080,7 @@ CHANNELS : The collection of channels and messages as - `[Id ]`: Read-only. - `[AcceptedSenders ]`: 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 ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -5054,7 +5054,7 @@ CHANNELS : The collection of channels and messages as - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -5112,7 +5112,7 @@ CHANNELS : The collection of channels and messages as - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -5129,7 +5129,7 @@ CHANNELS : The collection of channels and messages as - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -5189,7 +5189,7 @@ CHANNELS : The collection of channels and messages as - `[SharepointIds ]`: sharepointIds - `[Size ]`: Size of the item in bytes. Read-only. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -5211,7 +5211,7 @@ CHANNELS : The collection of channels and messages as - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -5462,7 +5462,7 @@ GROUP : group - `[Id ]`: Read-only. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. @@ -5746,7 +5746,7 @@ GROUP : group - `[UserEmail ]`: Email of the user when the acceptance was recorded. - `[UserId ]`: The identifier of the user who accepted the agreement. - `[UserPrincipalName ]`: UPN of the user when the acceptance was recorded. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedDateTime ]`: The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z. @@ -5756,7 +5756,7 @@ GROUP : group - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5764,9 +5764,9 @@ GROUP : group - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5803,7 +5803,7 @@ GROUP : group - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6060,7 +6060,7 @@ GROUP : group - `[SiteId ]`: For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated. - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -6090,7 +6090,7 @@ GROUP : group - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -6148,7 +6148,7 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -6162,7 +6162,7 @@ GROUP : group - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The id of the content type. @@ -6197,7 +6197,7 @@ GROUP : group - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -6292,7 +6292,7 @@ GROUP : group - `[SharepointIds ]`: sharepointIds - `[Size ]`: Size of the item in bytes. Read-only. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -6329,7 +6329,7 @@ GROUP : group - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -6721,7 +6721,7 @@ GROUP : group - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6757,7 +6757,7 @@ GROUP : group - `[Message ]`: A non-localized message for the developer. - `[Target ]`: The target of the error. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -6787,14 +6787,14 @@ GROUP : group - `[ContentTypes ]`: The collection of content types present in this list. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. - `[Hidden ]`: If true, indicates that the list is not normally visible in the SharePoint user experience. - `[Template ]`: 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 ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[System ]`: systemFacet - `[(Any) ]`: This indicates any property can be added to this object. - `[Onenote ]`: onenote @@ -6887,7 +6887,7 @@ GROUP : group - `[ContentUrl ]`: The URL for downloading the content - `[SectionGroups ]`: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - `[Sections ]`: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[SharepointIds ]`: sharepointIds - `[SiteCollection ]`: siteCollection @@ -8093,7 +8093,7 @@ PRIMARYCHANNEL : channel - `[UserEmail ]`: Email of the user when the acceptance was recorded. - `[UserId ]`: The identifier of the user who accepted the agreement. - `[UserPrincipalName ]`: UPN of the user when the acceptance was recorded. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. @@ -8114,7 +8114,7 @@ PRIMARYCHANNEL : channel - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8122,9 +8122,9 @@ PRIMARYCHANNEL : channel - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8164,7 +8164,7 @@ PRIMARYCHANNEL : channel - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -8732,7 +8732,7 @@ PRIMARYCHANNEL : channel - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -8751,7 +8751,7 @@ PRIMARYCHANNEL : channel - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user - `[CreatedDateTime ]`: Date and time of item creation. Read-only. @@ -8764,7 +8764,7 @@ PRIMARYCHANNEL : channel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -8815,7 +8815,7 @@ PRIMARYCHANNEL : channel - `[Hidden ]`: If true, indicates that the list is not normally visible in the SharePoint user experience. - `[Template ]`: 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 ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -8874,7 +8874,7 @@ PRIMARYCHANNEL : channel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[DisplayName ]`: The full title for the site. Read-only. @@ -8896,7 +8896,7 @@ PRIMARYCHANNEL : channel - `[Message ]`: A non-localized message for the developer. - `[Target ]`: The target of the error. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -9000,7 +9000,7 @@ PRIMARYCHANNEL : channel - `[ContentUrl ]`: The URL for downloading the content - `[SectionGroups ]`: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - `[Sections ]`: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -9140,7 +9140,7 @@ PRIMARYCHANNEL : channel - `[Id ]`: Read-only. - `[AcceptedSenders ]`: 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 ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -10114,7 +10114,7 @@ PRIMARYCHANNEL : channel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -10172,7 +10172,7 @@ PRIMARYCHANNEL : channel - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -10189,7 +10189,7 @@ PRIMARYCHANNEL : channel - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -10249,7 +10249,7 @@ PRIMARYCHANNEL : channel - `[SharepointIds ]`: sharepointIds - `[Size ]`: Size of the item in bytes. Read-only. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -10271,7 +10271,7 @@ PRIMARYCHANNEL : channel - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication diff --git a/src/Teams/Teams/docs/v1.0/New-MgTeamChannel.md b/src/Teams/Teams/docs/v1.0/New-MgTeamChannel.md index 279a45efc9a..1374c7475dc 100644 --- a/src/Teams/Teams/docs/v1.0/New-MgTeamChannel.md +++ b/src/Teams/Teams/docs/v1.0/New-MgTeamChannel.md @@ -436,7 +436,7 @@ BODYPARAMETER : channel - `[UserEmail ]`: Email of the user when the acceptance was recorded. - `[UserId ]`: The identifier of the user who accepted the agreement. - `[UserPrincipalName ]`: UPN of the user when the acceptance was recorded. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. @@ -457,7 +457,7 @@ BODYPARAMETER : channel - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -465,9 +465,9 @@ BODYPARAMETER : channel - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -507,7 +507,7 @@ BODYPARAMETER : channel - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1075,7 +1075,7 @@ BODYPARAMETER : channel - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1094,7 +1094,7 @@ BODYPARAMETER : channel - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user - `[CreatedDateTime ]`: Date and time of item creation. Read-only. @@ -1107,7 +1107,7 @@ BODYPARAMETER : channel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -1158,7 +1158,7 @@ BODYPARAMETER : channel - `[Hidden ]`: If true, indicates that the list is not normally visible in the SharePoint user experience. - `[Template ]`: 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 ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -1217,7 +1217,7 @@ BODYPARAMETER : channel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[DisplayName ]`: The full title for the site. Read-only. @@ -1239,7 +1239,7 @@ BODYPARAMETER : channel - `[Message ]`: A non-localized message for the developer. - `[Target ]`: The target of the error. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1343,7 +1343,7 @@ BODYPARAMETER : channel - `[ContentUrl ]`: The URL for downloading the content - `[SectionGroups ]`: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - `[Sections ]`: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -1483,7 +1483,7 @@ BODYPARAMETER : channel - `[Id ]`: Read-only. - `[AcceptedSenders ]`: 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 ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -2457,7 +2457,7 @@ BODYPARAMETER : channel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -2515,7 +2515,7 @@ BODYPARAMETER : channel - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -2532,7 +2532,7 @@ BODYPARAMETER : channel - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -2592,7 +2592,7 @@ BODYPARAMETER : channel - `[SharepointIds ]`: sharepointIds - `[Size ]`: Size of the item in bytes. Read-only. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -2614,7 +2614,7 @@ BODYPARAMETER : channel - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -2920,7 +2920,7 @@ FILESFOLDER : driveItem - `[UserEmail ]`: Email of the user when the acceptance was recorded. - `[UserId ]`: The identifier of the user who accepted the agreement. - `[UserPrincipalName ]`: UPN of the user when the acceptance was recorded. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. @@ -2941,7 +2941,7 @@ FILESFOLDER : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -2949,9 +2949,9 @@ FILESFOLDER : driveItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -2991,7 +2991,7 @@ FILESFOLDER : driveItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3559,7 +3559,7 @@ FILESFOLDER : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3578,7 +3578,7 @@ FILESFOLDER : driveItem - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user - `[CreatedDateTime ]`: Date and time of item creation. Read-only. @@ -3591,7 +3591,7 @@ FILESFOLDER : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -3642,7 +3642,7 @@ FILESFOLDER : driveItem - `[Hidden ]`: If true, indicates that the list is not normally visible in the SharePoint user experience. - `[Template ]`: 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 ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -3701,7 +3701,7 @@ FILESFOLDER : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[DisplayName ]`: The full title for the site. Read-only. @@ -3723,7 +3723,7 @@ FILESFOLDER : driveItem - `[Message ]`: A non-localized message for the developer. - `[Target ]`: The target of the error. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -3827,7 +3827,7 @@ FILESFOLDER : driveItem - `[ContentUrl ]`: The URL for downloading the content - `[SectionGroups ]`: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - `[Sections ]`: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -3979,7 +3979,7 @@ FILESFOLDER : driveItem - `[Id ]`: Read-only. - `[AcceptedSenders ]`: 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 ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -4953,7 +4953,7 @@ FILESFOLDER : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -5011,7 +5011,7 @@ FILESFOLDER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -5028,7 +5028,7 @@ FILESFOLDER : driveItem - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -5088,7 +5088,7 @@ FILESFOLDER : driveItem - `[SharepointIds ]`: sharepointIds - `[Size ]`: Size of the item in bytes. Read-only. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -5110,7 +5110,7 @@ FILESFOLDER : driveItem - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication diff --git a/src/Teams/Teams/docs/v1.0/New-MgUserJoinedTeam.md b/src/Teams/Teams/docs/v1.0/New-MgUserJoinedTeam.md index 4717404b364..88745c6b3a8 100644 --- a/src/Teams/Teams/docs/v1.0/New-MgUserJoinedTeam.md +++ b/src/Teams/Teams/docs/v1.0/New-MgUserJoinedTeam.md @@ -603,7 +603,7 @@ BODYPARAMETER : team - `[UserEmail ]`: Email of the user when the acceptance was recorded. - `[UserId ]`: The identifier of the user who accepted the agreement. - `[UserPrincipalName ]`: UPN of the user when the acceptance was recorded. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. @@ -624,7 +624,7 @@ BODYPARAMETER : team - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -632,9 +632,9 @@ BODYPARAMETER : team - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -674,7 +674,7 @@ BODYPARAMETER : team - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1242,7 +1242,7 @@ BODYPARAMETER : team - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1261,7 +1261,7 @@ BODYPARAMETER : team - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user - `[CreatedDateTime ]`: Date and time of item creation. Read-only. @@ -1274,7 +1274,7 @@ BODYPARAMETER : team - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -1325,7 +1325,7 @@ BODYPARAMETER : team - `[Hidden ]`: If true, indicates that the list is not normally visible in the SharePoint user experience. - `[Template ]`: 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 ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -1384,7 +1384,7 @@ BODYPARAMETER : team - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[DisplayName ]`: The full title for the site. Read-only. @@ -1406,7 +1406,7 @@ BODYPARAMETER : team - `[Message ]`: A non-localized message for the developer. - `[Target ]`: The target of the error. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1510,7 +1510,7 @@ BODYPARAMETER : team - `[ContentUrl ]`: The URL for downloading the content - `[SectionGroups ]`: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - `[Sections ]`: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -2296,7 +2296,7 @@ BODYPARAMETER : team - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -2354,7 +2354,7 @@ BODYPARAMETER : team - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -2371,7 +2371,7 @@ BODYPARAMETER : team - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -2431,7 +2431,7 @@ BODYPARAMETER : team - `[SharepointIds ]`: sharepointIds - `[Size ]`: Size of the item in bytes. Read-only. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -2453,7 +2453,7 @@ BODYPARAMETER : team - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -2704,7 +2704,7 @@ BODYPARAMETER : team - `[Id ]`: Read-only. - `[AcceptedSenders ]`: 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 ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -3091,7 +3091,7 @@ CHANNELS : The collection of channels and messages as - `[UserEmail ]`: Email of the user when the acceptance was recorded. - `[UserId ]`: The identifier of the user who accepted the agreement. - `[UserPrincipalName ]`: UPN of the user when the acceptance was recorded. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. @@ -3112,7 +3112,7 @@ CHANNELS : The collection of channels and messages as - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3120,9 +3120,9 @@ CHANNELS : The collection of channels and messages as - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3162,7 +3162,7 @@ CHANNELS : The collection of channels and messages as - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3730,7 +3730,7 @@ CHANNELS : The collection of channels and messages as - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3749,7 +3749,7 @@ CHANNELS : The collection of channels and messages as - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user - `[CreatedDateTime ]`: Date and time of item creation. Read-only. @@ -3762,7 +3762,7 @@ CHANNELS : The collection of channels and messages as - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -3813,7 +3813,7 @@ CHANNELS : The collection of channels and messages as - `[Hidden ]`: If true, indicates that the list is not normally visible in the SharePoint user experience. - `[Template ]`: 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 ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -3872,7 +3872,7 @@ CHANNELS : The collection of channels and messages as - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[DisplayName ]`: The full title for the site. Read-only. @@ -3894,7 +3894,7 @@ CHANNELS : The collection of channels and messages as - `[Message ]`: A non-localized message for the developer. - `[Target ]`: The target of the error. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -3998,7 +3998,7 @@ CHANNELS : The collection of channels and messages as - `[ContentUrl ]`: The URL for downloading the content - `[SectionGroups ]`: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - `[Sections ]`: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -4138,7 +4138,7 @@ CHANNELS : The collection of channels and messages as - `[Id ]`: Read-only. - `[AcceptedSenders ]`: 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 ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -5112,7 +5112,7 @@ CHANNELS : The collection of channels and messages as - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -5170,7 +5170,7 @@ CHANNELS : The collection of channels and messages as - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -5187,7 +5187,7 @@ CHANNELS : The collection of channels and messages as - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -5247,7 +5247,7 @@ CHANNELS : The collection of channels and messages as - `[SharepointIds ]`: sharepointIds - `[Size ]`: Size of the item in bytes. Read-only. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -5269,7 +5269,7 @@ CHANNELS : The collection of channels and messages as - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -5520,7 +5520,7 @@ GROUP : group - `[Id ]`: Read-only. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. @@ -5804,7 +5804,7 @@ GROUP : group - `[UserEmail ]`: Email of the user when the acceptance was recorded. - `[UserId ]`: The identifier of the user who accepted the agreement. - `[UserPrincipalName ]`: UPN of the user when the acceptance was recorded. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedDateTime ]`: The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z. @@ -5814,7 +5814,7 @@ GROUP : group - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5822,9 +5822,9 @@ GROUP : group - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5861,7 +5861,7 @@ GROUP : group - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6118,7 +6118,7 @@ GROUP : group - `[SiteId ]`: For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated. - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -6148,7 +6148,7 @@ GROUP : group - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -6206,7 +6206,7 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -6220,7 +6220,7 @@ GROUP : group - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The id of the content type. @@ -6255,7 +6255,7 @@ GROUP : group - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -6350,7 +6350,7 @@ GROUP : group - `[SharepointIds ]`: sharepointIds - `[Size ]`: Size of the item in bytes. Read-only. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -6387,7 +6387,7 @@ GROUP : group - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -6779,7 +6779,7 @@ GROUP : group - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6815,7 +6815,7 @@ GROUP : group - `[Message ]`: A non-localized message for the developer. - `[Target ]`: The target of the error. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -6845,14 +6845,14 @@ GROUP : group - `[ContentTypes ]`: The collection of content types present in this list. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. - `[Hidden ]`: If true, indicates that the list is not normally visible in the SharePoint user experience. - `[Template ]`: 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 ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[System ]`: systemFacet - `[(Any) ]`: This indicates any property can be added to this object. - `[Onenote ]`: onenote @@ -6945,7 +6945,7 @@ GROUP : group - `[ContentUrl ]`: The URL for downloading the content - `[SectionGroups ]`: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - `[Sections ]`: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[SharepointIds ]`: sharepointIds - `[SiteCollection ]`: siteCollection @@ -8189,7 +8189,7 @@ PRIMARYCHANNEL : channel - `[UserEmail ]`: Email of the user when the acceptance was recorded. - `[UserId ]`: The identifier of the user who accepted the agreement. - `[UserPrincipalName ]`: UPN of the user when the acceptance was recorded. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. @@ -8210,7 +8210,7 @@ PRIMARYCHANNEL : channel - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8218,9 +8218,9 @@ PRIMARYCHANNEL : channel - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8260,7 +8260,7 @@ PRIMARYCHANNEL : channel - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -8828,7 +8828,7 @@ PRIMARYCHANNEL : channel - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -8847,7 +8847,7 @@ PRIMARYCHANNEL : channel - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user - `[CreatedDateTime ]`: Date and time of item creation. Read-only. @@ -8860,7 +8860,7 @@ PRIMARYCHANNEL : channel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -8911,7 +8911,7 @@ PRIMARYCHANNEL : channel - `[Hidden ]`: If true, indicates that the list is not normally visible in the SharePoint user experience. - `[Template ]`: 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 ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -8970,7 +8970,7 @@ PRIMARYCHANNEL : channel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[DisplayName ]`: The full title for the site. Read-only. @@ -8992,7 +8992,7 @@ PRIMARYCHANNEL : channel - `[Message ]`: A non-localized message for the developer. - `[Target ]`: The target of the error. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -9096,7 +9096,7 @@ PRIMARYCHANNEL : channel - `[ContentUrl ]`: The URL for downloading the content - `[SectionGroups ]`: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - `[Sections ]`: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -9236,7 +9236,7 @@ PRIMARYCHANNEL : channel - `[Id ]`: Read-only. - `[AcceptedSenders ]`: 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 ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -10210,7 +10210,7 @@ PRIMARYCHANNEL : channel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -10268,7 +10268,7 @@ PRIMARYCHANNEL : channel - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -10285,7 +10285,7 @@ PRIMARYCHANNEL : channel - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -10345,7 +10345,7 @@ PRIMARYCHANNEL : channel - `[SharepointIds ]`: sharepointIds - `[Size ]`: Size of the item in bytes. Read-only. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -10367,7 +10367,7 @@ PRIMARYCHANNEL : channel - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication diff --git a/src/Teams/Teams/docs/v1.0/Remove-MgChatInstalledAppTeamAppByRef.md b/src/Teams/Teams/docs/v1.0/Remove-MgChatInstalledAppTeamAppByRef.md index 67d55ecfa09..b964666a371 100644 --- a/src/Teams/Teams/docs/v1.0/Remove-MgChatInstalledAppTeamAppByRef.md +++ b/src/Teams/Teams/docs/v1.0/Remove-MgChatInstalledAppTeamAppByRef.md @@ -12,13 +12,13 @@ The app that is installed. ## SYNTAX -### Delete (Default) +### Delete1 (Default) ``` Remove-MgChatInstalledAppTeamAppByRef -ChatId -TeamsAppInstallationId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### DeleteViaIdentity +### DeleteViaIdentity1 ``` Remove-MgChatInstalledAppTeamAppByRef -InputObject [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -36,7 +36,7 @@ key: id of chat ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True @@ -67,7 +67,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.ITeamsIdentity -Parameter Sets: DeleteViaIdentity +Parameter Sets: DeleteViaIdentity1 Aliases: Required: True @@ -97,7 +97,7 @@ key: id of teamsAppInstallation ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True diff --git a/src/Teams/Teams/docs/v1.0/Remove-MgChatTabTeamAppByRef.md b/src/Teams/Teams/docs/v1.0/Remove-MgChatTabTeamAppByRef.md index e0f328acb41..60f62888ab2 100644 --- a/src/Teams/Teams/docs/v1.0/Remove-MgChatTabTeamAppByRef.md +++ b/src/Teams/Teams/docs/v1.0/Remove-MgChatTabTeamAppByRef.md @@ -13,13 +13,13 @@ This cannot be changed after tab creation. ## SYNTAX -### Delete (Default) +### Delete1 (Default) ``` Remove-MgChatTabTeamAppByRef -ChatId -TeamsTabId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### DeleteViaIdentity +### DeleteViaIdentity1 ``` Remove-MgChatTabTeamAppByRef -InputObject [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -38,7 +38,7 @@ key: id of chat ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True @@ -69,7 +69,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.ITeamsIdentity -Parameter Sets: DeleteViaIdentity +Parameter Sets: DeleteViaIdentity1 Aliases: Required: True @@ -99,7 +99,7 @@ key: id of teamsTab ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True diff --git a/src/Teams/Teams/docs/v1.0/Set-MgChatTabTeamAppByRef.md b/src/Teams/Teams/docs/v1.0/Set-MgChatTabTeamAppByRef.md index 49bbefe97af..51233045240 100644 --- a/src/Teams/Teams/docs/v1.0/Set-MgChatTabTeamAppByRef.md +++ b/src/Teams/Teams/docs/v1.0/Set-MgChatTabTeamAppByRef.md @@ -13,25 +13,25 @@ This cannot be changed after tab creation. ## SYNTAX -### SetExpanded (Default) +### SetExpanded1 (Default) ``` Set-MgChatTabTeamAppByRef -ChatId -TeamsTabId [-AdditionalProperties ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### Set +### Set1 ``` Set-MgChatTabTeamAppByRef -ChatId -TeamsTabId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### SetViaIdentity +### SetViaIdentity1 ``` Set-MgChatTabTeamAppByRef -InputObject -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### SetViaIdentityExpanded +### SetViaIdentityExpanded1 ``` Set-MgChatTabTeamAppByRef -InputObject [-AdditionalProperties ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -50,7 +50,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: SetExpanded, SetViaIdentityExpanded +Parameter Sets: SetExpanded1, SetViaIdentityExpanded1 Aliases: Required: False @@ -65,7 +65,7 @@ Accept wildcard characters: False ```yaml Type: System.Collections.Hashtable -Parameter Sets: Set, SetViaIdentity +Parameter Sets: Set1, SetViaIdentity1 Aliases: Required: True @@ -80,7 +80,7 @@ key: id of chat ```yaml Type: System.String -Parameter Sets: Set, SetExpanded +Parameter Sets: Set1, SetExpanded1 Aliases: Required: True @@ -96,7 +96,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.ITeamsIdentity -Parameter Sets: SetViaIdentity, SetViaIdentityExpanded +Parameter Sets: SetViaIdentity1, SetViaIdentityExpanded1 Aliases: Required: True @@ -126,7 +126,7 @@ key: id of teamsTab ```yaml Type: System.String -Parameter Sets: Set, SetExpanded +Parameter Sets: Set1, SetExpanded1 Aliases: Required: True diff --git a/src/Teams/Teams/docs/v1.0/Update-MgGroupTeam.md b/src/Teams/Teams/docs/v1.0/Update-MgGroupTeam.md index 902c7d1f6f8..c8ba0e176a1 100644 --- a/src/Teams/Teams/docs/v1.0/Update-MgGroupTeam.md +++ b/src/Teams/Teams/docs/v1.0/Update-MgGroupTeam.md @@ -614,7 +614,7 @@ BODYPARAMETER : team - `[UserEmail ]`: Email of the user when the acceptance was recorded. - `[UserId ]`: The identifier of the user who accepted the agreement. - `[UserPrincipalName ]`: UPN of the user when the acceptance was recorded. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. @@ -635,7 +635,7 @@ BODYPARAMETER : team - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -643,9 +643,9 @@ BODYPARAMETER : team - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -685,7 +685,7 @@ BODYPARAMETER : team - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1253,7 +1253,7 @@ BODYPARAMETER : team - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1272,7 +1272,7 @@ BODYPARAMETER : team - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user - `[CreatedDateTime ]`: Date and time of item creation. Read-only. @@ -1285,7 +1285,7 @@ BODYPARAMETER : team - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -1336,7 +1336,7 @@ BODYPARAMETER : team - `[Hidden ]`: If true, indicates that the list is not normally visible in the SharePoint user experience. - `[Template ]`: 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 ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -1395,7 +1395,7 @@ BODYPARAMETER : team - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[DisplayName ]`: The full title for the site. Read-only. @@ -1417,7 +1417,7 @@ BODYPARAMETER : team - `[Message ]`: A non-localized message for the developer. - `[Target ]`: The target of the error. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1521,7 +1521,7 @@ BODYPARAMETER : team - `[ContentUrl ]`: The URL for downloading the content - `[SectionGroups ]`: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - `[Sections ]`: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -2307,7 +2307,7 @@ BODYPARAMETER : team - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -2365,7 +2365,7 @@ BODYPARAMETER : team - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -2382,7 +2382,7 @@ BODYPARAMETER : team - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -2442,7 +2442,7 @@ BODYPARAMETER : team - `[SharepointIds ]`: sharepointIds - `[Size ]`: Size of the item in bytes. Read-only. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -2464,7 +2464,7 @@ BODYPARAMETER : team - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -2715,7 +2715,7 @@ BODYPARAMETER : team - `[Id ]`: Read-only. - `[AcceptedSenders ]`: 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 ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -3102,7 +3102,7 @@ CHANNELS : The collection of channels and messages as - `[UserEmail ]`: Email of the user when the acceptance was recorded. - `[UserId ]`: The identifier of the user who accepted the agreement. - `[UserPrincipalName ]`: UPN of the user when the acceptance was recorded. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. @@ -3123,7 +3123,7 @@ CHANNELS : The collection of channels and messages as - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3131,9 +3131,9 @@ CHANNELS : The collection of channels and messages as - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3173,7 +3173,7 @@ CHANNELS : The collection of channels and messages as - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3741,7 +3741,7 @@ CHANNELS : The collection of channels and messages as - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3760,7 +3760,7 @@ CHANNELS : The collection of channels and messages as - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user - `[CreatedDateTime ]`: Date and time of item creation. Read-only. @@ -3773,7 +3773,7 @@ CHANNELS : The collection of channels and messages as - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -3824,7 +3824,7 @@ CHANNELS : The collection of channels and messages as - `[Hidden ]`: If true, indicates that the list is not normally visible in the SharePoint user experience. - `[Template ]`: 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 ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -3883,7 +3883,7 @@ CHANNELS : The collection of channels and messages as - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[DisplayName ]`: The full title for the site. Read-only. @@ -3905,7 +3905,7 @@ CHANNELS : The collection of channels and messages as - `[Message ]`: A non-localized message for the developer. - `[Target ]`: The target of the error. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -4009,7 +4009,7 @@ CHANNELS : The collection of channels and messages as - `[ContentUrl ]`: The URL for downloading the content - `[SectionGroups ]`: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - `[Sections ]`: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -4149,7 +4149,7 @@ CHANNELS : The collection of channels and messages as - `[Id ]`: Read-only. - `[AcceptedSenders ]`: 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 ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -5123,7 +5123,7 @@ CHANNELS : The collection of channels and messages as - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -5181,7 +5181,7 @@ CHANNELS : The collection of channels and messages as - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -5198,7 +5198,7 @@ CHANNELS : The collection of channels and messages as - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -5258,7 +5258,7 @@ CHANNELS : The collection of channels and messages as - `[SharepointIds ]`: sharepointIds - `[Size ]`: Size of the item in bytes. Read-only. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -5280,7 +5280,7 @@ CHANNELS : The collection of channels and messages as - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -5531,7 +5531,7 @@ GROUP : group - `[Id ]`: Read-only. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. @@ -5815,7 +5815,7 @@ GROUP : group - `[UserEmail ]`: Email of the user when the acceptance was recorded. - `[UserId ]`: The identifier of the user who accepted the agreement. - `[UserPrincipalName ]`: UPN of the user when the acceptance was recorded. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedDateTime ]`: The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z. @@ -5825,7 +5825,7 @@ GROUP : group - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5833,9 +5833,9 @@ GROUP : group - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5872,7 +5872,7 @@ GROUP : group - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6129,7 +6129,7 @@ GROUP : group - `[SiteId ]`: For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated. - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -6159,7 +6159,7 @@ GROUP : group - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -6217,7 +6217,7 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -6231,7 +6231,7 @@ GROUP : group - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The id of the content type. @@ -6266,7 +6266,7 @@ GROUP : group - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -6361,7 +6361,7 @@ GROUP : group - `[SharepointIds ]`: sharepointIds - `[Size ]`: Size of the item in bytes. Read-only. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -6398,7 +6398,7 @@ GROUP : group - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -6790,7 +6790,7 @@ GROUP : group - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6826,7 +6826,7 @@ GROUP : group - `[Message ]`: A non-localized message for the developer. - `[Target ]`: The target of the error. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -6856,14 +6856,14 @@ GROUP : group - `[ContentTypes ]`: The collection of content types present in this list. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. - `[Hidden ]`: If true, indicates that the list is not normally visible in the SharePoint user experience. - `[Template ]`: 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 ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[System ]`: systemFacet - `[(Any) ]`: This indicates any property can be added to this object. - `[Onenote ]`: onenote @@ -6956,7 +6956,7 @@ GROUP : group - `[ContentUrl ]`: The URL for downloading the content - `[SectionGroups ]`: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - `[Sections ]`: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[SharepointIds ]`: sharepointIds - `[SiteCollection ]`: siteCollection @@ -8200,7 +8200,7 @@ PRIMARYCHANNEL : channel - `[UserEmail ]`: Email of the user when the acceptance was recorded. - `[UserId ]`: The identifier of the user who accepted the agreement. - `[UserPrincipalName ]`: UPN of the user when the acceptance was recorded. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. @@ -8221,7 +8221,7 @@ PRIMARYCHANNEL : channel - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8229,9 +8229,9 @@ PRIMARYCHANNEL : channel - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8271,7 +8271,7 @@ PRIMARYCHANNEL : channel - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -8839,7 +8839,7 @@ PRIMARYCHANNEL : channel - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -8858,7 +8858,7 @@ PRIMARYCHANNEL : channel - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user - `[CreatedDateTime ]`: Date and time of item creation. Read-only. @@ -8871,7 +8871,7 @@ PRIMARYCHANNEL : channel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -8922,7 +8922,7 @@ PRIMARYCHANNEL : channel - `[Hidden ]`: If true, indicates that the list is not normally visible in the SharePoint user experience. - `[Template ]`: 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 ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -8981,7 +8981,7 @@ PRIMARYCHANNEL : channel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[DisplayName ]`: The full title for the site. Read-only. @@ -9003,7 +9003,7 @@ PRIMARYCHANNEL : channel - `[Message ]`: A non-localized message for the developer. - `[Target ]`: The target of the error. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -9107,7 +9107,7 @@ PRIMARYCHANNEL : channel - `[ContentUrl ]`: The URL for downloading the content - `[SectionGroups ]`: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - `[Sections ]`: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -9247,7 +9247,7 @@ PRIMARYCHANNEL : channel - `[Id ]`: Read-only. - `[AcceptedSenders ]`: 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 ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -10221,7 +10221,7 @@ PRIMARYCHANNEL : channel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -10279,7 +10279,7 @@ PRIMARYCHANNEL : channel - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -10296,7 +10296,7 @@ PRIMARYCHANNEL : channel - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -10356,7 +10356,7 @@ PRIMARYCHANNEL : channel - `[SharepointIds ]`: sharepointIds - `[Size ]`: Size of the item in bytes. Read-only. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -10378,7 +10378,7 @@ PRIMARYCHANNEL : channel - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication diff --git a/src/Teams/Teams/docs/v1.0/Update-MgTeam.md b/src/Teams/Teams/docs/v1.0/Update-MgTeam.md index c8ebcc536fe..180f99af18b 100644 --- a/src/Teams/Teams/docs/v1.0/Update-MgTeam.md +++ b/src/Teams/Teams/docs/v1.0/Update-MgTeam.md @@ -614,7 +614,7 @@ BODYPARAMETER : team - `[UserEmail ]`: Email of the user when the acceptance was recorded. - `[UserId ]`: The identifier of the user who accepted the agreement. - `[UserPrincipalName ]`: UPN of the user when the acceptance was recorded. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. @@ -635,7 +635,7 @@ BODYPARAMETER : team - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -643,9 +643,9 @@ BODYPARAMETER : team - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -685,7 +685,7 @@ BODYPARAMETER : team - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1253,7 +1253,7 @@ BODYPARAMETER : team - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1272,7 +1272,7 @@ BODYPARAMETER : team - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user - `[CreatedDateTime ]`: Date and time of item creation. Read-only. @@ -1285,7 +1285,7 @@ BODYPARAMETER : team - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -1336,7 +1336,7 @@ BODYPARAMETER : team - `[Hidden ]`: If true, indicates that the list is not normally visible in the SharePoint user experience. - `[Template ]`: 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 ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -1395,7 +1395,7 @@ BODYPARAMETER : team - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[DisplayName ]`: The full title for the site. Read-only. @@ -1417,7 +1417,7 @@ BODYPARAMETER : team - `[Message ]`: A non-localized message for the developer. - `[Target ]`: The target of the error. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1521,7 +1521,7 @@ BODYPARAMETER : team - `[ContentUrl ]`: The URL for downloading the content - `[SectionGroups ]`: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - `[Sections ]`: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -2307,7 +2307,7 @@ BODYPARAMETER : team - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -2365,7 +2365,7 @@ BODYPARAMETER : team - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -2382,7 +2382,7 @@ BODYPARAMETER : team - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -2442,7 +2442,7 @@ BODYPARAMETER : team - `[SharepointIds ]`: sharepointIds - `[Size ]`: Size of the item in bytes. Read-only. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -2464,7 +2464,7 @@ BODYPARAMETER : team - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -2715,7 +2715,7 @@ BODYPARAMETER : team - `[Id ]`: Read-only. - `[AcceptedSenders ]`: 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 ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -3102,7 +3102,7 @@ CHANNELS : The collection of channels and messages as - `[UserEmail ]`: Email of the user when the acceptance was recorded. - `[UserId ]`: The identifier of the user who accepted the agreement. - `[UserPrincipalName ]`: UPN of the user when the acceptance was recorded. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. @@ -3123,7 +3123,7 @@ CHANNELS : The collection of channels and messages as - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3131,9 +3131,9 @@ CHANNELS : The collection of channels and messages as - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3173,7 +3173,7 @@ CHANNELS : The collection of channels and messages as - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3741,7 +3741,7 @@ CHANNELS : The collection of channels and messages as - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3760,7 +3760,7 @@ CHANNELS : The collection of channels and messages as - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user - `[CreatedDateTime ]`: Date and time of item creation. Read-only. @@ -3773,7 +3773,7 @@ CHANNELS : The collection of channels and messages as - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -3824,7 +3824,7 @@ CHANNELS : The collection of channels and messages as - `[Hidden ]`: If true, indicates that the list is not normally visible in the SharePoint user experience. - `[Template ]`: 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 ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -3883,7 +3883,7 @@ CHANNELS : The collection of channels and messages as - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[DisplayName ]`: The full title for the site. Read-only. @@ -3905,7 +3905,7 @@ CHANNELS : The collection of channels and messages as - `[Message ]`: A non-localized message for the developer. - `[Target ]`: The target of the error. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -4009,7 +4009,7 @@ CHANNELS : The collection of channels and messages as - `[ContentUrl ]`: The URL for downloading the content - `[SectionGroups ]`: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - `[Sections ]`: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -4149,7 +4149,7 @@ CHANNELS : The collection of channels and messages as - `[Id ]`: Read-only. - `[AcceptedSenders ]`: 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 ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -5123,7 +5123,7 @@ CHANNELS : The collection of channels and messages as - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -5181,7 +5181,7 @@ CHANNELS : The collection of channels and messages as - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -5198,7 +5198,7 @@ CHANNELS : The collection of channels and messages as - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -5258,7 +5258,7 @@ CHANNELS : The collection of channels and messages as - `[SharepointIds ]`: sharepointIds - `[Size ]`: Size of the item in bytes. Read-only. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -5280,7 +5280,7 @@ CHANNELS : The collection of channels and messages as - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -5531,7 +5531,7 @@ GROUP : group - `[Id ]`: Read-only. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. @@ -5815,7 +5815,7 @@ GROUP : group - `[UserEmail ]`: Email of the user when the acceptance was recorded. - `[UserId ]`: The identifier of the user who accepted the agreement. - `[UserPrincipalName ]`: UPN of the user when the acceptance was recorded. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedDateTime ]`: The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z. @@ -5825,7 +5825,7 @@ GROUP : group - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5833,9 +5833,9 @@ GROUP : group - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5872,7 +5872,7 @@ GROUP : group - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6129,7 +6129,7 @@ GROUP : group - `[SiteId ]`: For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated. - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -6159,7 +6159,7 @@ GROUP : group - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -6217,7 +6217,7 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -6231,7 +6231,7 @@ GROUP : group - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The id of the content type. @@ -6266,7 +6266,7 @@ GROUP : group - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -6361,7 +6361,7 @@ GROUP : group - `[SharepointIds ]`: sharepointIds - `[Size ]`: Size of the item in bytes. Read-only. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -6398,7 +6398,7 @@ GROUP : group - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -6790,7 +6790,7 @@ GROUP : group - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6826,7 +6826,7 @@ GROUP : group - `[Message ]`: A non-localized message for the developer. - `[Target ]`: The target of the error. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -6856,14 +6856,14 @@ GROUP : group - `[ContentTypes ]`: The collection of content types present in this list. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. - `[Hidden ]`: If true, indicates that the list is not normally visible in the SharePoint user experience. - `[Template ]`: 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 ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[System ]`: systemFacet - `[(Any) ]`: This indicates any property can be added to this object. - `[Onenote ]`: onenote @@ -6956,7 +6956,7 @@ GROUP : group - `[ContentUrl ]`: The URL for downloading the content - `[SectionGroups ]`: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - `[Sections ]`: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[SharepointIds ]`: sharepointIds - `[SiteCollection ]`: siteCollection @@ -8200,7 +8200,7 @@ PRIMARYCHANNEL : channel - `[UserEmail ]`: Email of the user when the acceptance was recorded. - `[UserId ]`: The identifier of the user who accepted the agreement. - `[UserPrincipalName ]`: UPN of the user when the acceptance was recorded. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. @@ -8221,7 +8221,7 @@ PRIMARYCHANNEL : channel - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8229,9 +8229,9 @@ PRIMARYCHANNEL : channel - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8271,7 +8271,7 @@ PRIMARYCHANNEL : channel - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -8839,7 +8839,7 @@ PRIMARYCHANNEL : channel - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -8858,7 +8858,7 @@ PRIMARYCHANNEL : channel - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user - `[CreatedDateTime ]`: Date and time of item creation. Read-only. @@ -8871,7 +8871,7 @@ PRIMARYCHANNEL : channel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -8922,7 +8922,7 @@ PRIMARYCHANNEL : channel - `[Hidden ]`: If true, indicates that the list is not normally visible in the SharePoint user experience. - `[Template ]`: 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 ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -8981,7 +8981,7 @@ PRIMARYCHANNEL : channel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[DisplayName ]`: The full title for the site. Read-only. @@ -9003,7 +9003,7 @@ PRIMARYCHANNEL : channel - `[Message ]`: A non-localized message for the developer. - `[Target ]`: The target of the error. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -9107,7 +9107,7 @@ PRIMARYCHANNEL : channel - `[ContentUrl ]`: The URL for downloading the content - `[SectionGroups ]`: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - `[Sections ]`: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -9247,7 +9247,7 @@ PRIMARYCHANNEL : channel - `[Id ]`: Read-only. - `[AcceptedSenders ]`: 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 ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -10221,7 +10221,7 @@ PRIMARYCHANNEL : channel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -10279,7 +10279,7 @@ PRIMARYCHANNEL : channel - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -10296,7 +10296,7 @@ PRIMARYCHANNEL : channel - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -10356,7 +10356,7 @@ PRIMARYCHANNEL : channel - `[SharepointIds ]`: sharepointIds - `[Size ]`: Size of the item in bytes. Read-only. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -10378,7 +10378,7 @@ PRIMARYCHANNEL : channel - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication diff --git a/src/Teams/Teams/docs/v1.0/Update-MgTeamChannel.md b/src/Teams/Teams/docs/v1.0/Update-MgTeamChannel.md index 65a7b78983e..6159c224d0a 100644 --- a/src/Teams/Teams/docs/v1.0/Update-MgTeamChannel.md +++ b/src/Teams/Teams/docs/v1.0/Update-MgTeamChannel.md @@ -467,7 +467,7 @@ BODYPARAMETER : channel - `[UserEmail ]`: Email of the user when the acceptance was recorded. - `[UserId ]`: The identifier of the user who accepted the agreement. - `[UserPrincipalName ]`: UPN of the user when the acceptance was recorded. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. @@ -488,7 +488,7 @@ BODYPARAMETER : channel - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -496,9 +496,9 @@ BODYPARAMETER : channel - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -538,7 +538,7 @@ BODYPARAMETER : channel - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1106,7 +1106,7 @@ BODYPARAMETER : channel - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1125,7 +1125,7 @@ BODYPARAMETER : channel - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user - `[CreatedDateTime ]`: Date and time of item creation. Read-only. @@ -1138,7 +1138,7 @@ BODYPARAMETER : channel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -1189,7 +1189,7 @@ BODYPARAMETER : channel - `[Hidden ]`: If true, indicates that the list is not normally visible in the SharePoint user experience. - `[Template ]`: 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 ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -1248,7 +1248,7 @@ BODYPARAMETER : channel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[DisplayName ]`: The full title for the site. Read-only. @@ -1270,7 +1270,7 @@ BODYPARAMETER : channel - `[Message ]`: A non-localized message for the developer. - `[Target ]`: The target of the error. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1374,7 +1374,7 @@ BODYPARAMETER : channel - `[ContentUrl ]`: The URL for downloading the content - `[SectionGroups ]`: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - `[Sections ]`: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -1514,7 +1514,7 @@ BODYPARAMETER : channel - `[Id ]`: Read-only. - `[AcceptedSenders ]`: 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 ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -2488,7 +2488,7 @@ BODYPARAMETER : channel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -2546,7 +2546,7 @@ BODYPARAMETER : channel - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -2563,7 +2563,7 @@ BODYPARAMETER : channel - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -2623,7 +2623,7 @@ BODYPARAMETER : channel - `[SharepointIds ]`: sharepointIds - `[Size ]`: Size of the item in bytes. Read-only. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -2645,7 +2645,7 @@ BODYPARAMETER : channel - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -2951,7 +2951,7 @@ FILESFOLDER : driveItem - `[UserEmail ]`: Email of the user when the acceptance was recorded. - `[UserId ]`: The identifier of the user who accepted the agreement. - `[UserPrincipalName ]`: UPN of the user when the acceptance was recorded. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. @@ -2972,7 +2972,7 @@ FILESFOLDER : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -2980,9 +2980,9 @@ FILESFOLDER : driveItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3022,7 +3022,7 @@ FILESFOLDER : driveItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3590,7 +3590,7 @@ FILESFOLDER : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3609,7 +3609,7 @@ FILESFOLDER : driveItem - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user - `[CreatedDateTime ]`: Date and time of item creation. Read-only. @@ -3622,7 +3622,7 @@ FILESFOLDER : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -3673,7 +3673,7 @@ FILESFOLDER : driveItem - `[Hidden ]`: If true, indicates that the list is not normally visible in the SharePoint user experience. - `[Template ]`: 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 ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -3732,7 +3732,7 @@ FILESFOLDER : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[DisplayName ]`: The full title for the site. Read-only. @@ -3754,7 +3754,7 @@ FILESFOLDER : driveItem - `[Message ]`: A non-localized message for the developer. - `[Target ]`: The target of the error. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -3858,7 +3858,7 @@ FILESFOLDER : driveItem - `[ContentUrl ]`: The URL for downloading the content - `[SectionGroups ]`: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - `[Sections ]`: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -4010,7 +4010,7 @@ FILESFOLDER : driveItem - `[Id ]`: Read-only. - `[AcceptedSenders ]`: 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 ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -4984,7 +4984,7 @@ FILESFOLDER : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -5042,7 +5042,7 @@ FILESFOLDER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -5059,7 +5059,7 @@ FILESFOLDER : driveItem - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -5119,7 +5119,7 @@ FILESFOLDER : driveItem - `[SharepointIds ]`: sharepointIds - `[Size ]`: Size of the item in bytes. Read-only. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -5141,7 +5141,7 @@ FILESFOLDER : driveItem - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication diff --git a/src/Teams/Teams/docs/v1.0/Update-MgTeamPrimaryChannel.md b/src/Teams/Teams/docs/v1.0/Update-MgTeamPrimaryChannel.md index fa57070de3b..fedb999fa6e 100644 --- a/src/Teams/Teams/docs/v1.0/Update-MgTeamPrimaryChannel.md +++ b/src/Teams/Teams/docs/v1.0/Update-MgTeamPrimaryChannel.md @@ -451,7 +451,7 @@ BODYPARAMETER : channel - `[UserEmail ]`: Email of the user when the acceptance was recorded. - `[UserId ]`: The identifier of the user who accepted the agreement. - `[UserPrincipalName ]`: UPN of the user when the acceptance was recorded. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. @@ -472,7 +472,7 @@ BODYPARAMETER : channel - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -480,9 +480,9 @@ BODYPARAMETER : channel - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -522,7 +522,7 @@ BODYPARAMETER : channel - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1090,7 +1090,7 @@ BODYPARAMETER : channel - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1109,7 +1109,7 @@ BODYPARAMETER : channel - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user - `[CreatedDateTime ]`: Date and time of item creation. Read-only. @@ -1122,7 +1122,7 @@ BODYPARAMETER : channel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -1173,7 +1173,7 @@ BODYPARAMETER : channel - `[Hidden ]`: If true, indicates that the list is not normally visible in the SharePoint user experience. - `[Template ]`: 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 ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -1232,7 +1232,7 @@ BODYPARAMETER : channel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[DisplayName ]`: The full title for the site. Read-only. @@ -1254,7 +1254,7 @@ BODYPARAMETER : channel - `[Message ]`: A non-localized message for the developer. - `[Target ]`: The target of the error. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1358,7 +1358,7 @@ BODYPARAMETER : channel - `[ContentUrl ]`: The URL for downloading the content - `[SectionGroups ]`: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - `[Sections ]`: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -1498,7 +1498,7 @@ BODYPARAMETER : channel - `[Id ]`: Read-only. - `[AcceptedSenders ]`: 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 ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -2472,7 +2472,7 @@ BODYPARAMETER : channel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -2530,7 +2530,7 @@ BODYPARAMETER : channel - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -2547,7 +2547,7 @@ BODYPARAMETER : channel - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -2607,7 +2607,7 @@ BODYPARAMETER : channel - `[SharepointIds ]`: sharepointIds - `[Size ]`: Size of the item in bytes. Read-only. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -2629,7 +2629,7 @@ BODYPARAMETER : channel - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -2935,7 +2935,7 @@ FILESFOLDER : driveItem - `[UserEmail ]`: Email of the user when the acceptance was recorded. - `[UserId ]`: The identifier of the user who accepted the agreement. - `[UserPrincipalName ]`: UPN of the user when the acceptance was recorded. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. @@ -2956,7 +2956,7 @@ FILESFOLDER : driveItem - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -2964,9 +2964,9 @@ FILESFOLDER : driveItem - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3006,7 +3006,7 @@ FILESFOLDER : driveItem - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3574,7 +3574,7 @@ FILESFOLDER : driveItem - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3593,7 +3593,7 @@ FILESFOLDER : driveItem - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user - `[CreatedDateTime ]`: Date and time of item creation. Read-only. @@ -3606,7 +3606,7 @@ FILESFOLDER : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -3657,7 +3657,7 @@ FILESFOLDER : driveItem - `[Hidden ]`: If true, indicates that the list is not normally visible in the SharePoint user experience. - `[Template ]`: 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 ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -3716,7 +3716,7 @@ FILESFOLDER : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[DisplayName ]`: The full title for the site. Read-only. @@ -3738,7 +3738,7 @@ FILESFOLDER : driveItem - `[Message ]`: A non-localized message for the developer. - `[Target ]`: The target of the error. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -3842,7 +3842,7 @@ FILESFOLDER : driveItem - `[ContentUrl ]`: The URL for downloading the content - `[SectionGroups ]`: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - `[Sections ]`: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -3994,7 +3994,7 @@ FILESFOLDER : driveItem - `[Id ]`: Read-only. - `[AcceptedSenders ]`: 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 ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -4968,7 +4968,7 @@ FILESFOLDER : driveItem - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -5026,7 +5026,7 @@ FILESFOLDER : driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -5043,7 +5043,7 @@ FILESFOLDER : driveItem - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -5103,7 +5103,7 @@ FILESFOLDER : driveItem - `[SharepointIds ]`: sharepointIds - `[Size ]`: Size of the item in bytes. Read-only. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -5125,7 +5125,7 @@ FILESFOLDER : driveItem - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication diff --git a/src/Teams/Teams/docs/v1.0/Update-MgUserJoinedTeam.md b/src/Teams/Teams/docs/v1.0/Update-MgUserJoinedTeam.md index 2b8756409d8..4b3b8ade6a5 100644 --- a/src/Teams/Teams/docs/v1.0/Update-MgUserJoinedTeam.md +++ b/src/Teams/Teams/docs/v1.0/Update-MgUserJoinedTeam.md @@ -633,7 +633,7 @@ BODYPARAMETER : team - `[UserEmail ]`: Email of the user when the acceptance was recorded. - `[UserId ]`: The identifier of the user who accepted the agreement. - `[UserPrincipalName ]`: UPN of the user when the acceptance was recorded. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. @@ -654,7 +654,7 @@ BODYPARAMETER : team - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -662,9 +662,9 @@ BODYPARAMETER : team - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -704,7 +704,7 @@ BODYPARAMETER : team - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -1272,7 +1272,7 @@ BODYPARAMETER : team - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -1291,7 +1291,7 @@ BODYPARAMETER : team - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user - `[CreatedDateTime ]`: Date and time of item creation. Read-only. @@ -1304,7 +1304,7 @@ BODYPARAMETER : team - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -1355,7 +1355,7 @@ BODYPARAMETER : team - `[Hidden ]`: If true, indicates that the list is not normally visible in the SharePoint user experience. - `[Template ]`: 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 ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -1414,7 +1414,7 @@ BODYPARAMETER : team - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[DisplayName ]`: The full title for the site. Read-only. @@ -1436,7 +1436,7 @@ BODYPARAMETER : team - `[Message ]`: A non-localized message for the developer. - `[Target ]`: The target of the error. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -1540,7 +1540,7 @@ BODYPARAMETER : team - `[ContentUrl ]`: The URL for downloading the content - `[SectionGroups ]`: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - `[Sections ]`: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -2326,7 +2326,7 @@ BODYPARAMETER : team - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -2384,7 +2384,7 @@ BODYPARAMETER : team - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -2401,7 +2401,7 @@ BODYPARAMETER : team - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -2461,7 +2461,7 @@ BODYPARAMETER : team - `[SharepointIds ]`: sharepointIds - `[Size ]`: Size of the item in bytes. Read-only. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -2483,7 +2483,7 @@ BODYPARAMETER : team - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -2734,7 +2734,7 @@ BODYPARAMETER : team - `[Id ]`: Read-only. - `[AcceptedSenders ]`: 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 ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -3121,7 +3121,7 @@ CHANNELS : The collection of channels and messages as - `[UserEmail ]`: Email of the user when the acceptance was recorded. - `[UserId ]`: The identifier of the user who accepted the agreement. - `[UserPrincipalName ]`: UPN of the user when the acceptance was recorded. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. @@ -3142,7 +3142,7 @@ CHANNELS : The collection of channels and messages as - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3150,9 +3150,9 @@ CHANNELS : The collection of channels and messages as - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3192,7 +3192,7 @@ CHANNELS : The collection of channels and messages as - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3760,7 +3760,7 @@ CHANNELS : The collection of channels and messages as - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -3779,7 +3779,7 @@ CHANNELS : The collection of channels and messages as - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user - `[CreatedDateTime ]`: Date and time of item creation. Read-only. @@ -3792,7 +3792,7 @@ CHANNELS : The collection of channels and messages as - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -3843,7 +3843,7 @@ CHANNELS : The collection of channels and messages as - `[Hidden ]`: If true, indicates that the list is not normally visible in the SharePoint user experience. - `[Template ]`: 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 ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -3902,7 +3902,7 @@ CHANNELS : The collection of channels and messages as - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[DisplayName ]`: The full title for the site. Read-only. @@ -3924,7 +3924,7 @@ CHANNELS : The collection of channels and messages as - `[Message ]`: A non-localized message for the developer. - `[Target ]`: The target of the error. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -4028,7 +4028,7 @@ CHANNELS : The collection of channels and messages as - `[ContentUrl ]`: The URL for downloading the content - `[SectionGroups ]`: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - `[Sections ]`: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -4168,7 +4168,7 @@ CHANNELS : The collection of channels and messages as - `[Id ]`: Read-only. - `[AcceptedSenders ]`: 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 ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -5142,7 +5142,7 @@ CHANNELS : The collection of channels and messages as - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -5200,7 +5200,7 @@ CHANNELS : The collection of channels and messages as - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -5217,7 +5217,7 @@ CHANNELS : The collection of channels and messages as - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -5277,7 +5277,7 @@ CHANNELS : The collection of channels and messages as - `[SharepointIds ]`: sharepointIds - `[Size ]`: Size of the item in bytes. Read-only. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -5299,7 +5299,7 @@ CHANNELS : The collection of channels and messages as - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -5550,7 +5550,7 @@ GROUP : group - `[Id ]`: Read-only. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. @@ -5834,7 +5834,7 @@ GROUP : group - `[UserEmail ]`: Email of the user when the acceptance was recorded. - `[UserId ]`: The identifier of the user who accepted the agreement. - `[UserPrincipalName ]`: UPN of the user when the acceptance was recorded. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). - `[AssignedDateTime ]`: The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z. @@ -5844,7 +5844,7 @@ GROUP : group - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -5852,9 +5852,9 @@ GROUP : group - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -5891,7 +5891,7 @@ GROUP : group - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -6148,7 +6148,7 @@ GROUP : group - `[SiteId ]`: For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated. - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -6178,7 +6178,7 @@ GROUP : group - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -6236,7 +6236,7 @@ GROUP : group - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -6250,7 +6250,7 @@ GROUP : group - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: The id of the content type. @@ -6285,7 +6285,7 @@ GROUP : group - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -6380,7 +6380,7 @@ GROUP : group - `[SharepointIds ]`: sharepointIds - `[Size ]`: Size of the item in bytes. Read-only. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -6417,7 +6417,7 @@ GROUP : group - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication @@ -6809,7 +6809,7 @@ GROUP : group - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6845,7 +6845,7 @@ GROUP : group - `[Message ]`: A non-localized message for the developer. - `[Target ]`: The target of the error. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -6875,14 +6875,14 @@ GROUP : group - `[ContentTypes ]`: The collection of content types present in this list. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[List ]`: listInfo - `[(Any) ]`: This indicates any property can be added to this object. - `[ContentTypesEnabled ]`: If true, indicates that content types are enabled for this list. - `[Hidden ]`: If true, indicates that the list is not normally visible in the SharePoint user experience. - `[Template ]`: 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 ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[System ]`: systemFacet - `[(Any) ]`: This indicates any property can be added to this object. - `[Onenote ]`: onenote @@ -6975,7 +6975,7 @@ GROUP : group - `[ContentUrl ]`: The URL for downloading the content - `[SectionGroups ]`: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - `[Sections ]`: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Root ]`: root - `[SharepointIds ]`: sharepointIds - `[SiteCollection ]`: siteCollection @@ -8219,7 +8219,7 @@ PRIMARYCHANNEL : channel - `[UserEmail ]`: Email of the user when the acceptance was recorded. - `[UserId ]`: The identifier of the user who accepted the agreement. - `[UserPrincipalName ]`: UPN of the user when the acceptance was recorded. - - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: Read-only. - `[AppRoleId ]`: 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. @@ -8240,7 +8240,7 @@ PRIMARYCHANNEL : channel - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8248,9 +8248,9 @@ PRIMARYCHANNEL : channel - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8290,7 +8290,7 @@ PRIMARYCHANNEL : channel - `[DeviceTag ]`: Tags containing app metadata. - `[DisplayName ]`: The name of the device on which this app is registered. - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -8858,7 +8858,7 @@ PRIMARYCHANNEL : channel - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -8877,7 +8877,7 @@ PRIMARYCHANNEL : channel - `[Sealed ]`: If true, the content type can't be modified by users or through push-down operations. Only site collection administrators can seal or unseal content types. - `[DisplayName ]`: The displayable title of the list. - `[Drive ]`: drive - - `[Items ]`: All items contained in the list. + - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user - `[CreatedDateTime ]`: Date and time of item creation. Read-only. @@ -8890,7 +8890,7 @@ PRIMARYCHANNEL : channel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[AllTime ]`: itemActivityStat @@ -8941,7 +8941,7 @@ PRIMARYCHANNEL : channel - `[Hidden ]`: If true, indicates that the list is not normally visible in the SharePoint user experience. - `[Template ]`: 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 ]`: sharepointIds - - `[Subscriptions ]`: The set of subscriptions on the list. + - `[Subscriptions ]`: The set of subscriptions on the list. - `[Id ]`: Read-only. - `[ApplicationId ]`: Optional. Identifier of the application used to create the subscription. Read-only. - `[ChangeType ]`: 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. @@ -9000,7 +9000,7 @@ PRIMARYCHANNEL : channel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Columns ]`: The collection of column definitions reusable across lists under this site. - `[ContentTypes ]`: The collection of content types defined for this site. - `[DisplayName ]`: The full title for the site. Read-only. @@ -9022,7 +9022,7 @@ PRIMARYCHANNEL : channel - `[Message ]`: A non-localized message for the developer. - `[Target ]`: The target of the error. - `[ExternalColumns ]`: The collection of column definitions available in the site that are referenced from the sites in the parent hierarchy of the current site. - - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. + - `[Items ]`: Used to address any item contained in this site. This collection can't be enumerated. - `[Id ]`: Read-only. - `[CreatedBy ]`: identitySet - `[CreatedByUser ]`: user @@ -9126,7 +9126,7 @@ PRIMARYCHANNEL : channel - `[ContentUrl ]`: The URL for downloading the content - `[SectionGroups ]`: The section groups in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - `[Sections ]`: The sections in all OneNote notebooks that are owned by the user or group. Read-only. Nullable. - - `[Permissions ]`: The permissions associated with the site. Nullable. + - `[Permissions ]`: The permissions associated with the site. Nullable. - `[Id ]`: Read-only. - `[ExpirationDateTime ]`: 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 ]`: identitySet @@ -9266,7 +9266,7 @@ PRIMARYCHANNEL : channel - `[Id ]`: Read-only. - `[AcceptedSenders ]`: 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 ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). - - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. - `[DisplayName ]`: The display name of the label. Read-only. - `[LabelId ]`: The unique identifier of the label. @@ -10240,7 +10240,7 @@ PRIMARYCHANNEL : channel - `[ParentReference ]`: itemReference - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. - `[Id ]`: Read-only. - - `[Analytics ]`: itemAnalytics + - `[Analytics ]`: itemAnalytics - `[Audio ]`: audio - `[(Any) ]`: This indicates any property can be added to this object. - `[Album ]`: The title of the album for this audio file. @@ -10298,7 +10298,7 @@ PRIMARYCHANNEL : channel - `[(Any) ]`: This indicates any property can be added to this object. - `[Height ]`: Optional. Height of the image, in pixels. Read-only. - `[Width ]`: Optional. Width of the image, in pixels. Read-only. - - `[ListItem ]`: listItem + - `[ListItem ]`: listItem - `[Location ]`: geoCoordinates - `[(Any) ]`: This indicates any property can be added to this object. - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. @@ -10315,7 +10315,7 @@ PRIMARYCHANNEL : channel - `[PendingContentUpdate ]`: pendingContentUpdate - `[(Any) ]`: This indicates any property can be added to this object. - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. - - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. - `[Photo ]`: photo - `[(Any) ]`: This indicates any property can be added to this object. - `[CameraMake ]`: Camera manufacturer. Read-only. @@ -10375,7 +10375,7 @@ PRIMARYCHANNEL : channel - `[SharepointIds ]`: sharepointIds - `[Size ]`: Size of the item in bytes. Read-only. - `[SpecialFolder ]`: specialFolder - - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. + - `[Subscriptions ]`: The set of subscriptions on the item. Only supported on the root of a drive. - `[Thumbnails ]`: Collection containing [ThumbnailSet][] objects associated with the item. For more info, see [getting thumbnails][]. Read-only. Nullable. - `[Id ]`: Read-only. - `[Large ]`: thumbnail @@ -10397,7 +10397,7 @@ PRIMARYCHANNEL : channel - `[Size ]`: Indicates the size of the content stream for this version of the item. - `[Video ]`: video - `[WebDavUrl ]`: WebDAV compatible URL for the item. - - `[Workbook ]`: workbook + - `[Workbook ]`: workbook - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - `[Application ]`: workbookApplication diff --git a/src/Teams/Teams/examples/v1.0-beta/Invoke-MgSoftChatMessageDelete.md b/src/Teams/Teams/examples/v1.0-beta/Invoke-MgSoftChatMessageDelete.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Teams/Teams/examples/v1.0-beta/Invoke-MgSoftChatMessageDelete.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Teams/Teams/examples/v1.0-beta/Invoke-MgSoftChatMessageReplyDelete.md b/src/Teams/Teams/examples/v1.0-beta/Invoke-MgSoftChatMessageReplyDelete.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Teams/Teams/examples/v1.0-beta/Invoke-MgSoftChatMessageReplyDelete.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Teams/Teams/examples/v1.0-beta/Invoke-MgSoftTeamChannelMessageDelete.md b/src/Teams/Teams/examples/v1.0-beta/Invoke-MgSoftTeamChannelMessageDelete.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Teams/Teams/examples/v1.0-beta/Invoke-MgSoftTeamChannelMessageDelete.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Teams/Teams/examples/v1.0-beta/Invoke-MgSoftTeamChannelMessageReplyDelete.md b/src/Teams/Teams/examples/v1.0-beta/Invoke-MgSoftTeamChannelMessageReplyDelete.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Teams/Teams/examples/v1.0-beta/Invoke-MgSoftTeamChannelMessageReplyDelete.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Teams/Teams/examples/v1.0-beta/Invoke-MgSoftTeamPrimaryChannelMessageDelete.md b/src/Teams/Teams/examples/v1.0-beta/Invoke-MgSoftTeamPrimaryChannelMessageDelete.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Teams/Teams/examples/v1.0-beta/Invoke-MgSoftTeamPrimaryChannelMessageDelete.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Teams/Teams/examples/v1.0-beta/Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete.md b/src/Teams/Teams/examples/v1.0-beta/Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Teams/Teams/examples/v1.0-beta/Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Teams/Teams/examples/v1.0-beta/Undo-MgChatMessageReplySoftDelete.md b/src/Teams/Teams/examples/v1.0-beta/Undo-MgChatMessageReplySoftDelete.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Teams/Teams/examples/v1.0-beta/Undo-MgChatMessageReplySoftDelete.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Teams/Teams/examples/v1.0-beta/Undo-MgChatMessageSoftDelete.md b/src/Teams/Teams/examples/v1.0-beta/Undo-MgChatMessageSoftDelete.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Teams/Teams/examples/v1.0-beta/Undo-MgChatMessageSoftDelete.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Teams/Teams/examples/v1.0-beta/Undo-MgTeamChannelMessageReplySoftDelete.md b/src/Teams/Teams/examples/v1.0-beta/Undo-MgTeamChannelMessageReplySoftDelete.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Teams/Teams/examples/v1.0-beta/Undo-MgTeamChannelMessageReplySoftDelete.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Teams/Teams/examples/v1.0-beta/Undo-MgTeamChannelMessageSoftDelete.md b/src/Teams/Teams/examples/v1.0-beta/Undo-MgTeamChannelMessageSoftDelete.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Teams/Teams/examples/v1.0-beta/Undo-MgTeamChannelMessageSoftDelete.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Teams/Teams/examples/v1.0-beta/Undo-MgTeamPrimaryChannelMessageReplySoftDelete.md b/src/Teams/Teams/examples/v1.0-beta/Undo-MgTeamPrimaryChannelMessageReplySoftDelete.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Teams/Teams/examples/v1.0-beta/Undo-MgTeamPrimaryChannelMessageReplySoftDelete.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Teams/Teams/examples/v1.0-beta/Undo-MgTeamPrimaryChannelMessageSoftDelete.md b/src/Teams/Teams/examples/v1.0-beta/Undo-MgTeamPrimaryChannelMessageSoftDelete.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Teams/Teams/examples/v1.0-beta/Undo-MgTeamPrimaryChannelMessageSoftDelete.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Users.Actions/Users.Actions/docs/v1.0-beta/Find-MgUserMeetingTime.md b/src/Users.Actions/Users.Actions/docs/v1.0-beta/Find-MgUserMeetingTime.md index 96b5ff508cd..b587aaf72a5 100644 --- a/src/Users.Actions/Users.Actions/docs/v1.0-beta/Find-MgUserMeetingTime.md +++ b/src/Users.Actions/Users.Actions/docs/v1.0-beta/Find-MgUserMeetingTime.md @@ -24,14 +24,14 @@ Find-MgUserMeetingTime -UserId [-AdditionalProperties ] ### Find ``` Find-MgUserMeetingTime -UserId - -BodyParameter + -BodyParameter [-Confirm] [-WhatIf] [] ``` ### FindViaIdentity ``` Find-MgUserMeetingTime -InputObject - -BodyParameter + -BodyParameter [-Confirm] [-WhatIf] [] ``` @@ -87,7 +87,7 @@ Accept wildcard characters: False To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IPathsSzpbzfUsersUserIdMicrosoftGraphFindmeetingtimesPostRequestbodyContentApplicationJsonSchema1 +Type: Microsoft.Graph.PowerShell.Models.IPathsSzpbzfUsersUserIdMicrosoftGraphFindmeetingtimesPostRequestbodyContentApplicationJsonSchema Parameter Sets: Find, FindViaIdentity Aliases: @@ -272,7 +272,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IPathsSzpbzfUsersUserIdMicrosoftGraphFindmeetingtimesPostRequestbodyContentApplicationJsonSchema1 +### Microsoft.Graph.PowerShell.Models.IPathsSzpbzfUsersUserIdMicrosoftGraphFindmeetingtimesPostRequestbodyContentApplicationJsonSchema ### Microsoft.Graph.PowerShell.Models.IUsersActionsIdentity @@ -296,7 +296,7 @@ ATTENDEES : . - `[Name ]`: The display name of the person or entity. - `[Type ]`: attendeeType -BODYPARAMETER : . +BODYPARAMETER : . - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: - `[EmailAddress ]`: emailAddress diff --git a/src/Users.Actions/Users.Actions/docs/v1.0-beta/Microsoft.Graph.Users.Actions.md b/src/Users.Actions/Users.Actions/docs/v1.0-beta/Microsoft.Graph.Users.Actions.md index a4c46b8f758..12c7fd2fe17 100644 --- a/src/Users.Actions/Users.Actions/docs/v1.0-beta/Microsoft.Graph.Users.Actions.md +++ b/src/Users.Actions/Users.Actions/docs/v1.0-beta/Microsoft.Graph.Users.Actions.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Users.Actions -Module Guid: 65116790-30d4-4829-88be-388cbf4faf33 +Module Guid: 7b5c668d-59a2-48a9-b13a-fa6d1cbe8578 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.users.actions Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Users.Actions/Users.Actions/docs/v1.0/Find-MgUserMeetingTime.md b/src/Users.Actions/Users.Actions/docs/v1.0/Find-MgUserMeetingTime.md index 43aca164f5b..ee1a7993d75 100644 --- a/src/Users.Actions/Users.Actions/docs/v1.0/Find-MgUserMeetingTime.md +++ b/src/Users.Actions/Users.Actions/docs/v1.0/Find-MgUserMeetingTime.md @@ -24,14 +24,14 @@ Find-MgUserMeetingTime -UserId [-AdditionalProperties ] ### Find1 ``` Find-MgUserMeetingTime -UserId - -BodyParameter + -BodyParameter [-Confirm] [-WhatIf] [] ``` ### FindViaIdentity1 ``` Find-MgUserMeetingTime -InputObject - -BodyParameter + -BodyParameter [-Confirm] [-WhatIf] [] ``` @@ -87,7 +87,7 @@ Accept wildcard characters: False To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IPathsSzpbzfUsersUserIdMicrosoftGraphFindmeetingtimesPostRequestbodyContentApplicationJsonSchema +Type: Microsoft.Graph.PowerShell.Models.IPathsSzpbzfUsersUserIdMicrosoftGraphFindmeetingtimesPostRequestbodyContentApplicationJsonSchema1 Parameter Sets: Find1, FindViaIdentity1 Aliases: @@ -272,7 +272,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IPathsSzpbzfUsersUserIdMicrosoftGraphFindmeetingtimesPostRequestbodyContentApplicationJsonSchema +### Microsoft.Graph.PowerShell.Models.IPathsSzpbzfUsersUserIdMicrosoftGraphFindmeetingtimesPostRequestbodyContentApplicationJsonSchema1 ### Microsoft.Graph.PowerShell.Models.IUsersActionsIdentity @@ -296,7 +296,7 @@ ATTENDEES : . - `[Name ]`: The display name of the person or entity. - `[Type ]`: attendeeType -BODYPARAMETER : . +BODYPARAMETER : . - `[(Any) ]`: This indicates any property can be added to this object. - `[Attendees ]`: - `[EmailAddress ]`: emailAddress diff --git a/src/Users.Actions/Users.Actions/docs/v1.0/Invoke-MgRedirectUserInsightSharedLastSharedMethodMicrosoftGraphPrintJob.md b/src/Users.Actions/Users.Actions/docs/v1.0/Invoke-MgRedirectUserInsightSharedLastSharedMethodMicrosoftGraphPrintJob.md index 992befcbb92..d5fe88e7e83 100644 --- a/src/Users.Actions/Users.Actions/docs/v1.0/Invoke-MgRedirectUserInsightSharedLastSharedMethodMicrosoftGraphPrintJob.md +++ b/src/Users.Actions/Users.Actions/docs/v1.0/Invoke-MgRedirectUserInsightSharedLastSharedMethodMicrosoftGraphPrintJob.md @@ -15,7 +15,7 @@ Invoke action redirect ### RedirectExpanded (Default) ``` Invoke-MgRedirectUserInsightSharedLastSharedMethodMicrosoftGraphPrintJob -SharedInsightId - -UserId [-AdditionalProperties ] [-Configuration ] + -UserId [-AdditionalProperties ] [-Configuration ] [-DestinationPrinterId ] [-Confirm] [-WhatIf] [] ``` @@ -37,7 +37,7 @@ Invoke-MgRedirectUserInsightSharedLastSharedMethodMicrosoftGraphPrintJob -InputO ### RedirectViaIdentityExpanded ``` Invoke-MgRedirectUserInsightSharedLastSharedMethodMicrosoftGraphPrintJob -InputObject - [-AdditionalProperties ] [-Configuration ] + [-AdditionalProperties ] [-Configuration ] [-DestinationPrinterId ] [-Confirm] [-WhatIf] [] ``` @@ -84,7 +84,7 @@ printJobConfiguration To construct, please use Get-Help -Online and see NOTES section for CONFIGURATION properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintJobConfiguration +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintJobConfiguration1 Parameter Sets: RedirectExpanded, RedirectViaIdentityExpanded Aliases: @@ -198,7 +198,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintJob +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintJob1 ## NOTES @@ -211,14 +211,14 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : . - `[(Any) ]`: This indicates any property can be added to this object. - - `[Configuration ]`: printJobConfiguration + - `[Configuration ]`: printJobConfiguration - `[(Any) ]`: This indicates any property can be added to this object. - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. - - `[ColorMode ]`: printColorMode + - `[ColorMode ]`: - `[Copies ]`: The number of copies that should be printed. Read-only. - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. - - `[DuplexMode ]`: printDuplexMode - - `[FeedOrientation ]`: printerFeedOrientation + - `[DuplexMode ]`: + - `[FeedOrientation ]`: - `[Finishings ]`: Finishing processes to use when printing. - `[FitPdfToPage ]`: - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. @@ -230,10 +230,10 @@ BODYPARAMETER ]`: The margin in microns from the top edge. - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. - `[MediaType ]`: The default media (such as paper) type to print the document on. - - `[MultipageLayout ]`: printMultipageLayout - - `[Orientation ]`: printOrientation + - `[MultipageLayout ]`: + - `[Orientation ]`: - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. - - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PageRanges ]`: The page ranges to print. Read-only. - `[End ]`: The inclusive upper bound of the integer range. - `[Start ]`: The inclusive lower bound of the integer range. - `[PagesPerSheet ]`: The number of document pages to print on each sheet. @@ -241,14 +241,14 @@ BODYPARAMETER ]`: printScaling - `[DestinationPrinterId ]`: -CONFIGURATION : printJobConfiguration +CONFIGURATION : printJobConfiguration - `[(Any) ]`: This indicates any property can be added to this object. - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. - - `[ColorMode ]`: printColorMode + - `[ColorMode ]`: - `[Copies ]`: The number of copies that should be printed. Read-only. - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. - - `[DuplexMode ]`: printDuplexMode - - `[FeedOrientation ]`: printerFeedOrientation + - `[DuplexMode ]`: + - `[FeedOrientation ]`: - `[Finishings ]`: Finishing processes to use when printing. - `[FitPdfToPage ]`: - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. @@ -260,10 +260,10 @@ CONFIGURATION : printJobConfiguration - `[Top ]`: The margin in microns from the top edge. - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. - `[MediaType ]`: The default media (such as paper) type to print the document on. - - `[MultipageLayout ]`: printMultipageLayout - - `[Orientation ]`: printOrientation + - `[MultipageLayout ]`: + - `[Orientation ]`: - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. - - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PageRanges ]`: The page ranges to print. Read-only. - `[End ]`: The inclusive upper bound of the integer range. - `[Start ]`: The inclusive lower bound of the integer range. - `[PagesPerSheet ]`: The number of document pages to print on each sheet. diff --git a/src/Users.Actions/Users.Actions/docs/v1.0/Invoke-MgRedirectUserInsightSharedResourceMicrosoftGraphPrintJob.md b/src/Users.Actions/Users.Actions/docs/v1.0/Invoke-MgRedirectUserInsightSharedResourceMicrosoftGraphPrintJob.md index 7d3b9c5727a..f930bfdad01 100644 --- a/src/Users.Actions/Users.Actions/docs/v1.0/Invoke-MgRedirectUserInsightSharedResourceMicrosoftGraphPrintJob.md +++ b/src/Users.Actions/Users.Actions/docs/v1.0/Invoke-MgRedirectUserInsightSharedResourceMicrosoftGraphPrintJob.md @@ -15,7 +15,7 @@ Invoke action redirect ### RedirectExpanded (Default) ``` Invoke-MgRedirectUserInsightSharedResourceMicrosoftGraphPrintJob -SharedInsightId -UserId - [-AdditionalProperties ] [-Configuration ] + [-AdditionalProperties ] [-Configuration ] [-DestinationPrinterId ] [-Confirm] [-WhatIf] [] ``` @@ -36,7 +36,7 @@ Invoke-MgRedirectUserInsightSharedResourceMicrosoftGraphPrintJob -InputObject - [-AdditionalProperties ] [-Configuration ] + [-AdditionalProperties ] [-Configuration ] [-DestinationPrinterId ] [-Confirm] [-WhatIf] [] ``` @@ -83,7 +83,7 @@ printJobConfiguration To construct, please use Get-Help -Online and see NOTES section for CONFIGURATION properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintJobConfiguration +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintJobConfiguration1 Parameter Sets: RedirectExpanded, RedirectViaIdentityExpanded Aliases: @@ -197,7 +197,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintJob +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintJob1 ## NOTES @@ -210,14 +210,14 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : . - `[(Any) ]`: This indicates any property can be added to this object. - - `[Configuration ]`: printJobConfiguration + - `[Configuration ]`: printJobConfiguration - `[(Any) ]`: This indicates any property can be added to this object. - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. - - `[ColorMode ]`: printColorMode + - `[ColorMode ]`: - `[Copies ]`: The number of copies that should be printed. Read-only. - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. - - `[DuplexMode ]`: printDuplexMode - - `[FeedOrientation ]`: printerFeedOrientation + - `[DuplexMode ]`: + - `[FeedOrientation ]`: - `[Finishings ]`: Finishing processes to use when printing. - `[FitPdfToPage ]`: - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. @@ -229,10 +229,10 @@ BODYPARAMETER ]`: The margin in microns from the top edge. - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. - `[MediaType ]`: The default media (such as paper) type to print the document on. - - `[MultipageLayout ]`: printMultipageLayout - - `[Orientation ]`: printOrientation + - `[MultipageLayout ]`: + - `[Orientation ]`: - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. - - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PageRanges ]`: The page ranges to print. Read-only. - `[End ]`: The inclusive upper bound of the integer range. - `[Start ]`: The inclusive lower bound of the integer range. - `[PagesPerSheet ]`: The number of document pages to print on each sheet. @@ -240,14 +240,14 @@ BODYPARAMETER ]`: printScaling - `[DestinationPrinterId ]`: -CONFIGURATION : printJobConfiguration +CONFIGURATION : printJobConfiguration - `[(Any) ]`: This indicates any property can be added to this object. - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. - - `[ColorMode ]`: printColorMode + - `[ColorMode ]`: - `[Copies ]`: The number of copies that should be printed. Read-only. - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. - - `[DuplexMode ]`: printDuplexMode - - `[FeedOrientation ]`: printerFeedOrientation + - `[DuplexMode ]`: + - `[FeedOrientation ]`: - `[Finishings ]`: Finishing processes to use when printing. - `[FitPdfToPage ]`: - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. @@ -259,10 +259,10 @@ CONFIGURATION : printJobConfiguration - `[Top ]`: The margin in microns from the top edge. - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. - `[MediaType ]`: The default media (such as paper) type to print the document on. - - `[MultipageLayout ]`: printMultipageLayout - - `[Orientation ]`: printOrientation + - `[MultipageLayout ]`: + - `[Orientation ]`: - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. - - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PageRanges ]`: The page ranges to print. Read-only. - `[End ]`: The inclusive upper bound of the integer range. - `[Start ]`: The inclusive lower bound of the integer range. - `[PagesPerSheet ]`: The number of document pages to print on each sheet. diff --git a/src/Users.Actions/Users.Actions/docs/v1.0/Invoke-MgRedirectUserInsightTrendingResourceMicrosoftGraphPrintJob.md b/src/Users.Actions/Users.Actions/docs/v1.0/Invoke-MgRedirectUserInsightTrendingResourceMicrosoftGraphPrintJob.md index 3ae522dd381..75e34e9cc28 100644 --- a/src/Users.Actions/Users.Actions/docs/v1.0/Invoke-MgRedirectUserInsightTrendingResourceMicrosoftGraphPrintJob.md +++ b/src/Users.Actions/Users.Actions/docs/v1.0/Invoke-MgRedirectUserInsightTrendingResourceMicrosoftGraphPrintJob.md @@ -15,7 +15,7 @@ Invoke action redirect ### RedirectExpanded (Default) ``` Invoke-MgRedirectUserInsightTrendingResourceMicrosoftGraphPrintJob -TrendingId -UserId - [-AdditionalProperties ] [-Configuration ] + [-AdditionalProperties ] [-Configuration ] [-DestinationPrinterId ] [-Confirm] [-WhatIf] [] ``` @@ -36,7 +36,7 @@ Invoke-MgRedirectUserInsightTrendingResourceMicrosoftGraphPrintJob -InputObject ### RedirectViaIdentityExpanded ``` Invoke-MgRedirectUserInsightTrendingResourceMicrosoftGraphPrintJob -InputObject - [-AdditionalProperties ] [-Configuration ] + [-AdditionalProperties ] [-Configuration ] [-DestinationPrinterId ] [-Confirm] [-WhatIf] [] ``` @@ -83,7 +83,7 @@ printJobConfiguration To construct, please use Get-Help -Online and see NOTES section for CONFIGURATION properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintJobConfiguration +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintJobConfiguration1 Parameter Sets: RedirectExpanded, RedirectViaIdentityExpanded Aliases: @@ -197,7 +197,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintJob +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintJob1 ## NOTES @@ -210,14 +210,14 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : . - `[(Any) ]`: This indicates any property can be added to this object. - - `[Configuration ]`: printJobConfiguration + - `[Configuration ]`: printJobConfiguration - `[(Any) ]`: This indicates any property can be added to this object. - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. - - `[ColorMode ]`: printColorMode + - `[ColorMode ]`: - `[Copies ]`: The number of copies that should be printed. Read-only. - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. - - `[DuplexMode ]`: printDuplexMode - - `[FeedOrientation ]`: printerFeedOrientation + - `[DuplexMode ]`: + - `[FeedOrientation ]`: - `[Finishings ]`: Finishing processes to use when printing. - `[FitPdfToPage ]`: - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. @@ -229,10 +229,10 @@ BODYPARAMETER ]`: The margin in microns from the top edge. - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. - `[MediaType ]`: The default media (such as paper) type to print the document on. - - `[MultipageLayout ]`: printMultipageLayout - - `[Orientation ]`: printOrientation + - `[MultipageLayout ]`: + - `[Orientation ]`: - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. - - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PageRanges ]`: The page ranges to print. Read-only. - `[End ]`: The inclusive upper bound of the integer range. - `[Start ]`: The inclusive lower bound of the integer range. - `[PagesPerSheet ]`: The number of document pages to print on each sheet. @@ -240,14 +240,14 @@ BODYPARAMETER ]`: printScaling - `[DestinationPrinterId ]`: -CONFIGURATION : printJobConfiguration +CONFIGURATION : printJobConfiguration - `[(Any) ]`: This indicates any property can be added to this object. - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. - - `[ColorMode ]`: printColorMode + - `[ColorMode ]`: - `[Copies ]`: The number of copies that should be printed. Read-only. - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. - - `[DuplexMode ]`: printDuplexMode - - `[FeedOrientation ]`: printerFeedOrientation + - `[DuplexMode ]`: + - `[FeedOrientation ]`: - `[Finishings ]`: Finishing processes to use when printing. - `[FitPdfToPage ]`: - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. @@ -259,10 +259,10 @@ CONFIGURATION : printJobConfiguration - `[Top ]`: The margin in microns from the top edge. - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. - `[MediaType ]`: The default media (such as paper) type to print the document on. - - `[MultipageLayout ]`: printMultipageLayout - - `[Orientation ]`: printOrientation + - `[MultipageLayout ]`: + - `[Orientation ]`: - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. - - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PageRanges ]`: The page ranges to print. Read-only. - `[End ]`: The inclusive upper bound of the integer range. - `[Start ]`: The inclusive lower bound of the integer range. - `[PagesPerSheet ]`: The number of document pages to print on each sheet. diff --git a/src/Users.Actions/Users.Actions/docs/v1.0/Invoke-MgRedirectUserInsightUsedResourceMicrosoftGraphPrintJob.md b/src/Users.Actions/Users.Actions/docs/v1.0/Invoke-MgRedirectUserInsightUsedResourceMicrosoftGraphPrintJob.md index a7d16eb131c..14834254598 100644 --- a/src/Users.Actions/Users.Actions/docs/v1.0/Invoke-MgRedirectUserInsightUsedResourceMicrosoftGraphPrintJob.md +++ b/src/Users.Actions/Users.Actions/docs/v1.0/Invoke-MgRedirectUserInsightUsedResourceMicrosoftGraphPrintJob.md @@ -15,7 +15,7 @@ Invoke action redirect ### RedirectExpanded (Default) ``` Invoke-MgRedirectUserInsightUsedResourceMicrosoftGraphPrintJob -UsedInsightId -UserId - [-AdditionalProperties ] [-Configuration ] + [-AdditionalProperties ] [-Configuration ] [-DestinationPrinterId ] [-Confirm] [-WhatIf] [] ``` @@ -36,7 +36,7 @@ Invoke-MgRedirectUserInsightUsedResourceMicrosoftGraphPrintJob -InputObject - [-AdditionalProperties ] [-Configuration ] + [-AdditionalProperties ] [-Configuration ] [-DestinationPrinterId ] [-Confirm] [-WhatIf] [] ``` @@ -83,7 +83,7 @@ printJobConfiguration To construct, please use Get-Help -Online and see NOTES section for CONFIGURATION properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintJobConfiguration +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintJobConfiguration1 Parameter Sets: RedirectExpanded, RedirectViaIdentityExpanded Aliases: @@ -197,7 +197,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintJob +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintJob1 ## NOTES @@ -210,14 +210,14 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : . - `[(Any) ]`: This indicates any property can be added to this object. - - `[Configuration ]`: printJobConfiguration + - `[Configuration ]`: printJobConfiguration - `[(Any) ]`: This indicates any property can be added to this object. - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. - - `[ColorMode ]`: printColorMode + - `[ColorMode ]`: - `[Copies ]`: The number of copies that should be printed. Read-only. - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. - - `[DuplexMode ]`: printDuplexMode - - `[FeedOrientation ]`: printerFeedOrientation + - `[DuplexMode ]`: + - `[FeedOrientation ]`: - `[Finishings ]`: Finishing processes to use when printing. - `[FitPdfToPage ]`: - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. @@ -229,10 +229,10 @@ BODYPARAMETER ]`: The margin in microns from the top edge. - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. - `[MediaType ]`: The default media (such as paper) type to print the document on. - - `[MultipageLayout ]`: printMultipageLayout - - `[Orientation ]`: printOrientation + - `[MultipageLayout ]`: + - `[Orientation ]`: - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. - - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PageRanges ]`: The page ranges to print. Read-only. - `[End ]`: The inclusive upper bound of the integer range. - `[Start ]`: The inclusive lower bound of the integer range. - `[PagesPerSheet ]`: The number of document pages to print on each sheet. @@ -240,14 +240,14 @@ BODYPARAMETER ]`: printScaling - `[DestinationPrinterId ]`: -CONFIGURATION : printJobConfiguration +CONFIGURATION : printJobConfiguration - `[(Any) ]`: This indicates any property can be added to this object. - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. - - `[ColorMode ]`: printColorMode + - `[ColorMode ]`: - `[Copies ]`: The number of copies that should be printed. Read-only. - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. - - `[DuplexMode ]`: printDuplexMode - - `[FeedOrientation ]`: printerFeedOrientation + - `[DuplexMode ]`: + - `[FeedOrientation ]`: - `[Finishings ]`: Finishing processes to use when printing. - `[FitPdfToPage ]`: - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. @@ -259,10 +259,10 @@ CONFIGURATION : printJobConfiguration - `[Top ]`: The margin in microns from the top edge. - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. - `[MediaType ]`: The default media (such as paper) type to print the document on. - - `[MultipageLayout ]`: printMultipageLayout - - `[Orientation ]`: printOrientation + - `[MultipageLayout ]`: + - `[Orientation ]`: - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. - - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PageRanges ]`: The page ranges to print. Read-only. - `[End ]`: The inclusive upper bound of the integer range. - `[Start ]`: The inclusive lower bound of the integer range. - `[PagesPerSheet ]`: The number of document pages to print on each sheet. diff --git a/src/Users.Actions/Users.Actions/docs/v1.0/Microsoft.Graph.Users.Actions.md b/src/Users.Actions/Users.Actions/docs/v1.0/Microsoft.Graph.Users.Actions.md index f3467c81baf..7d83d111b32 100644 --- a/src/Users.Actions/Users.Actions/docs/v1.0/Microsoft.Graph.Users.Actions.md +++ b/src/Users.Actions/Users.Actions/docs/v1.0/Microsoft.Graph.Users.Actions.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Users.Actions -Module Guid: 65116790-30d4-4829-88be-388cbf4faf33 +Module Guid: 7b5c668d-59a2-48a9-b13a-fa6d1cbe8578 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.users.actions Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Users.Actions/Users.Actions/docs/v1.0/Start-MgUserInsightSharedLastSharedMethodMicrosoftGraphPrintJob.md b/src/Users.Actions/Users.Actions/docs/v1.0/Start-MgUserInsightSharedLastSharedMethodMicrosoftGraphPrintJob.md index 2466f71921f..4d67f69d464 100644 --- a/src/Users.Actions/Users.Actions/docs/v1.0/Start-MgUserInsightSharedLastSharedMethodMicrosoftGraphPrintJob.md +++ b/src/Users.Actions/Users.Actions/docs/v1.0/Start-MgUserInsightSharedLastSharedMethodMicrosoftGraphPrintJob.md @@ -117,7 +117,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintJobStatus +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintJobStatus1 ## NOTES diff --git a/src/Users.Actions/Users.Actions/docs/v1.0/Start-MgUserInsightSharedResourceMicrosoftGraphPrintJob.md b/src/Users.Actions/Users.Actions/docs/v1.0/Start-MgUserInsightSharedResourceMicrosoftGraphPrintJob.md index 25ed4cc9858..3a4baaa317c 100644 --- a/src/Users.Actions/Users.Actions/docs/v1.0/Start-MgUserInsightSharedResourceMicrosoftGraphPrintJob.md +++ b/src/Users.Actions/Users.Actions/docs/v1.0/Start-MgUserInsightSharedResourceMicrosoftGraphPrintJob.md @@ -117,7 +117,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintJobStatus +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintJobStatus1 ## NOTES diff --git a/src/Users.Actions/Users.Actions/docs/v1.0/Start-MgUserInsightTrendingResourceMicrosoftGraphPrintJob.md b/src/Users.Actions/Users.Actions/docs/v1.0/Start-MgUserInsightTrendingResourceMicrosoftGraphPrintJob.md index 00eec9a6d01..9f49e4b8f52 100644 --- a/src/Users.Actions/Users.Actions/docs/v1.0/Start-MgUserInsightTrendingResourceMicrosoftGraphPrintJob.md +++ b/src/Users.Actions/Users.Actions/docs/v1.0/Start-MgUserInsightTrendingResourceMicrosoftGraphPrintJob.md @@ -117,7 +117,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintJobStatus +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintJobStatus1 ## NOTES diff --git a/src/Users.Actions/Users.Actions/docs/v1.0/Start-MgUserInsightUsedResourceMicrosoftGraphPrintJob.md b/src/Users.Actions/Users.Actions/docs/v1.0/Start-MgUserInsightUsedResourceMicrosoftGraphPrintJob.md index 702f22c6e27..f9417d25f53 100644 --- a/src/Users.Actions/Users.Actions/docs/v1.0/Start-MgUserInsightUsedResourceMicrosoftGraphPrintJob.md +++ b/src/Users.Actions/Users.Actions/docs/v1.0/Start-MgUserInsightUsedResourceMicrosoftGraphPrintJob.md @@ -117,7 +117,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintJobStatus +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPrintJobStatus1 ## NOTES diff --git a/src/Users.Functions/Users.Functions/docs/v1.0-beta/Microsoft.Graph.Users.Functions.md b/src/Users.Functions/Users.Functions/docs/v1.0-beta/Microsoft.Graph.Users.Functions.md index ca32d48e1ee..954ed2f4e1a 100644 --- a/src/Users.Functions/Users.Functions/docs/v1.0-beta/Microsoft.Graph.Users.Functions.md +++ b/src/Users.Functions/Users.Functions/docs/v1.0-beta/Microsoft.Graph.Users.Functions.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Users.Functions -Module Guid: a7c27842-f973-4135-9499-e1c92d3dbd1a +Module Guid: 9b742461-8530-4982-b2c3-8abe77054fd4 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.users.functions Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Users.Functions/Users.Functions/docs/v1.0/Microsoft.Graph.Users.Functions.md b/src/Users.Functions/Users.Functions/docs/v1.0/Microsoft.Graph.Users.Functions.md index a7d8d5e5057..88609aec0e5 100644 --- a/src/Users.Functions/Users.Functions/docs/v1.0/Microsoft.Graph.Users.Functions.md +++ b/src/Users.Functions/Users.Functions/docs/v1.0/Microsoft.Graph.Users.Functions.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Users.Functions -Module Guid: a7c27842-f973-4135-9499-e1c92d3dbd1a +Module Guid: 9b742461-8530-4982-b2c3-8abe77054fd4 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.users.functions Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Users/Users/docs/v1.0-beta/Microsoft.Graph.Users.md b/src/Users/Users/docs/v1.0-beta/Microsoft.Graph.Users.md index 190e44ed444..8f48091f2fc 100644 --- a/src/Users/Users/docs/v1.0-beta/Microsoft.Graph.Users.md +++ b/src/Users/Users/docs/v1.0-beta/Microsoft.Graph.Users.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Users -Module Guid: 34fd5bf6-075f-42e9-b8e7-6b60aaa15ca8 +Module Guid: a5405be8-88d3-4d07-8c5c-1e3fd051a030 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.users Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Users/Users/docs/v1.0-beta/New-MgUser.md b/src/Users/Users/docs/v1.0-beta/New-MgUser.md index 98fc65a66eb..531ed7b20bd 100644 --- a/src/Users/Users/docs/v1.0-beta/New-MgUser.md +++ b/src/Users/Users/docs/v1.0-beta/New-MgUser.md @@ -65,9 +65,10 @@ New-MgUser [-AboutMe ] [-AccountEnabled] [-Activities ] [-Photos ] [-Planner ] [-PostalCode ] [-PreferredDataLocation ] [-PreferredLanguage ] [-PreferredName ] [-Presence ] - [-Profile ] [-ProvisionedPlans ] - [-ProxyAddresses ] [-RefreshTokensValidFromDateTime ] - [-RegisteredDevices ] [-Responsibilities ] [-Schools ] + [-Print ] [-Profile ] + [-ProvisionedPlans ] [-ProxyAddresses ] + [-RefreshTokensValidFromDateTime ] [-RegisteredDevices ] + [-Responsibilities ] [-Schools ] [-ScopedRoleMemberOf ] [-Security ] [-Settings ] [-ShowInAddressList] [-SignInActivity ] [-SignInSessionsValidFromDateTime ] @@ -2117,6 +2118,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Print +userPrint +To construct, please use Get-Help -Online and see NOTES section for PRINT properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUserPrint +Parameter Sets: CreateExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Profile profile To construct, please use Get-Help -Online and see NOTES section for PROFILE properties and create a hash table. @@ -2791,10 +2808,10 @@ ASSIGNEDPLANS : The plans that are assigned to th AUTHENTICATION : authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -2803,9 +2820,9 @@ AUTHENTICATION : authentication - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -2903,18 +2920,18 @@ AUTHENTICATION : authentication - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -2922,7 +2939,7 @@ AUTHENTICATION : authentication - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -2931,7 +2948,7 @@ AUTHENTICATION : authentication - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -3069,10 +3086,10 @@ BODYPARAMETER : user - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -3081,9 +3098,9 @@ BODYPARAMETER : user - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -3181,18 +3198,18 @@ BODYPARAMETER : user - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -3200,7 +3217,7 @@ BODYPARAMETER : user - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -3209,7 +3226,7 @@ BODYPARAMETER : user - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -4491,7 +4508,7 @@ BODYPARAMETER : user - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -6371,6 +6388,247 @@ BODYPARAMETER : user - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -8230,10 +8488,10 @@ DRIVE : drive - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -8242,9 +8500,9 @@ DRIVE : drive - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -8342,18 +8600,18 @@ DRIVE : drive - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -8361,7 +8619,7 @@ DRIVE : drive - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -8370,7 +8628,7 @@ DRIVE : drive - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -9646,7 +9904,7 @@ DRIVE : drive - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -11497,6 +11755,247 @@ DRIVE : drive - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -12208,10 +12707,10 @@ DRIVES : A collection of drives available for this user. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -12220,9 +12719,9 @@ DRIVES : A collection of drives available for this user. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -12320,18 +12819,18 @@ DRIVES : A collection of drives available for this user. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -12339,7 +12838,7 @@ DRIVES : A collection of drives available for this user. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -12348,7 +12847,7 @@ DRIVES : A collection of drives available for this user. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -13624,7 +14123,7 @@ DRIVES : A collection of drives available for this user. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -15475,6 +15974,247 @@ DRIVES : A collection of drives available for this user. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -16356,10 +17096,10 @@ FOLLOWEDSITES : . - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -16368,9 +17108,9 @@ FOLLOWEDSITES : . - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -16468,18 +17208,18 @@ FOLLOWEDSITES : . - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -16487,7 +17227,7 @@ FOLLOWEDSITES : . - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -16496,7 +17236,7 @@ FOLLOWEDSITES : . - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -17778,7 +18518,7 @@ FOLLOWEDSITES : . - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -19581,6 +20321,247 @@ FOLLOWEDSITES : . - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -20668,10 +21649,10 @@ JOINEDGROUPS : Read-only. Nullable. - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -20680,9 +21661,9 @@ JOINEDGROUPS : Read-only. Nullable. - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -20777,18 +21758,18 @@ JOINEDGROUPS : Read-only. Nullable. - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -20796,7 +21777,7 @@ JOINEDGROUPS : Read-only. Nullable. - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -20805,7 +21786,7 @@ JOINEDGROUPS : Read-only. Nullable. - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -21922,7 +22903,7 @@ JOINEDGROUPS : Read-only. Nullable. - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -23619,6 +24600,247 @@ JOINEDGROUPS : Read-only. Nullable. - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -24425,10 +25647,10 @@ JOINEDTEAMS : The Microsoft Teams teams that the user is - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -24437,9 +25659,9 @@ JOINEDTEAMS : The Microsoft Teams teams that the user is - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -24537,18 +25759,18 @@ JOINEDTEAMS : The Microsoft Teams teams that the user is - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -24556,7 +25778,7 @@ JOINEDTEAMS : The Microsoft Teams teams that the user is - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -24565,7 +25787,7 @@ JOINEDTEAMS : The Microsoft Teams teams that the user is - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -25387,7 +26609,7 @@ JOINEDTEAMS : The Microsoft Teams teams that the user is - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -27035,6 +28257,247 @@ JOINEDTEAMS : The Microsoft Teams teams that the user is - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -28931,10 +30394,10 @@ MANAGEDDEVICES : The managed devices associated - `[Authentication ]`: authentication - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. - - `[EmailMethods ]`: + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. - `[Id ]`: Read-only. - `[EmailAddress ]`: The email address registered to this user. - - `[Fido2Methods ]`: + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. - `[Id ]`: Read-only. - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. @@ -28943,9 +30406,9 @@ MANAGEDDEVICES : The managed devices associated - `[CreationDateTime ]`: - `[DisplayName ]`: The display name of the key as given by the user. - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. - - `[Methods ]`: + - `[Methods ]`: Represents all authentication methods registered to a user. - `[Id ]`: Read-only. - - `[MicrosoftAuthenticatorMethods ]`: + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. - `[Device ]`: device @@ -29043,18 +30506,18 @@ MANAGEDDEVICES : The managed devices associated - `[ResourceLocation ]`: - `[Status ]`: longRunningOperationStatus - `[StatusDetail ]`: - - `[PasswordMethods ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. - - `[PasswordlessMicrosoftAuthenticatorMethods ]`: + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: - `[CreationDateTime ]`: The timestamp when this method was registered to the user. - `[Device ]`: device - `[DisplayName ]`: The display name of the mobile device as given by the user. - - `[PhoneMethods ]`: + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. - `[Id ]`: Read-only. - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. - `[PhoneType ]`: authenticationPhoneType @@ -29062,7 +30525,7 @@ MANAGEDDEVICES : The managed devices associated - `[SoftwareOathMethods ]`: - `[Id ]`: Read-only. - `[SecretKey ]`: The secret key of the method. Always returns null. - - `[TemporaryAccessPassMethods ]`: + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. @@ -29071,7 +30534,7 @@ MANAGEDDEVICES : The managed devices associated - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. - - `[WindowsHelloForBusinessMethods ]`: + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. - `[Id ]`: Read-only. - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. - `[Device ]`: device @@ -30339,7 +31802,7 @@ MANAGEDDEVICES : The managed devices associated - `[FolderName ]`: Folder name in which the file will be placed when a new document set is created in the library. - `[PropagateWelcomePageChanges ]`: Specifies whether to push welcome page changes to inherited content types. - `[SharedColumns ]`: - - `[ShouldPrefixNameToFile ]`: Add the name of the document set to each file name. + - `[ShouldPrefixNameToFile ]`: Indicates whether to add the name of the document set to each file name. - `[WelcomePageColumns ]`: - `[WelcomePageUrl ]`: Welcome page absolute URL. - `[DocumentTemplate ]`: documentSetContent @@ -31889,6 +33352,247 @@ MANAGEDDEVICES : The managed devices associated - `[(Any) ]`: This indicates any property can be added to this object. - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). + - `[Print ]`: userPrint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities + - `[(Any) ]`: This indicates any property can be added to this object. + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState + - `[Id ]`: Read-only. + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[AllowedUsers ]`: The users who have access to print using the printer. + - `[CreatedDateTime ]`: The DateTimeOffset when the printer share was created. Read-only. + - `[Printer ]`: printer + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Capabilities ]`: printerCapabilities + - `[Defaults ]`: printerDefaults + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Location ]`: printerLocation + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus + - `[Id ]`: Read-only. + - `[AcceptingJobs ]`: + - `[Connectors ]`: The connectors that are associated with the printer. + - `[Id ]`: Read-only. + - `[AppVersion ]`: The connector's version. + - `[DeviceHealth ]`: deviceHealth + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastConnectionTime ]`: The last time the device was connected. + - `[DisplayName ]`: The name of the connector. + - `[FullyQualifiedDomainName ]`: The connector machine's hostname. + - `[Location ]`: printerLocation + - `[Name ]`: + - `[OperatingSystem ]`: The connector machine's operating system version. + - `[RegisteredDateTime ]`: The DateTimeOffset when the connector was registered. + - `[HasPhysicalDevice ]`: True if the printer has a physical device for printing. Read-only. + - `[IsShared ]`: True if the printer is shared; false otherwise. Read-only. + - `[LastSeenDateTime ]`: The most recent dateTimeOffset when a printer interacted with Universal Print. Read-only. + - `[RegisteredDateTime ]`: The DateTimeOffset when the printer was registered. Read-only. + - `[Share ]`: printerShare + - `[Shares ]`: The list of printerShares that are associated with the printer. Currently, only one printerShare can be associated with the printer. Read-only. Nullable. + - `[TaskTriggers ]`: A list of task triggers that are associated with the printer. + - `[ViewPoint ]`: printerShareViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastUsedDateTime ]`: - `[Profile ]`: profile - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: Read-only. @@ -33308,369 +35012,4588 @@ PRESENCE : presence - `[IsOutOfOffice ]`: True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user's calendar that's marked as Show as Out of OfficeOtherwise, false. - `[Message ]`: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office). -PROFILE : profile +PRINT : userPrint - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: Read-only. - - `[Account ]`: - - `[AllowedAudiences ]`: allowedAudiences - - `[CreatedBy ]`: identitySet + - `[RecentPrinterShares ]`: + - `[Capabilities ]`: printerCapabilities - `[(Any) ]`: This indicates any property can be added to this object. - - `[Application ]`: identity + - `[BottomMargins ]`: A list of supported bottom margins(in microns) for the printer. + - `[Collation ]`: True if the printer supports collating when printing muliple copies of a multi-page document; false otherwise. + - `[ColorModes ]`: The color modes supported by the printer. Valid values are described in the following table. + - `[ContentTypes ]`: A list of supported content (MIME) types that the printer supports. It is not guaranteed that the Universal Print service supports printing all of these MIME types. + - `[CopiesPerJob ]`: integerRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: The inclusive upper bound of the integer range. + - `[Maximum ]`: + - `[Minimum ]`: + - `[Start ]`: The inclusive lower bound of the integer range. + - `[Dpis ]`: The list of print resolutions in DPI that are supported by the printer. + - `[DuplexModes ]`: The list of duplex modes that are supported by the printer. Valid values are described in the following table. + - `[FeedDirections ]`: + - `[FeedOrientations ]`: The list of feed orientations that are supported by the printer. + - `[Finishings ]`: Finishing processes the printer supports for a printed document. + - `[InputBins ]`: Supported input bins for the printer. + - `[IsColorPrintingSupported ]`: True if color printing is supported by the printer; false otherwise. Read-only. + - `[IsPageRangeSupported ]`: True if the printer supports printing by page ranges; false otherwise. + - `[LeftMargins ]`: A list of supported left margins(in microns) for the printer. + - `[MediaColors ]`: The media (i.e., paper) colors supported by the printer. + - `[MediaSizes ]`: The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. + - `[MediaTypes ]`: The media types supported by the printer. + - `[MultipageLayouts ]`: The presentation directions supported by the printer. Supported values are described in the following table. + - `[Orientations ]`: The print orientations supported by the printer. Valid values are described in the following table. + - `[OutputBins ]`: The printer's supported output bins (trays). + - `[PagesPerSheet ]`: Supported number of Input Pages to impose upon a single Impression. + - `[Qualities ]`: The print qualities supported by the printer. + - `[RightMargins ]`: A list of supported right margins(in microns) for the printer. + - `[Scalings ]`: Supported print scalings. + - `[SupportedColorConfigurations ]`: + - `[SupportedCopiesPerJob ]`: integerRange + - `[SupportedDocumentMimeTypes ]`: + - `[SupportedDuplexConfigurations ]`: + - `[SupportedFinishings ]`: + - `[SupportedMediaColors ]`: + - `[SupportedMediaSizes ]`: + - `[SupportedMediaTypes ]`: + - `[SupportedOrientations ]`: + - `[SupportedOutputBins ]`: + - `[SupportedPagesPerSheet ]`: integerRange + - `[SupportedPresentationDirections ]`: + - `[SupportedPrintQualities ]`: + - `[SupportsFitPdfToPage ]`: True if the printer supports scaling PDF pages to match the print media size; false otherwise. + - `[TopMargins ]`: A list of supported top margins(in microns) for the printer. + - `[Defaults ]`: printerDefaults + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ColorMode ]`: printColorMode + - `[ContentType ]`: The default content (MIME) type to use when processing documents. + - `[CopiesPerJob ]`: The default number of copies printed per job. + - `[DocumentMimeType ]`: + - `[Dpi ]`: The default resolution in DPI to use when printing the job. + - `[DuplexConfiguration ]`: printDuplexConfiguration + - `[DuplexMode ]`: printDuplexMode + - `[Finishings ]`: The default set of finishings to apply to print jobs. Valid values are described in the following table. + - `[FitPdfToPage ]`: The default fitPdfToPage setting. True to fit each page of a PDF document to a physical sheet of media; false to let the printer decide how to lay out impressions. + - `[InputBin ]`: The default input bin that serves as the paper source. + - `[MediaColor ]`: The default media (such as paper) color to print the document on. + - `[MediaSize ]`: The default media size to use. Supports standard size names for ISO and ANSI media sizes. Valid values are listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The default output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PagesPerSheet ]`: The default number of document pages to print on each sheet. + - `[PdfFitToPage ]`: + - `[PresentationDirection ]`: printPresentationDirection + - `[PrintColorConfiguration ]`: printColorConfiguration + - `[PrintQuality ]`: printQuality + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[DisplayName ]`: The name of the printer/printerShare. + - `[IsAcceptingJobs ]`: Whether the printer/printerShare is currently accepting new print jobs. + - `[Jobs ]`: The list of jobs that are queued for printing by the printer/printerShare. + - `[Id ]`: Read-only. + - `[Configuration ]`: printJobConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: Whether the printer should collate pages wehen printing multiple copies of a multi-page document. + - `[ColorMode ]`: printColorMode + - `[Copies ]`: The number of copies that should be printed. Read-only. + - `[Dpi ]`: The resolution to use when printing the job, expressed in dots per inch (DPI). Read-only. + - `[DuplexMode ]`: printDuplexMode + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: Finishing processes to use when printing. + - `[FitPdfToPage ]`: + - `[InputBin ]`: The input bin (tray) to use when printing. See the printer's capabilities for a list of supported input bins. + - `[Margin ]`: printMargin + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Bottom ]`: The margin in microns from the bottom edge. + - `[Left ]`: The margin in microns from the left edge. + - `[Right ]`: The margin in microns from the right edge. + - `[Top ]`: The margin in microns from the top edge. + - `[MediaSize ]`: The media size to use when printing. Supports standard size names for ISO and ANSI media sizes. Valid values listed in the printerCapabilities topic. + - `[MediaType ]`: The default media (such as paper) type to print the document on. + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: The output bin to place completed prints into. See the printer's capabilities for a list of supported output bins. + - `[PageRanges ]`: The page ranges to print. Read-only. + - `[PagesPerSheet ]`: The number of document pages to print on each sheet. + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[CreatedBy ]`: userIdentity - `[(Any) ]`: This indicates any property can be added to this object. - `[DisplayName ]`: 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 ]`: Unique identifier for the identity. - - `[Device ]`: identity - - `[User ]`: identity - - `[CreatedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Inference ]`: inferenceData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[ConfidenceScore ]`: Confidence score reflecting the accuracy of the data inferred about the user. - - `[UserHasVerifiedAccuracy ]`: Records if the user has confirmed this inference as being True or False. - - `[IsSearchable ]`: - - `[LastModifiedBy ]`: identitySet - - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Source ]`: personDataSources - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Type ]`: - - `[Id ]`: Read-only. - - `[AgeGroup ]`: Shows the age group of user. Allowed values null, minor, notAdult and adult are generated by the directory and cannot be changed. - - `[CountryCode ]`: Contains the two-character country code associated with the users account. - - `[PreferredLanguageTag ]`: localeInfo - - `[(Any) ]`: This indicates any property can be added to this object. - - `[DisplayName ]`: A name representing the user's locale in natural language, for example, 'English (United States)'. - - `[Locale ]`: 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. - - `[UserPrincipalName ]`: The user principal name (UPN) of the user associated with the account. - - `[Addresses ]`: Represents details of addresses associated with the user. - - `[AllowedAudiences ]`: allowedAudiences - - `[CreatedBy ]`: identitySet - - `[CreatedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Inference ]`: inferenceData - - `[IsSearchable ]`: - - `[LastModifiedBy ]`: identitySet - - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Source ]`: personDataSources - - `[Id ]`: Read-only. - - `[Detail ]`: physicalAddress - - `[(Any) ]`: This indicates any property can be added to this object. - - `[City ]`: The city. - - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. - - `[PostOfficeBox ]`: The post office box number. - - `[PostalCode ]`: The postal code. - - `[State ]`: The state. - - `[Street ]`: The street. - - `[Type ]`: physicalAddressType - - `[DisplayName ]`: Friendly name the user has assigned to this address. - - `[GeoCoordinates ]`: geoCoordinates - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. - - `[Latitude ]`: Optional. The latitude, in decimal, for the item. Read-only. - - `[Longitude ]`: Optional. The longitude, in decimal, for the item. Read-only. - - `[Anniversaries ]`: Represents the details of meaningful dates associated with a person. - - `[AllowedAudiences ]`: allowedAudiences - - `[CreatedBy ]`: identitySet - - `[CreatedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Inference ]`: inferenceData - - `[IsSearchable ]`: - - `[LastModifiedBy ]`: identitySet - - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Source ]`: personDataSources - - `[Id ]`: Read-only. - - `[Date ]`: - - `[DisplayName ]`: - - `[Type ]`: personAnnualEventType - - `[Awards ]`: Represents the details of awards or honors associated with a person. - - `[AllowedAudiences ]`: allowedAudiences - - `[CreatedBy ]`: identitySet - - `[CreatedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Inference ]`: inferenceData - - `[IsSearchable ]`: - - `[LastModifiedBy ]`: identitySet - - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Source ]`: personDataSources - - `[Id ]`: Read-only. - - `[Description ]`: Descpription of the award or honor. - - `[DisplayName ]`: Name of the award or honor. - - `[IssuedDate ]`: The date that the award or honor was granted. - - `[IssuingAuthority ]`: Authority which granted the award or honor. - - `[ThumbnailUrl ]`: URL referencing a thumbnail of the award or honor. - - `[WebUrl ]`: URL referencing the award or honor. - - `[Certifications ]`: Represents the details of certifications associated with a person. - - `[AllowedAudiences ]`: allowedAudiences - - `[CreatedBy ]`: identitySet - - `[CreatedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Inference ]`: inferenceData - - `[IsSearchable ]`: - - `[LastModifiedBy ]`: identitySet - - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Source ]`: personDataSources - - `[Id ]`: Read-only. - - `[CertificationId ]`: The referenceable identifier for the certification. - - `[Description ]`: Description of the certification. - - `[DisplayName ]`: Title of the certification. - - `[EndDate ]`: The date that the certification expires. - - `[IssuedDate ]`: The date that the certification was issued. - - `[IssuingAuthority ]`: Authority which granted the certification. - - `[IssuingCompany ]`: Company which granted the certification. - - `[StartDate ]`: The date that the certification became valid. - - `[ThumbnailUrl ]`: URL referencing a thumbnail of the certification. - - `[WebUrl ]`: URL referencing the certification. - - `[EducationalActivities ]`: Represents data that a user has supplied related to undergraduate, graduate, postgraduate or other educational activities. - - `[AllowedAudiences ]`: allowedAudiences - - `[CreatedBy ]`: identitySet - - `[CreatedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Inference ]`: inferenceData - - `[IsSearchable ]`: - - `[LastModifiedBy ]`: identitySet - - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Source ]`: personDataSources - - `[Id ]`: Read-only. - - `[CompletionMonthYear ]`: The month and year the user graduated or completed the activity. - - `[EndMonthYear ]`: The month and year the user completed the educational activity referenced. - - `[Institution ]`: institutionData - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Description ]`: Short description of the institution the user studied at. - - `[DisplayName ]`: Name of the institution the user studied at. - - `[Location ]`: physicalAddress - - `[WebUrl ]`: Link to the institution or department homepage. - - `[Program ]`: educationalActivityDetail - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Abbreviation ]`: Shortened name of the degree or program (example: PhD, MBA) - - `[Activities ]`: Extracurricular activities undertaken alongside the program. - - `[Awards ]`: Any awards or honors associated with the program. - - `[Description ]`: Short description of the program provided by the user. - - `[DisplayName ]`: Long-form name of the program that the user has provided. - - `[FieldsOfStudy ]`: Majors and minors associated with the program. (if applicable) - - `[Grade ]`: The final grade, class, GPA or score. - - `[Notes ]`: Additional notes the user has provided. - - `[WebUrl ]`: Link to the degree or program page. - - `[StartMonthYear ]`: The month and year the user commenced the activity referenced. - - `[Emails ]`: Represents detailed information about email addresses associated with the user. - - `[AllowedAudiences ]`: allowedAudiences - - `[CreatedBy ]`: identitySet - - `[CreatedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Inference ]`: inferenceData - - `[IsSearchable ]`: - - `[LastModifiedBy ]`: identitySet - - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Source ]`: personDataSources - - `[Id ]`: Read-only. - - `[Address ]`: The email address itself. - - `[DisplayName ]`: The name or label a user has associated with a particular email address. - - `[Type ]`: emailType - - `[Interests ]`: Provides detailed information about interests the user has associated with themselves in various services. - - `[AllowedAudiences ]`: allowedAudiences - - `[CreatedBy ]`: identitySet - - `[CreatedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Inference ]`: inferenceData - - `[IsSearchable ]`: - - `[LastModifiedBy ]`: identitySet - - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Source ]`: personDataSources - - `[Id ]`: Read-only. - - `[Categories ]`: Contains categories a user has associated with the interest (for example, personal, recipies). - - `[CollaborationTags ]`: Contains experience scenario tags a user has associated with the interest. Allowed values in the collection are: askMeAbout, ableToMentor, wantsToLearn, wantsToImprove. - - `[Description ]`: Contains a description of the interest. - - `[DisplayName ]`: Contains a friendly name for the interest. - - `[ThumbnailUrl ]`: - - `[WebUrl ]`: Contains a link to a web page or resource about the interest. - - `[Languages ]`: Represents detailed information about languages that a user has added to their profile. - - `[AllowedAudiences ]`: allowedAudiences - - `[CreatedBy ]`: identitySet - - `[CreatedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Inference ]`: inferenceData - - `[IsSearchable ]`: - - `[LastModifiedBy ]`: identitySet - - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Source ]`: personDataSources - - `[Id ]`: Read-only. - - `[DisplayName ]`: Contains the long-form name for the language. - - `[Proficiency ]`: languageProficiencyLevel - - `[Reading ]`: languageProficiencyLevel - - `[Spoken ]`: languageProficiencyLevel - - `[Tag ]`: Contains the four-character BCP47 name for the language (en-US, no-NB, en-AU). - - `[ThumbnailUrl ]`: - - `[Written ]`: languageProficiencyLevel - - `[Names ]`: Represents the names a user has added to their profile. - - `[AllowedAudiences ]`: allowedAudiences - - `[CreatedBy ]`: identitySet - - `[CreatedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Inference ]`: inferenceData - - `[IsSearchable ]`: - - `[LastModifiedBy ]`: identitySet - - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Source ]`: personDataSources - - `[Id ]`: Read-only. - - `[DisplayName ]`: Provides an ordered rendering of firstName and lastName depending on the locale of the user or their device. - - `[First ]`: First name of the user. - - `[Initials ]`: Initials of the user. - - `[LanguageTag ]`: Contains the name for the language (en-US, no-NB, en-AU) following IETF BCP47 format. - - `[Last ]`: Last name of the user. - - `[Maiden ]`: Maiden name of the user. - - `[Middle ]`: Middle name of the user. - - `[Nickname ]`: Nickname of the user. - - `[Pronunciation ]`: personNamePronounciation + - `[IPAddress ]`: Indicates the client IP address used by user performing the activity (audit log only). + - `[UserPrincipalName ]`: The userPrincipalName attribute of the user. + - `[CreatedDateTime ]`: The DateTimeOffset when the job was created. Read-only. + - `[Documents ]`: Read-only. + - `[Id ]`: Read-only. + - `[Configuration ]`: printerDocumentConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Collate ]`: + - `[ColorMode ]`: printColorMode + - `[Copies ]`: + - `[Dpi ]`: + - `[DuplexMode ]`: printDuplexMode + - `[FeedDirection ]`: printerFeedDirection + - `[FeedOrientation ]`: printerFeedOrientation + - `[Finishings ]`: + - `[FitPdfToPage ]`: + - `[InputBin ]`: + - `[Margin ]`: printMargin + - `[MediaSize ]`: + - `[MediaType ]`: + - `[MultipageLayout ]`: printMultipageLayout + - `[Orientation ]`: printOrientation + - `[OutputBin ]`: + - `[PageRanges ]`: + - `[PagesPerSheet ]`: + - `[Quality ]`: printQuality + - `[Scaling ]`: printScaling + - `[ContentType ]`: The document's content (MIME) type. Read-only. + - `[DisplayName ]`: The document's name. Read-only. + - `[Size ]`: The document's size in bytes. Read-only. + - `[IsFetchable ]`: If true, document can be fetched by printer. + - `[RedirectedFrom ]`: Contains the source job URL, if the job has been redirected from another printer. + - `[RedirectedTo ]`: Contains the destination job URL, if the job has been redirected to another printer. + - `[Status ]`: printJobStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AcquiredByPrinter ]`: + - `[Description ]`: A human-readable description of the print job's current processing state. Read-only. + - `[Details ]`: Additional details for print job state. Valid values are described in the following table. Read-only. + - `[IsAcquiredByPrinter ]`: True if the job was acknowledged by a printer; false otherwise. Read-only. + - `[ProcessingState ]`: printJobProcessingState + - `[ProcessingStateDescription ]`: + - `[State ]`: printJobProcessingState + - `[Tasks ]`: A list of printTasks that were triggered by this print job. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[CreatedBy ]`: appIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AppId ]`: Refers to the Unique GUID representing Application Id in the Azure Active Directory. + - `[DisplayName ]`: Refers to the Application Name displayed in the Azure Portal. + - `[ServicePrincipalId ]`: Refers to the Unique GUID indicating Service Principal Id in Azure Active Directory for the corresponding App. + - `[ServicePrincipalName ]`: Refers to the Service Principal Name is the Application name in the tenant. + - `[DisplayName ]`: The name of the printTaskDefinition. + - `[Tasks ]`: A list of tasks that have been created based on this definition. The list includes currently running tasks and recently completed tasks. Read-only. + - `[ParentUrl ]`: The URL for the print entity that triggered this task. For example, https://graph.microsoft.com/v1.0/print/printers/{printerId}/jobs/{jobId}. Read-only. + - `[Status ]`: printTaskStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: A human-readable description of the current processing state of the printTask. + - `[State ]`: printTaskProcessingState + - `[Trigger ]`: printTaskTrigger + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Definition ]`: printTaskDefinition + - `[Event ]`: printEvent + - `[Location ]`: printerLocation - `[(Any) ]`: This indicates any property can be added to this object. - - `[DisplayName ]`: - - `[First ]`: - - `[Last ]`: - - `[Maiden ]`: - - `[Middle ]`: - - `[Suffix ]`: Designators used after the users name (eg: PhD.) - - `[Title ]`: Honorifics used to prefix a users name (eg: Dr, Sir, Madam, Mrs.) - - `[Notes ]`: Represents notes that a user has added to their profile. - - `[AllowedAudiences ]`: allowedAudiences - - `[CreatedBy ]`: identitySet - - `[CreatedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Inference ]`: inferenceData - - `[IsSearchable ]`: - - `[LastModifiedBy ]`: identitySet - - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Source ]`: personDataSources - - `[Id ]`: Read-only. - - `[Detail ]`: itemBody + - `[AltitudeInMeters ]`: The altitude, in meters, that the printer is located at. + - `[Building ]`: The building that the printer is located in. + - `[City ]`: The city that the printer is located in. + - `[CountryOrRegion ]`: The country or region that the printer is located in. + - `[Floor ]`: The floor that the printer is located on. Only numerical values are supported right now. + - `[FloorDescription ]`: The description of the floor that the printer is located on. + - `[FloorNumber ]`: + - `[Latitude ]`: The latitude that the printer is located at. + - `[Longitude ]`: The longitude that the printer is located at. + - `[Organization ]`: The organizational hierarchy that the printer belongs to. The elements should be in hierarchical order. + - `[PostalCode ]`: The postal code that the printer is located in. + - `[RoomDescription ]`: The description of the room that the printer is located in. + - `[RoomName ]`: The room that the printer is located in. Only numerical values are supported right now. + - `[RoomNumber ]`: + - `[Site ]`: The site that the printer is located in. + - `[StateOrProvince ]`: The state or province that the printer is located in. + - `[StreetAddress ]`: The street address where the printer is located. + - `[Subdivision ]`: The subdivision that the printer is located in. The elements should be in hierarchical order. + - `[Subunit ]`: + - `[Manufacturer ]`: The manufacturer of the printer/printerShare. + - `[Model ]`: The model name of the printer/printerShare. + - `[Name ]`: + - `[Status ]`: printerStatus - `[(Any) ]`: This indicates any property can be added to this object. - - `[Content ]`: The content of the item. - - `[ContentType ]`: bodyType - - `[DisplayName ]`: Contains a friendly name for the note. - - `[ThumbnailUrl ]`: - - `[Patents ]`: Represents patents that a user has added to their profile. - - `[AllowedAudiences ]`: allowedAudiences - - `[CreatedBy ]`: identitySet - - `[CreatedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Inference ]`: inferenceData - - `[IsSearchable ]`: - - `[LastModifiedBy ]`: identitySet - - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Source ]`: personDataSources - - `[Id ]`: Read-only. - - `[Description ]`: Descpription of the patent or filing. - - `[DisplayName ]`: Title of the patent or filing. - - `[IsPending ]`: Indicates the patent is pending. - - `[IssuedDate ]`: The date that the patent was granted. - - `[IssuingAuthority ]`: Authority which granted the patent. - - `[Number ]`: The patent number. - - `[WebUrl ]`: URL referencing the patent or filing. - - `[Phones ]`: Represents detailed information about phone numbers associated with a user in various services. - - `[AllowedAudiences ]`: allowedAudiences - - `[CreatedBy ]`: identitySet - - `[CreatedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Inference ]`: inferenceData - - `[IsSearchable ]`: - - `[LastModifiedBy ]`: identitySet - - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Source ]`: personDataSources - - `[Id ]`: Read-only. - - `[DisplayName ]`: Friendly name the user has assigned this phone number. - - `[Number ]`: Phone number provided by the user. - - `[Type ]`: phoneType - - `[Positions ]`: Represents detailed information about work positions associated with a user's profile. - - `[AllowedAudiences ]`: allowedAudiences - - `[CreatedBy ]`: identitySet - - `[CreatedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Inference ]`: inferenceData - - `[IsSearchable ]`: - - `[LastModifiedBy ]`: identitySet - - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Source ]`: personDataSources + - `[Description ]`: A human-readable description of the printer's current processing state. Read-only. + - `[Details ]`: The list of details describing why the printer is in the current state. Valid values are described in the following table. Read-only. + - `[ProcessingState ]`: printerProcessingState + - `[ProcessingStateDescription ]`: + - `[ProcessingStateReasons ]`: + - `[State ]`: printerProcessingState - `[Id ]`: Read-only. - - `[Categories ]`: Categories that the user has associated with this position. - - `[Colleagues ]`: Colleagues that are associated with this position. - - `[DisplayName ]`: Name of the person. - - `[Relationship ]`: personRelationship - - `[UserPrincipalName ]`: Email address or reference to person within organization. - - `[Detail ]`: positionDetail - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Company ]`: companyDetail + - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. + - `[AllowedGroups ]`: The groups whose users have access to print using the printer. + - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. + - `[Id ]`: Read-only. + - `[AcceptedSenders ]`: 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. + - `[Id ]`: Read-only. + - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. + - `[AccessType ]`: groupAccessType + - `[AllowExternalSenders ]`: Indicates if people external to the organization can send messages to the group. Default value is false. Returned only on $select. Supported only on the Get group API (GET /groups/{ID}). + - `[AppRoleAssignments ]`: Represents the app roles a group has been granted for an application. Supports $expand. + - `[Id ]`: Read-only. + - `[AppRoleId ]`: 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. + - `[CreationTimestamp ]`: The time when the app role assignment was 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 is 2014-01-01T00:00:00Z. Read-only. + - `[PrincipalDisplayName ]`: 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 ]`: The unique identifier (id) for the user, group, or service principal being granted the app role. Required on create. + - `[PrincipalType ]`: The type of the assigned principal. This can either be User, Group, or ServicePrincipal. Read-only. + - `[ResourceDisplayName ]`: The display name of the resource app's service principal to which the assignment is made. + - `[ResourceId ]`: The unique identifier (id) for the resource service principal for which the assignment is made. Required on create. Supports $filter (eq only). + - `[AssignedLabels ]`: The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. Read-only. + - `[DisplayName ]`: The display name of the label. Read-only. + - `[LabelId ]`: The unique identifier of the label. + - `[AssignedLicenses ]`: The licenses that are assigned to the group. Returned only on $select. Supports $filter (eq).Read-only. + - `[DisabledPlans ]`: A collection of the unique identifiers for plans that have been disabled. + - `[SkuId ]`: The unique identifier for the SKU. + - `[AutoSubscribeNewMembers ]`: 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. Supported only on the Get group API (GET /groups/{ID}). + - `[Calendar ]`: calendar - `[(Any) ]`: This indicates any property can be added to this object. - - `[Address ]`: physicalAddress - - `[Department ]`: Department Name within a company. - - `[DisplayName ]`: Company name. - - `[OfficeLocation ]`: Office Location of the person referred to. - - `[Pronunciation ]`: Pronunciation guide for the company name. - - `[WebUrl ]`: Link to the company home page. - - `[Description ]`: Description of the position in question. - - `[EndMonthYear ]`: When the position ended. - - `[JobTitle ]`: The title held when in that position. - - `[Role ]`: The role the position entailed. - - `[StartMonthYear ]`: The start month and year of the position. - - `[Summary ]`: Short summary of the position. - - `[IsCurrent ]`: Denotes whether or not the position is current. - - `[Manager ]`: relatedPerson - - `[Projects ]`: Represents detailed information about projects associated with a user. - - `[AllowedAudiences ]`: allowedAudiences - - `[CreatedBy ]`: identitySet - - `[CreatedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Inference ]`: inferenceData - - `[IsSearchable ]`: - - `[LastModifiedBy ]`: identitySet - - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Source ]`: personDataSources - - `[Id ]`: Read-only. - - `[Categories ]`: Contains categories a user has associated with the project (for example, digital transformation, oil rig). - - `[Client ]`: companyDetail - - `[CollaborationTags ]`: Contains experience scenario tags a user has associated with the interest. Allowed values in the collection are: askMeAbout, ableToMentor, wantsToLearn, wantsToImprove. - - `[Colleagues ]`: Lists people that also worked on the project. - - `[Detail ]`: positionDetail - - `[DisplayName ]`: Contains a friendly name for the project. - - `[Sponsors ]`: The Person or people who sponsored the project. - - `[ThumbnailUrl ]`: - - `[Publications ]`: Represents details of any publications a user has added to their profile. - - `[AllowedAudiences ]`: allowedAudiences - - `[CreatedBy ]`: identitySet - - `[CreatedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Inference ]`: inferenceData - - `[IsSearchable ]`: - - `[LastModifiedBy ]`: identitySet - - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Source ]`: personDataSources - - `[Id ]`: Read-only. - - `[Description ]`: Description of the publication. - - `[DisplayName ]`: Title of the publication. - - `[PublishedDate ]`: The date that the publication was published. - - `[Publisher ]`: Publication or publisher for the publication. - - `[ThumbnailUrl ]`: URL referencing a thumbnail of the publication. - - `[WebUrl ]`: URL referencing the publication. - - `[Skills ]`: Represents detailed information about skills associated with a user in various services. - - `[AllowedAudiences ]`: allowedAudiences - - `[CreatedBy ]`: identitySet - - `[CreatedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Inference ]`: inferenceData - - `[IsSearchable ]`: - - `[LastModifiedBy ]`: identitySet - - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Source ]`: personDataSources - - `[Id ]`: Read-only. - - `[Categories ]`: Contains categories a user has associated with the skill (for example, personal, professional, hobby). - - `[CollaborationTags ]`: Contains experience scenario tags a user has associated with the interest. Allowed values in the collection are: askMeAbout, ableToMentor, wantsToLearn, wantsToImprove. - - `[DisplayName ]`: Contains a friendly name for the skill. - - `[Proficiency ]`: skillProficiencyLevel - - `[ThumbnailUrl ]`: - - `[WebUrl ]`: Contains a link to an information source about the skill. - - `[WebAccounts ]`: Represents web accounts the user has indicated they use or has added to their user profile. - - `[AllowedAudiences ]`: allowedAudiences - - `[CreatedBy ]`: identitySet - - `[CreatedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Inference ]`: inferenceData - - `[IsSearchable ]`: - - `[LastModifiedBy ]`: identitySet - - `[LastModifiedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Source ]`: personDataSources - - `[Id ]`: Read-only. - - `[Description ]`: Contains the description the user has provided for the account on the service being referenced. - - `[Service ]`: serviceInformation - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Name ]`: The name of the cloud service (for example, Twitter, Instagram). - - `[WebUrl ]`: Contains the URL for the service being referenced. - - `[StatusMessage ]`: Contains a status message from the cloud service if provided or synchronized. - - `[ThumbnailUrl ]`: - - `[UserId ]`: The user name displayed for the webaccount. - - `[WebUrl ]`: Contains a link to the user's profile on the cloud service if one exists. - - `[Websites ]`: Represents detailed information about websites associated with a user in various services. - - `[AllowedAudiences ]`: allowedAudiences - - `[CreatedBy ]`: identitySet - - `[CreatedDateTime ]`: Provides the dateTimeOffset for when the entity was created. - - `[Inference ]`: inferenceData - - `[IsSearchable ]`: + - `[Id ]`: Read-only. + - `[AllowedOnlineMeetingProviders ]`: Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. + - `[CalendarGroupId ]`: The calendarGroup in which to create the calendar. If the user has never explicitly set a group for the calendar, this property is null. + - `[CalendarPermissions ]`: The permissions of the users with whom the calendar is shared. + - `[Id ]`: Read-only. + - `[AllowedRoles ]`: List of allowed sharing or delegating permission levels for the calendar. Possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom. + - `[EmailAddress ]`: emailAddress + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Address ]`: The email address of the person or entity. + - `[Name ]`: The display name of the person or entity. + - `[IsInsideOrganization ]`: True if the user in context (sharee or delegate) is inside the same organization as the calendar owner. + - `[IsRemovable ]`: 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 ]`: calendarRoleType + - `[CalendarView ]`: The calendar view for the calendar. Navigation property. Read-only. + - `[Categories ]`: The categories associated with the item + - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z + - `[LastModifiedDateTime ]`: 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 is 2014-01-01T00:00:00Z + - `[Id ]`: Read-only. + - `[AllowNewTimeProposals ]`: true if the meeting organizer allows invitees to propose a new time when responding; otherwise, false. Optional. Default is true. + - `[Attachments ]`: The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable. + - `[Id ]`: Read-only. + - `[ContentType ]`: The MIME type. + - `[IsInline ]`: true if the attachment is an inline attachment; otherwise, false. + - `[LastModifiedDateTime ]`: 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 is 2014-01-01T00:00:00Z + - `[Name ]`: The attachment's file name. + - `[Size ]`: The length of the attachment in bytes. + - `[Attendees ]`: The collection of attendees for the event. + - `[Type ]`: attendeeType + - `[EmailAddress ]`: emailAddress + - `[ProposedNewTime ]`: timeSlot + - `[(Any) ]`: This indicates any property can be added to this object. + - `[End ]`: dateTimeTimeZone + - `[(Any) ]`: This indicates any property can be added to this object. + - `[DateTime ]`: A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000). + - `[TimeZone ]`: Represents a time zone, for example, 'Pacific Standard Time'. See below for more possible values. + - `[Start ]`: dateTimeTimeZone + - `[Status ]`: responseStatus + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Response ]`: responseType + - `[Time ]`: 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 is 2014-01-01T00:00:00Z + - `[Body ]`: itemBody + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Content ]`: The content of the item. + - `[ContentType ]`: bodyType + - `[BodyPreview ]`: The preview of the message associated with the event. It is in text format. + - `[Calendar ]`: calendar + - `[CancelledOccurrences ]`: Contains occurrenceId property values of cancelled instances in a recurring series, if the event is the series master. Instances in a recurring series that are cancelled are called cancelledOccurences.Returned only on $select in a Get operation which specifies the id of a series master event (that is, the seriesMasterId property value). + - `[End ]`: dateTimeTimeZone + - `[ExceptionOccurrences ]`: + - `[Extensions ]`: The collection of open extensions defined for the event. Nullable. + - `[Id ]`: Read-only. + - `[HasAttachments ]`: Set to true if the event has attachments. + - `[HideAttendees ]`: When set to true, each attendee only sees themselves in the meeting request and meeting Tracking list. Default is false. + - `[Importance ]`: importance + - `[Instances ]`: The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable. + - `[IsAllDay ]`: + - `[IsCancelled ]`: + - `[IsDraft ]`: + - `[IsOnlineMeeting ]`: + - `[IsOrganizer ]`: + - `[IsReminderOn ]`: + - `[Location ]`: location + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Address ]`: physicalAddress + - `[(Any) ]`: This indicates any property can be added to this object. + - `[City ]`: The city. + - `[CountryOrRegion ]`: The country or region. It's a free-format string value, for example, 'United States'. + - `[PostOfficeBox ]`: The post office box number. + - `[PostalCode ]`: The postal code. + - `[State ]`: The state. + - `[Street ]`: The street. + - `[Type ]`: physicalAddressType + - `[Coordinates ]`: outlookGeoCoordinates + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Accuracy ]`: 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 ]`: The altitude of the location. + - `[AltitudeAccuracy ]`: The accuracy of the altitude. + - `[Latitude ]`: The latitude of the location. + - `[Longitude ]`: The longitude of the location. + - `[DisplayName ]`: The name associated with the location. + - `[LocationEmailAddress ]`: Optional email address of the location. + - `[LocationType ]`: locationType + - `[LocationUri ]`: Optional URI representing the location. + - `[UniqueId ]`: For internal use only. + - `[UniqueIdType ]`: locationUniqueIdType + - `[Locations ]`: + - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the event. Read-only. Nullable. + - `[Id ]`: Read-only. + - `[Value ]`: A collection of property values. + - `[OccurrenceId ]`: + - `[OnlineMeeting ]`: onlineMeetingInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ConferenceId ]`: The ID of the conference. + - `[JoinUrl ]`: 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 ]`: All of the phone numbers associated with this conference. + - `[Number ]`: The phone number. + - `[Type ]`: phoneType + - `[QuickDial ]`: The pre-formatted quickdial for this call. + - `[TollFreeNumbers ]`: The toll free numbers that can be used to join the conference. + - `[TollNumber ]`: The toll number that can be used to join the conference. + - `[OnlineMeetingProvider ]`: onlineMeetingProviderType + - `[OnlineMeetingUrl ]`: + - `[Organizer ]`: recipient + - `[(Any) ]`: This indicates any property can be added to this object. + - `[EmailAddress ]`: emailAddress + - `[OriginalEndTimeZone ]`: + - `[OriginalStart ]`: + - `[OriginalStartTimeZone ]`: + - `[Recurrence ]`: patternedRecurrence + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Pattern ]`: recurrencePattern + - `[(Any) ]`: This indicates any property can be added to this object. + - `[DayOfMonth ]`: The day of the month on which the event occurs. Required if type is absoluteMonthly or absoluteYearly. + - `[DaysOfWeek ]`: 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 ]`: dayOfWeek + - `[Index ]`: weekIndex + - `[Interval ]`: The number of units between occurrences, where units can be in days, weeks, months, or years, depending on the type. Required. + - `[Month ]`: The month in which the event occurs. This is a number from 1 to 12. + - `[Type ]`: recurrencePatternType + - `[Range ]`: recurrenceRange + - `[(Any) ]`: This indicates any property can be added to this object. + - `[EndDate ]`: 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 ]`: The number of times to repeat the event. Required and must be positive if type is numbered. + - `[RecurrenceTimeZone ]`: Time zone for the startDate and endDate properties. Optional. If not specified, the time zone of the event is used. + - `[StartDate ]`: 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 ]`: recurrenceRangeType + - `[ReminderMinutesBeforeStart ]`: + - `[ResponseRequested ]`: + - `[ResponseStatus ]`: responseStatus + - `[Sensitivity ]`: sensitivity + - `[SeriesMasterId ]`: + - `[ShowAs ]`: freeBusyStatus + - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the event. Read-only. Nullable. + - `[Id ]`: Read-only. + - `[Value ]`: A property value. + - `[Start ]`: dateTimeTimeZone + - `[Subject ]`: + - `[TransactionId ]`: + - `[Type ]`: eventType + - `[Uid ]`: + - `[WebLink ]`: + - `[CanEdit ]`: 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 ]`: true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. + - `[CanViewPrivateItems ]`: true if the user can read calendar items that have been marked private, false otherwise. + - `[ChangeKey ]`: 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 ]`: calendarColor + - `[DefaultOnlineMeetingProvider ]`: onlineMeetingProviderType + - `[Events ]`: The events in the calendar. Navigation property. Read-only. + - `[HexColor ]`: The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only. + - `[IsDefaultCalendar ]`: true if this is the default calendar where new events are created by default, false otherwise. + - `[IsRemovable ]`: Indicates whether this user calendar can be deleted from the user mailbox. + - `[IsShared ]`: true if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only. + - `[IsSharedWithMe ]`: true if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only. + - `[IsTallyingResponses ]`: Indicates whether this user calendar supports tracking of meeting responses. Only meeting invites sent from users' primary calendars support tracking of meeting responses. + - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the calendar. Read-only. Nullable. + - `[Name ]`: The calendar name. + - `[Owner ]`: emailAddress + - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the calendar. Read-only. Nullable. + - `[CalendarView ]`: The calendar view for the calendar. Read-only. + - `[Classification ]`: 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. Supports $filter (eq, ne, not, ge, le, startsWith). + - `[Conversations ]`: The group's conversations. + - `[Id ]`: Read-only. + - `[HasAttachments ]`: Indicates whether any of the posts within this Conversation has at least one attachment. Supports $filter (eq, ne) and $search. + - `[LastDeliveredDateTime ]`: 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 is 2014-01-01T00:00:00Z + - `[Preview ]`: A short summary from the body of the latest post in this conversation. Supports $filter (eq, ne, le, ge). + - `[Threads ]`: A collection of all the conversation threads in the conversation. A navigation property. Read-only. Nullable. + - `[Id ]`: Read-only. + - `[CcRecipients ]`: The Cc: recipients for the thread. Returned only on $select. + - `[HasAttachments ]`: Indicates whether any of the posts within this thread has at least one attachment. Returned by default. + - `[IsLocked ]`: Indicates if the thread is locked. Returned by default. + - `[LastDeliveredDateTime ]`: 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 is 2014-01-01T00:00:00Z.Returned by default. + - `[Posts ]`: Read-only. Nullable. + - `[Categories ]`: The categories associated with the item + - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z + - `[LastModifiedDateTime ]`: 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 is 2014-01-01T00:00:00Z + - `[Id ]`: Read-only. + - `[Attachments ]`: Read-only. Nullable. Supports $expand. + - `[Body ]`: itemBody + - `[ConversationId ]`: Unique ID of the conversation. Read-only. + - `[ConversationThreadId ]`: Unique ID of the conversation thread. Read-only. + - `[Extensions ]`: The collection of open extensions defined for the post. Read-only. Nullable. Supports $expand. + - `[From ]`: recipient + - `[HasAttachments ]`: Indicates whether the post has at least one attachment. This is a default property. + - `[Importance ]`: importance + - `[InReplyTo ]`: post + - `[Mentions ]`: + - `[Id ]`: Read-only. + - `[Application ]`: The name of the application where the mention is created. Optional. Not used and defaulted as null for message. + - `[ClientReference ]`: A unique identifier that represents a parent of the resource instance. Optional. Not used and defaulted as null for message. + - `[CreatedBy ]`: emailAddress + - `[CreatedDateTime ]`: The date and time that the mention is created on the client. + - `[DeepLink ]`: A deep web link to the context of the mention in the resource instance. Optional. Not used and defaulted as null for message. + - `[MentionText ]`: Optional. Not used and defaulted as null for message. To get the mentions in a message, see the bodyPreview property of the message instead. + - `[Mentioned ]`: emailAddress + - `[ServerCreatedDateTime ]`: The date and time that the mention is created on the server. Optional. Not used and defaulted as null for message. + - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the post. Read-only. Nullable. + - `[NewParticipants ]`: Conversation participants that were added to the thread as part of this post. + - `[ReceivedDateTime ]`: 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 is 2014-01-01T00:00:00Z + - `[Sender ]`: recipient + - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the post. Read-only. Nullable. + - `[Preview ]`: A short summary from the body of the latest post in this conversation. Returned by default. + - `[ToRecipients ]`: The To: recipients for the thread. Returned only on $select. + - `[Topic ]`: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. Returned by default. + - `[UniqueSenders ]`: All the users that sent a message to this thread. Returned by default. + - `[Topic ]`: The topic of the conversation. This property can be set when the conversation is created, but it cannot be updated. + - `[UniqueSenders ]`: All the users that sent a message to this Conversation. + - `[CreatedByAppId ]`: App ID of the app used to create the group. Can be null for some groups. Returned by default. Read-only. Supports $filter (eq, ne, not, in, startsWith). + - `[CreatedDateTime ]`: 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 is 2014-01-01T00:00:00Z. Returned by default. Supports $filter (eq, ne, not, ge, le, in). Read-only. + - `[CreatedOnBehalfOf ]`: directoryObject + - `[Description ]`: An optional description for the group. Returned by default. Supports $filter (eq, ne, not, ge, le, startsWith) and $search. + - `[DisplayName ]`: 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 (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. + - `[Drive ]`: drive + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CreatedBy ]`: identitySet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Application ]`: identity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[DisplayName ]`: 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 ]`: Unique identifier for the identity. + - `[Device ]`: identity + - `[User ]`: identity + - `[CreatedByUser ]`: user + - `[(Any) ]`: This indicates any property can be added to this object. + - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. + - `[Id ]`: Read-only. + - `[AboutMe ]`: A freeform text entry field for the user to describe themselves. Returned only on $select. + - `[AccountEnabled ]`: true if the account is enabled; otherwise, false. This property is required when a user is created. Returned only on $select. Supports $filter (eq, ne, not, and in). + - `[Activities ]`: The user's activities across devices. Read-only. Nullable. + - `[Id ]`: Read-only. + - `[ActivationUrl ]`: 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 ]`: 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 ]`: Required. The unique activity ID in the context of the app - supplied by caller and immutable thereafter. + - `[AppDisplayName ]`: 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 ]`: Json + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ContentUrl ]`: 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 ]`: Set by the server. DateTime in UTC when the object was created on the server. + - `[ExpirationDateTime ]`: Set by the server. DateTime in UTC when the object expired on the server. + - `[FallbackUrl ]`: Optional. URL used to launch the activity in a web-based app, if available. + - `[HistoryItems ]`: Optional. NavigationProperty/Containment; navigation property to the activity's historyItems. + - `[Id ]`: Read-only. + - `[ActiveDurationSeconds ]`: Optional. The duration of active user engagement. if not supplied, this is calculated from the startedDateTime and lastActiveDateTime. + - `[Activity ]`: userActivity + - `[CreatedDateTime ]`: Set by the server. DateTime in UTC when the object was created on the server. + - `[ExpirationDateTime ]`: Optional. UTC DateTime when the historyItem will undergo hard-delete. Can be set by the client. + - `[LastActiveDateTime ]`: Optional. UTC DateTime when the historyItem (activity session) was last understood as active or finished - if null, historyItem status should be Ongoing. + - `[LastModifiedDateTime ]`: Set by the server. DateTime in UTC when the object was modified on the server. + - `[StartedDateTime ]`: Required. UTC DateTime when the historyItem (activity session) was started. Required for timeline history. + - `[Status ]`: status + - `[UserTimezone ]`: 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 ]`: Set by the server. DateTime in UTC when the object was modified on the server. + - `[Status ]`: status + - `[UserTimezone ]`: 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 ]`: visualInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Attribution ]`: imageInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AddImageQuery ]`: Optional; parameter used to indicate the server is able to render image dynamically in response to parameterization. For example – a high contrast image + - `[AlternateText ]`: Optional; alt-text accessible content for the image + - `[AlternativeText ]`: + - `[IconUrl ]`: Optional; URI that points to an icon which represents the application used to generate the activity + - `[BackgroundColor ]`: 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 ]`: Json + - `[Description ]`: Optional. Longer text description of the user's unique activity (example: document name, first sentence, and/or metadata) + - `[DisplayText ]`: Required. Short text description of the user's unique activity (for example, document name in cases where an activity refers to document creation) + - `[AgeGroup ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, and in). + - `[AgreementAcceptances ]`: The user's terms of use acceptance statuses. Read-only. Nullable. + - `[Id ]`: Read-only. + - `[AgreementFileId ]`: The identifier of the agreement file accepted by the user. + - `[AgreementId ]`: The identifier of the agreement. + - `[DeviceDisplayName ]`: The display name of the device used for accepting the agreement. + - `[DeviceId ]`: The unique identifier of the device used for accepting the agreement. + - `[DeviceOSType ]`: The operating system used to accept the agreement. + - `[DeviceOSVersion ]`: The operating system version of the device used to accept the agreement. + - `[ExpirationDateTime ]`: The expiration date time of the acceptance. 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 is 2014-01-01T00:00:00Z. + - `[RecordedDateTime ]`: 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 is 2014-01-01T00:00:00Z. + - `[State ]`: agreementAcceptanceState + - `[UserDisplayName ]`: Display name of the user when the acceptance was recorded. + - `[UserEmail ]`: Email of the user when the acceptance was recorded. + - `[UserId ]`: The identifier of the user who accepted the agreement. + - `[UserPrincipalName ]`: UPN of the user when the acceptance was recorded. + - `[Analytics ]`: userAnalytics + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[ActivityStatistics ]`: The collection of work activities that a user spent time on during and outside of working hours. Read-only. Nullable. + - `[Id ]`: Read-only. + - `[Activity ]`: analyticsActivityType + - `[Duration ]`: Total hours spent on the activity. The value is represented in ISO 8601 format for durations. + - `[EndDate ]`: Date when the activity ended, expressed in ISO 8601 format for calendar dates. For example, the property value could be '2019-07-03' that follows the YYYY-MM-DD format. + - `[StartDate ]`: Date when the activity started, expressed in ISO 8601 format for calendar dates. For example, the property value could be '2019-07-04' that follows the YYYY-MM-DD format. + - `[TimeZoneUsed ]`: The time zone that the user sets in Microsoft Outlook is used for the computation. For example, the property value could be 'Pacific Standard Time.' + - `[Settings ]`: settings + - `[(Any) ]`: This indicates any property can be added to this object. + - `[HasGraphMailbox ]`: Specifies if the user's primary mailbox is hosted in the cloud and is enabled for Microsoft Graph. + - `[HasLicense ]`: Specifies if the user has a MyAnalytics license assigned. + - `[HasOptedOut ]`: Specifies if the user opted out of MyAnalytics. + - `[AppConsentRequestsForApproval ]`: + - `[Id ]`: Read-only. + - `[AppDisplayName ]`: The display name of the app for which consent is requested. Required. Supports $filter (eq only) and $orderby. + - `[AppId ]`: The identifier of the application. Required. Supports $filter (eq only) and $orderby. + - `[ConsentType ]`: The consent type of the request. Possible values are: Static and Dynamic. These represent static and dynamic permissions, respectively, requested in the consent workflow. Supports $filter (eq only) and $orderby. Required. + - `[PendingScopes ]`: A list of pending scopes waiting for approval. Required. + - `[DisplayName ]`: The name of the scope. + - `[UserConsentRequests ]`: A list of pending user consent requests. + - `[ApprovalId ]`: The identifier of the approval of the request. + - `[CompletedDateTime ]`: The request completion date time. + - `[CreatedBy ]`: identitySet + - `[CreatedDateTime ]`: The request creation date time. + - `[CustomData ]`: Free text field to define any custom data for the request. Not used. + - `[Status ]`: The status of the request. Not nullable. The possible values are: Canceled, Denied, Failed, Granted, PendingAdminDecision, PendingApproval, PendingProvisioning, PendingScheduleCreation, Provisioned, Revoked, and ScheduleCreated. Not nullable. + - `[Id ]`: Read-only. + - `[Approval ]`: approval + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Steps ]`: + - `[Id ]`: Read-only. + - `[AssignedToMe ]`: Indicates whether the step is assigned to the calling user to review. Read-only. + - `[DisplayName ]`: The label provided by the policy creator to identify an approval step. Read-only. + - `[Justification ]`: The justification associated with the approval step decision. + - `[ReviewResult ]`: The result of this approval record. Possible values include: NotReviewed, Approved, Denied. + - `[ReviewedBy ]`: identity + - `[ReviewedDateTime ]`: The date and time when a decision was recorded. The date and time information uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. + - `[Status ]`: The step status. Possible values: InProgress, Initializing, Completed, Expired. Read-only. + - `[Reason ]`: The user's justification for requiring access to the app. Supports $filter (eq only) and $orderby. + - `[AppRoleAssignments ]`: Represents the app roles a user has been granted for an application. Supports $expand. + - `[Approvals ]`: + - `[AssignedLicenses ]`: The licenses that are assigned to the user, including inherited (group-based) licenses. Not nullable. Returned only on $select. Supports $filter (eq and not). + - `[AssignedPlans ]`: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). + - `[AssignedDateTime ]`: The date and time at which the plan was assigned. 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 is 2014-01-01T00:00:00Z. + - `[CapabilityStatus ]`: Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. + - `[Service ]`: The name of the service; for example, exchange. + - `[ServicePlanId ]`: A GUID that identifies the service plan. For a complete list of GUIDs and their equivalent friendly service names, see Product names and service plan identifiers for licensing. + - `[Authentication ]`: authentication + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[EmailMethods ]`: Represents the email addresses registered to a user for authentication. + - `[Id ]`: Read-only. + - `[EmailAddress ]`: The email address registered to this user. + - `[Fido2Methods ]`: Represents the FIDO2 security keys registered to a user for authentication. + - `[Id ]`: Read-only. + - `[AaGuid ]`: Authenticator Attestation GUID, an identifier that indicates the type (e.g. make and model) of the authenticator. + - `[AttestationCertificates ]`: The attestation certificate(s) attached to this security key. + - `[AttestationLevel ]`: attestationLevel + - `[CreatedDateTime ]`: The timestamp when this key was registered to the user. + - `[CreationDateTime ]`: + - `[DisplayName ]`: The display name of the key as given by the user. + - `[Model ]`: The manufacturer-assigned model of the FIDO2 security key. + - `[Methods ]`: Represents all authentication methods registered to a user. + - `[Id ]`: Read-only. + - `[MicrosoftAuthenticatorMethods ]`: The details of the Microsoft Authenticator app registered to a user for authentication. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. + - `[Device ]`: device + - `[(Any) ]`: This indicates any property can be added to this object. + - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. + - `[Id ]`: Read-only. + - `[AccountEnabled ]`: true if the account is enabled; otherwise, false. Required. Default is true. Supports $filter (eq, ne, not, in). Only callers in Global Administrator and Cloud Device Administrator roles can set this property. + - `[AlternativeSecurityIds ]`: For internal use only. Not nullable. Supports $filter (eq, not, ge, le). + - `[IdentityProvider ]`: For internal use only + - `[Key ]`: For internal use only + - `[Type ]`: For internal use only + - `[ApproximateLastSignInDateTime ]`: 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 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, and eq on null values) and $orderBy. + - `[Commands ]`: Set of commands sent to this device. + - `[Id ]`: Read-only. + - `[AppServiceName ]`: + - `[Error ]`: + - `[PackageFamilyName ]`: + - `[Payload ]`: payloadRequest + - `[(Any) ]`: This indicates any property can be added to this object. + - `[PermissionTicket ]`: + - `[PostBackUri ]`: + - `[Responsepayload ]`: payloadResponse + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Status ]`: + - `[Type ]`: + - `[ComplianceExpirationDateTime ]`: The timestamp when the device is no longer deemed compliant. 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 is 2014-01-01T00:00:00Z. Read-only. + - `[DeviceCategory ]`: User-defined property set by Intune to automatically add devices to groups and simplify managing devices. + - `[DeviceId ]`: Unique identifier set by Azure Device Registration Service at the time of registration. Supports $filter (eq, ne, not, startsWith). + - `[DeviceMetadata ]`: For internal use only. Set to null. + - `[DeviceOwnership ]`: Ownership of the device. This property is set by Intune. Possible values are: unknown, company, personal. + - `[DeviceVersion ]`: For internal use only. + - `[DisplayName ]`: The display name for the device. Required. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. + - `[DomainName ]`: The on-premises domain name of Hybrid Azure AD joined devices. This property is set by Intune. + - `[EnrollmentProfileName ]`: Enrollment profile applied to the device. For example, Apple Device Enrollment Profile, Device enrollment - Corporate device identifiers, or Windows Autopilot profile name. This property is set by Intune. + - `[EnrollmentType ]`: Enrollment type of the device. This property is set by Intune. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement. + - `[ExtensionAttributes ]`: onPremisesExtensionAttributes + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ExtensionAttribute1 ]`: First customizable extension attribute. + - `[ExtensionAttribute10 ]`: Tenth customizable extension attribute. + - `[ExtensionAttribute11 ]`: Eleventh customizable extension attribute. + - `[ExtensionAttribute12 ]`: Twelfth customizable extension attribute. + - `[ExtensionAttribute13 ]`: Thirteenth customizable extension attribute. + - `[ExtensionAttribute14 ]`: Fourteenth customizable extension attribute. + - `[ExtensionAttribute15 ]`: Fifteenth customizable extension attribute. + - `[ExtensionAttribute2 ]`: Second customizable extension attribute. + - `[ExtensionAttribute3 ]`: Third customizable extension attribute. + - `[ExtensionAttribute4 ]`: Fourth customizable extension attribute. + - `[ExtensionAttribute5 ]`: Fifth customizable extension attribute. + - `[ExtensionAttribute6 ]`: Sixth customizable extension attribute. + - `[ExtensionAttribute7 ]`: Seventh customizable extension attribute. + - `[ExtensionAttribute8 ]`: Eighth customizable extension attribute. + - `[ExtensionAttribute9 ]`: Ninth customizable extension attribute. + - `[Extensions ]`: The collection of open extensions defined for the device. Read-only. Nullable. + - `[Hostnames ]`: List of hostNames for the device. + - `[IsCompliant ]`: true if the device complies with Mobile Device Management (MDM) policies; otherwise, false. Read-only. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices. Supports $filter (eq, ne, not). + - `[IsManaged ]`: true if the device is managed by a Mobile Device Management (MDM) app; otherwise, false. This can only be updated by Intune for any device OS type or by an approved MDM app for Windows OS devices. Supports $filter (eq, ne, not). + - `[IsRooted ]`: true if device is rooted; false if device is jail-broken. This can only be updated by Intune. + - `[Kind ]`: Form factor of device. Only returned if user signs in with a Microsoft account as part of Project Rome. + - `[ManagementType ]`: Management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController. + - `[Manufacturer ]`: Manufacturer of the device. Read-only. + - `[MdmAppId ]`: Application identifier used to register device into MDM. Read-only. Supports $filter (eq, ne, not, startsWith). + - `[MemberOf ]`: Groups that this device is a member of. Read-only. Nullable. Supports $expand. + - `[Model ]`: Model of the device. Read-only. + - `[Name ]`: Friendly name of a device. Only returned if user signs in with a Microsoft account as part of Project Rome. + - `[OnPremisesLastSyncDateTime ]`: The last time at which the object 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 is 2014-01-01T00:00:00Z Read-only. Supports $filter (eq, ne, not, ge, le, in). + - `[OnPremisesSyncEnabled ]`: 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. Supports $filter (eq, ne, not, in, and eq on null values). + - `[OperatingSystem ]`: The type of operating system on the device. Required. Supports $filter (eq, ne, not, ge, le, startsWith, and eq on null values). + - `[OperatingSystemVersion ]`: The version of the operating system on the device. Required. Supports $filter (eq, ne, not, ge, le, startsWith, and eq on null values). + - `[PhysicalIds ]`: For internal use only. Not nullable. Supports $filter (eq, not, ge, le, startsWith). + - `[Platform ]`: Platform of device. Only returned if user signs in with a Microsoft account as part of Project Rome. Only returned if user signs in with a Microsoft account as part of Project Rome. + - `[ProfileType ]`: The profile type of the device. Possible values: RegisteredDevice (default), SecureVM, Printer, Shared, IoT. + - `[RegisteredOwners ]`: The user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Currently, there can be only one owner. Read-only. Nullable. Supports $expand. + - `[RegisteredUsers ]`: Collection of registered users of the device. For cloud joined devices and registered personal devices, registered users are set to the same value as registered owners at the time of registration. Read-only. Nullable. Supports $expand. + - `[RegistrationDateTime ]`: Date and time of when the device was registered. 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 is 2014-01-01T00:00:00Z. Read-only. + - `[Status ]`: Device is online or offline. Only returned if user signs in with a Microsoft account as part of Project Rome. + - `[SystemLabels ]`: List of labels applied to the device by the system. + - `[TransitiveMemberOf ]`: Groups that the device is a member of. This operation is transitive. Supports $expand. + - `[TrustType ]`: Type of trust for the joined device. Read-only. Possible values: Workplace (indicates bring your own personal devices), AzureAd (Cloud only joined devices), ServerAd (on-premises domain joined devices joined to Azure AD). For more details, see Introduction to device management in Azure Active Directory + - `[UsageRights ]`: Represents the usage rights a device has been granted. + - `[Id ]`: Read-only. + - `[CatalogId ]`: Product id corresponding to the usage right. + - `[ServiceIdentifier ]`: Identifier of the service corresponding to the usage right. + - `[State ]`: usageRightState + - `[DeviceTag ]`: Tags containing app metadata. + - `[DisplayName ]`: The name of the device on which this app is registered. + - `[PhoneAppVersion ]`: Numerical version of this instance of the Authenticator app. + - `[Operations ]`: + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: + - `[LastActionDateTime ]`: + - `[ResourceLocation ]`: + - `[Status ]`: longRunningOperationStatus + - `[StatusDetail ]`: + - `[PasswordMethods ]`: Represents the details of the password authentication method registered to a user for authentication. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: + - `[CreationDateTime ]`: The date and time when this password was last updated. This property is currently not populated. Read-only. 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 is 2014-01-01T00:00:00Z + - `[Password ]`: For security, the password is always returned as null from a LIST or GET operation. + - `[PasswordlessMicrosoftAuthenticatorMethods ]`: Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: + - `[CreationDateTime ]`: The timestamp when this method was registered to the user. + - `[Device ]`: device + - `[DisplayName ]`: The display name of the mobile device as given by the user. + - `[PhoneMethods ]`: Represents the phone registered to a user for authentication. + - `[Id ]`: Read-only. + - `[PhoneNumber ]`: The phone number to text or call for authentication. Phone numbers use the format '+ x', with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they do not match the required format. + - `[PhoneType ]`: authenticationPhoneType + - `[SmsSignInState ]`: authenticationMethodSignInState + - `[SoftwareOathMethods ]`: + - `[Id ]`: Read-only. + - `[SecretKey ]`: The secret key of the method. Always returns null. + - `[TemporaryAccessPassMethods ]`: Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: The date and time when the temporaryAccessPass was created. + - `[IsUsable ]`: The state of the authentication method that indicates whether it's currently usable by the user. + - `[IsUsableOnce ]`: Determines whether the pass is limited to a one time use. If true, the pass can be used once; if false, the pass can be used multiple times within the temporaryAccessPass lifetime. + - `[LifetimeInMinutes ]`: The lifetime of the temporaryAccessPass in minutes starting at startDateTime. Minimum 10, Maximum 43200 (equivalent to 30 days). + - `[MethodUsabilityReason ]`: Details about usability state (isUsable). Reasons can include: enabledByPolicy, disabledByPolicy, expired, notYetValid, oneTimeUsed. + - `[StartDateTime ]`: The date and time when the temporaryAccessPass becomes available to use. + - `[TemporaryAccessPass ]`: The temporaryAccessPass used to authenticate. Returned only on creation of a new temporaryAccessPass; returned as NULL with GET. + - `[WindowsHelloForBusinessMethods ]`: Represents the Windows Hello for Business authentication method registered to a user for authentication. + - `[Id ]`: Read-only. + - `[CreatedDateTime ]`: The date and time that this Windows Hello for Business key was registered. + - `[Device ]`: device + - `[DisplayName ]`: The name of the device on which Windows Hello for Business is registered + - `[KeyStrength ]`: authenticationMethodKeyStrength + - `[Birthday ]`: 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 is 2014-01-01T00:00:00Z. Returned only on $select. + - `[BusinessPhones ]`: The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property. Read-only for users synced from on-premises directory. Returned by default. Supports $filter (eq, not, ge, le, startsWith). + - `[Calendar ]`: calendar + - `[CalendarGroups ]`: The user's calendar groups. Read-only. Nullable. + - `[Id ]`: Read-only. + - `[Calendars ]`: The calendars in the calendar group. Navigation property. Read-only. Nullable. + - `[ChangeKey ]`: 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 ]`: The class identifier. Read-only. + - `[Name ]`: The group name. + - `[CalendarView ]`: The calendar view for the calendar. Read-only. Nullable. + - `[Calendars ]`: The user's calendars. Read-only. Nullable. + - `[Chats ]`: + - `[Id ]`: Read-only. + - `[ChatType ]`: chatType + - `[CreatedDateTime ]`: Date and time at which the chat was created. Read-only. + - `[InstalledApps ]`: A collection of all the apps in the chat. Nullable. + - `[Id ]`: Read-only. + - `[TeamsApp ]`: teamsApp + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[AppDefinitions ]`: The details for each version of the app. + - `[Id ]`: Read-only. + - `[AllowedInstallationScopes ]`: teamsAppInstallationScopes + - `[AzureAdAppId ]`: The WebApplicationInfo.Id from the Teams app manifest. + - `[Bot ]`: teamworkBot + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[ColorIcon ]`: teamsAppIcon + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[HostedContent ]`: teamworkHostedContent + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[ContentBytes ]`: Write only. Bytes for the hosted content (such as images). + - `[ContentType ]`: Write only. Content type. sicj as image/png, image/jpg. + - `[WebUrl ]`: The web URL that can be used for downloading the image. + - `[CreatedBy ]`: identitySet + - `[Description ]`: Verbose description of the application. + - `[DisplayName ]`: The name of the app provided by the app developer. + - `[LastModifiedDateTime ]`: + - `[OutlineIcon ]`: teamsAppIcon + - `[PublishingState ]`: teamsAppPublishingState + - `[Shortdescription ]`: + - `[TeamsAppId ]`: The ID from the Teams app manifest. + - `[Version ]`: The version number of the application. + - `[DisplayName ]`: The name of the catalog app provided by the app developer in the Microsoft Teams zip app package. + - `[DistributionMethod ]`: teamsAppDistributionMethod + - `[ExternalId ]`: The ID of the catalog provided by the app developer in the Microsoft Teams zip app package. + - `[TeamsAppDefinition ]`: teamsAppDefinition + - `[LastMessagePreview ]`: chatMessageInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Body ]`: itemBody + - `[CreatedDateTime ]`: Date time object representing the time at which message was created. + - `[EventDetail ]`: eventMessageDetail + - `[(Any) ]`: This indicates any property can be added to this object. + - `[From ]`: chatMessageFromIdentitySet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Application ]`: identity + - `[Device ]`: identity + - `[User ]`: identity + - `[IsDeleted ]`: If set to true, the original message has been deleted. + - `[MessageType ]`: chatMessageType + - `[LastUpdatedDateTime ]`: Date and time at which the chat was renamed or list of members were last changed. Read-only. + - `[Members ]`: A collection of all the members in the chat. Nullable. + - `[Id ]`: Read-only. + - `[DisplayName ]`: The display name of the user. + - `[Roles ]`: The roles for that user. + - `[VisibleHistoryStartDateTime ]`: The timestamp denoting how far back a conversation's history is shared with the conversation member. This property is settable only for members of a chat. + - `[Messages ]`: A collection of all the messages in the chat. Nullable. + - `[Id ]`: Read-only. + - `[Attachments ]`: References to attached objects like files, tabs, meetings etc. + - `[Content ]`: 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 ]`: 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.Any contentTypes supported by the Bot Framework's Attachment objectapplication/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header. + - `[ContentUrl ]`: URL for the content of the attachment. Supported protocols: http, https, file and data. + - `[Id ]`: Read-only. Unique id of the attachment. + - `[Name ]`: Name of the attachment. + - `[ThumbnailUrl ]`: 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 ]`: itemBody + - `[ChannelIdentity ]`: channelIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ChannelId ]`: The identity of the channel in which the message was posted. + - `[TeamId ]`: The identity of the team in which the message was posted. + - `[ChatId ]`: If the message was sent in a chat, represents the identity of the chat. + - `[CreatedDateTime ]`: Timestamp of when the chat message was created. + - `[DeletedDateTime ]`: Read only. Timestamp at which the chat message was deleted, or null if not deleted. + - `[Etag ]`: Read-only. Version number of the chat message. + - `[EventDetail ]`: eventMessageDetail + - `[From ]`: chatMessageFromIdentitySet + - `[HostedContents ]`: Content in a message hosted by Microsoft Teams - for example, images or code snippets. + - `[ContentBytes ]`: Write only. Bytes for the hosted content (such as images). + - `[ContentType ]`: Write only. Content type. sicj as image/png, image/jpg. + - `[Id ]`: Read-only. + - `[Importance ]`: + - `[LastEditedDateTime ]`: Read only. Timestamp when edits to the chat message were made. Triggers an 'Edited' flag in the Teams UI. If no edits are made the value is null. + - `[LastModifiedDateTime ]`: Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. + - `[Locale ]`: Locale of the chat message set by the client. Always set to en-us. + - `[Mentions ]`: List of entities mentioned in the chat message. Supported entities are: user, bot, team, and channel. + - `[Id ]`: Index of an entity being mentioned in the specified chatMessage. Matches the {index} value in the corresponding tag in the message body. + - `[MentionText ]`: String used to represent the mention. For example, a user's display name, a team name. + - `[Mentioned ]`: chatMessageMentionedIdentitySet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Application ]`: identity + - `[Device ]`: identity + - `[User ]`: identity + - `[Conversation ]`: teamworkConversationIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[DisplayName ]`: 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 ]`: Unique identifier for the identity. + - `[ConversationIdentityType ]`: teamworkConversationIdentityType + - `[Tag ]`: teamworkTagIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[DisplayName ]`: 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 ]`: Unique identifier for the identity. + - `[MessageType ]`: chatMessageType + - `[OnBehalfOf ]`: chatMessageFromIdentitySet + - `[PolicyViolation ]`: chatMessagePolicyViolation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[DlpAction ]`: chatMessagePolicyViolationDlpActionTypes + - `[JustificationText ]`: Justification text provided by the sender of the message when overriding a policy violation. + - `[PolicyTip ]`: chatMessagePolicyViolationPolicyTip + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ComplianceUrl ]`: The URL a user can visit to read about the data loss prevention policies for the organization. (ie, policies about what users shouldn't say in chats) + - `[GeneralText ]`: Explanatory text shown to the sender of the message. + - `[MatchedConditionDescriptions ]`: The list of improper data in the message that was detected by the data loss prevention app. Each DLP app defines its own conditions, examples include 'Credit Card Number' and 'Social Security Number'. + - `[UserAction ]`: chatMessagePolicyViolationUserActionTypes + - `[VerdictDetails ]`: chatMessagePolicyViolationVerdictDetailsTypes + - `[Reactions ]`: Reactions for this chat message (for example, Like). + - `[CreatedDateTime ]`: 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 is 2014-01-01T00:00:00Z + - `[ReactionType ]`: Supported values are like, angry, sad, laugh, heart, surprised. + - `[User ]`: chatMessageReactionIdentitySet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Application ]`: identity + - `[Device ]`: identity + - `[User ]`: identity + - `[Replies ]`: Replies for a specified message. + - `[ReplyToId ]`: 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 ]`: The subject of the chat message, in plaintext. + - `[Summary ]`: 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 ]`: Read-only. Link to the message in Microsoft Teams. + - `[OnlineMeetingInfo ]`: teamworkOnlineMeetingInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CalendarEventId ]`: The identifier of the calendar event associated with the meeting. + - `[JoinWebUrl ]`: The URL that users click to join or uniquely identify the meeting. + - `[Organizer ]`: teamworkUserIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[DisplayName ]`: 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 ]`: Unique identifier for the identity. + - `[UserIdentityType ]`: teamworkUserIdentityType + - `[Operations ]`: A collection of all the Teams async operations that ran or are running on the chat. Nullable. + - `[Id ]`: Read-only. + - `[AttemptsCount ]`: Number of times the operation was attempted before being marked successful or failed. + - `[CreatedDateTime ]`: Time when the operation was created. + - `[Error ]`: operationError + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Code ]`: Operation error code. + - `[Message ]`: Operation error message. + - `[LastActionDateTime ]`: Time when the async operation was last updated. + - `[OperationType ]`: + - `[Status ]`: teamsAsyncOperationStatus + - `[TargetResourceId ]`: The ID of the object that's created or modified as result of this async operation, typically a team. + - `[TargetResourceLocation ]`: The location of the object that's created or modified as result of this async operation. This URL should be treated as an opaque value and not parsed into its component paths. + - `[PermissionGrants ]`: A collection of permissions granted to apps for the chat. + - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. + - `[Id ]`: Read-only. + - `[ClientAppId ]`: ID of the service principal of the Azure AD app that has been granted access. Read-only. + - `[ClientId ]`: ID of the Azure AD app that has been granted access. Read-only. + - `[Permission ]`: The name of the resource-specific permission. Read-only. + - `[PermissionType ]`: The type of permission. Possible values are: Application, Delegated. Read-only. + - `[ResourceAppId ]`: ID of the Azure AD app that is hosting the resource. Read-only. + - `[Tabs ]`: A collection of all the tabs in the chat. Nullable. + - `[Id ]`: Read-only. + - `[Configuration ]`: teamsTabConfiguration + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ContentUrl ]`: Url used for rendering tab contents in Teams. Required. + - `[EntityId ]`: Identifier for the entity hosted by the tab provider. + - `[RemoveUrl ]`: Url called by Teams client when a Tab is removed using the Teams Client. + - `[WebsiteUrl ]`: Url for showing tab contents outside of Teams. + - `[DisplayName ]`: Name of the tab. + - `[MessageId ]`: + - `[SortOrderIndex ]`: Index of the order used for sorting tabs. + - `[TeamsApp ]`: teamsApp + - `[TeamsAppId ]`: + - `[WebUrl ]`: Deep link URL of the tab instance. Read only. + - `[TenantId ]`: The identifier of the tenant in which the chat was created. Read-only. + - `[Topic ]`: (Optional) Subject or topic for the chat. Only available for group chats. + - `[Viewpoint ]`: chatViewpoint + - `[(Any) ]`: This indicates any property can be added to this object. + - `[IsHidden ]`: Indicates whether the chat is hidden for the current user. + - `[LastMessageReadDateTime ]`: Represents the dateTime up until which the current user has read chatMessages in a specific chat. + - `[WebUrl ]`: The URL for the chat in Microsoft Teams. The URL should be treated as an opaque blob, and not parsed. Read-only. + - `[City ]`: The city in which the user is located. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). + - `[CloudPCs ]`: + - `[Id ]`: Read-only. + - `[AadDeviceId ]`: The Azure Active Directory (Azure AD) device ID of the Cloud PC. + - `[DisplayName ]`: The display name of the Cloud PC. + - `[GracePeriodEndDateTime ]`: The date and time when the grace period ends and reprovisioning/deprovisioning happens. Required only if the status is inGracePeriod. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + - `[ImageDisplayName ]`: Name of the OS image that's on the Cloud PC. + - `[LastLoginResult ]`: cloudPcLoginResult + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Time ]`: The time of the Cloud PC sign in action. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as '2014-01-01T00:00:00Z'. Read-only. + - `[LastModifiedDateTime ]`: The last modified date and time of the Cloud PC. 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 is 2014-01-01T00:00:00Z. + - `[LastRemoteActionResult ]`: cloudPcRemoteActionResult + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ActionName ]`: The specified action. Supported values in the Microsoft Endpoint Manager portal are: Reprovision, Resize, Restore. Supported values in enterprise Cloud PC devices are: Reboot, Rename, Reprovision, Troubleshoot. + - `[ActionState ]`: State of the action on the device + - `[CloudPcId ]`: The ID of the Cloud PC device on which the remote action is performed. Read-only. + - `[LastUpdatedDateTime ]`: Last update time for action. The Timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as '2014-01-01T00:00:00Z'. + - `[ManagedDeviceId ]`: The ID of the Intune managed device on which the remote action is performed. Read-only. + - `[StartDateTime ]`: Time the action was initiated. The Timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as '2014-01-01T00:00:00Z'. + - `[StatusDetails ]`: cloudPcStatusDetails + - `[(Any) ]`: This indicates any property can be added to this object. + - `[AdditionalInformation ]`: Any additional information about the Cloud PC status. + - `[Name ]`: Name for this key-value pair + - `[Value ]`: Value for this key-value pair + - `[Code ]`: The code associated with the Cloud PC status. + - `[Message ]`: The status message. + - `[ManagedDeviceId ]`: The Intune device ID of the Cloud PC. + - `[ManagedDeviceName ]`: The Intune device name of the Cloud PC. + - `[OSVersion ]`: cloudPcOperatingSystem + - `[OnPremisesConnectionName ]`: The on-premises connection that is applied during the provisioning of Cloud PCs. + - `[ProvisioningPolicyId ]`: The provisioning policy ID of the Cloud PC. + - `[ProvisioningPolicyName ]`: The provisioning policy that is applied during the provisioning of Cloud PCs. + - `[ServicePlanId ]`: The service plan ID of the Cloud PC. + - `[ServicePlanName ]`: The service plan name of the Cloud PC. + - `[ServicePlanType ]`: cloudPcServicePlanType + - `[Status ]`: cloudPcStatus + - `[StatusDetails ]`: cloudPcStatusDetails + - `[UserAccountType ]`: cloudPcUserAccountType + - `[UserPrincipalName ]`: The user principal name (UPN) of the user assigned to the Cloud PC. + - `[CompanyName ]`: The company name which the user is associated. This property can be useful for describing the company that an external user comes from. The maximum length is 64 characters.Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). + - `[ConsentProvidedForMinor ]`: 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. Returned only on $select. Supports $filter (eq, ne, not, and in). + - `[ContactFolders ]`: The user's contacts folders. Read-only. Nullable. + - `[Id ]`: Read-only. + - `[ChildFolders ]`: The collection of child folders in the folder. Navigation property. Read-only. Nullable. + - `[Contacts ]`: The contacts in the folder. Navigation property. Read-only. Nullable. + - `[Categories ]`: The categories associated with the item + - `[ChangeKey ]`: 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 ]`: 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 is 2014-01-01T00:00:00Z + - `[LastModifiedDateTime ]`: 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 is 2014-01-01T00:00:00Z + - `[Id ]`: Read-only. + - `[AssistantName ]`: The name of the contact's assistant. + - `[Birthday ]`: 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 is 2014-01-01T00:00:00Z + - `[Children ]`: The names of the contact's children. + - `[CompanyName ]`: The name of the contact's company. + - `[Department ]`: The contact's department. + - `[DisplayName ]`: 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 ]`: The contact's email addresses. + - `[Address ]`: The email address of the person or entity. + - `[Name ]`: The display name of the person or entity. + - `[OtherLabel ]`: To specify a custom type of email address, set type to other, and assign otherLabel to a custom string. For example, you may use a specific email address for your volunteer activities. Set type to other, and set otherLabel to a custom string such as Volunteer work. + - `[Type ]`: emailType + - `[Extensions ]`: The collection of open extensions defined for the contact. Read-only. Nullable. + - `[FileAs ]`: The name the contact is filed under. + - `[Flag ]`: followupFlag + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CompletedDateTime ]`: dateTimeTimeZone + - `[DueDateTime ]`: dateTimeTimeZone + - `[FlagStatus ]`: followupFlagStatus + - `[StartDateTime ]`: dateTimeTimeZone + - `[Gender ]`: The contact's gender. + - `[Generation ]`: The contact's generation. + - `[GivenName ]`: The contact's given name. + - `[ImAddresses ]`: + - `[Initials ]`: + - `[IsFavorite ]`: + - `[JobTitle ]`: + - `[Manager ]`: + - `[MiddleName ]`: + - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contact. Read-only. Nullable. + - `[NickName ]`: + - `[OfficeLocation ]`: + - `[ParentFolderId ]`: + - `[PersonalNotes ]`: + - `[Phones ]`: + - `[Photo ]`: profilePhoto + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Height ]`: The height of the photo. Read-only. + - `[Width ]`: The width of the photo. Read-only. + - `[PostalAddresses ]`: + - `[Profession ]`: + - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contact. Read-only. Nullable. + - `[SpouseName ]`: + - `[Surname ]`: + - `[Title ]`: + - `[Websites ]`: + - `[Address ]`: The URL of the website. + - `[DisplayName ]`: The display name of the web site. + - `[Type ]`: websiteType + - `[WeddingAnniversary ]`: + - `[YomiCompanyName ]`: + - `[YomiGivenName ]`: + - `[YomiSurname ]`: + - `[DisplayName ]`: The folder's display name. + - `[MultiValueExtendedProperties ]`: The collection of multi-value extended properties defined for the contactFolder. Read-only. Nullable. + - `[ParentFolderId ]`: The ID of the folder's parent folder. + - `[SingleValueExtendedProperties ]`: The collection of single-value extended properties defined for the contactFolder. Read-only. Nullable. + - `[WellKnownName ]`: The name of the folder if the folder is a recognized folder. Currently contacts is the only recognized contacts folder. + - `[Contacts ]`: The user's contacts. Read-only. Nullable. + - `[Country ]`: The country/region in which the user is located; for example, US or UK. Maximum length is 128 characters. Returned only on $select. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values). + - `[CreatedDateTime ]`: The created date of the user object. Read-only. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in). + - `[CreatedObjects ]`: Directory objects that were created by the user. Read-only. Nullable. + - `[CreationType ]`: Indicates whether the user account was created through one of the following methods: As a regular school or work account (null). As an external account (Invitation). As a local account for an Azure Active Directory B2C tenant (LocalAccount). Through self-service sign-up by an internal user using email verification (EmailVerified). Through self-service sign-up by an external user signing up through a link that is part of a user flow (SelfServiceSignUp). Read-only.Returned only on $select. Supports $filter (eq, ne, not, in). + - `[CustomSecurityAttributes ]`: customSecurityAttributeValue + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Department ]`: The name for the department in which the user works. Maximum length is 64 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, and eq on null values). + - `[DeviceEnrollmentConfigurations ]`: Get enrollment configurations targeted to the user + - `[Id ]`: Read-only. + - `[Assignments ]`: The list of group assignments for the device configuration profile + - `[Id ]`: Read-only. + - `[Source ]`: Represents source of assignment. + - `[SourceId ]`: Identifier for resource used for deployment to a group + - `[Target ]`: Base type for assignment targets. + - `[(Any) ]`: This indicates any property can be added to this object. + - `[DeviceAndAppManagementAssignmentFilterId ]`: The Id of the filter for the target assignment. + - `[DeviceAndAppManagementAssignmentFilterType ]`: Represents type of the assignment filter. + - `[CreatedDateTime ]`: Created date time in UTC of the device enrollment configuration + - `[Description ]`: The description of the device enrollment configuration + - `[DeviceEnrollmentConfigurationType ]`: Describes the TemplateFamily for the Template entity + - `[DisplayName ]`: The display name of the device enrollment configuration + - `[LastModifiedDateTime ]`: Last modified date time in UTC of the device enrollment configuration + - `[Priority ]`: Priority is used when a user exists in multiple groups that are assigned enrollment configuration. Users are subject only to the configuration with the lowest priority value. + - `[RoleScopeTagIds ]`: Optional role scope tags for the enrollment restrictions. + - `[Version ]`: The version of the device enrollment configuration + - `[DeviceEnrollmentLimit ]`: The limit on the maximum number of devices that the user is permitted to enroll. Allowed values are 5 or 1000. + - `[DeviceKeys ]`: + - `[DeviceId ]`: + - `[KeyMaterial ]`: + - `[KeyType ]`: + - `[DeviceManagementTroubleshootingEvents ]`: The list of troubleshooting events for this user. + - `[Id ]`: Read-only. + - `[AdditionalInformation ]`: A set of string key and string value pairs which provides additional information on the Troubleshooting event + - `[CorrelationId ]`: Id used for tracing the failure in the service. + - `[EventDateTime ]`: Time when the event occurred . + - `[EventName ]`: Event Name corresponding to the Troubleshooting Event. It is an Optional field + - `[TroubleshootingErrorDetails ]`: Object containing detailed information about the error and its remediation. + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Context ]`: Not yet documented + - `[Failure ]`: Not yet documented + - `[FailureDetails ]`: The detailed description of what went wrong. + - `[Remediation ]`: The detailed description of how to remediate this issue. + - `[Resources ]`: Links to helpful documentation about this failure. + - `[Link ]`: The link to the web resource. Can contain any of the following formatters: {{UPN}}, {{DeviceGUID}}, {{UserGUID}} + - `[Text ]`: Not yet documented + - `[Devices ]`: + - `[DirectReports ]`: 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. Supports $expand. + - `[DisplayName ]`: 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. Maximum length is 256 characters. Returned by default. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values), $orderBy, and $search. + - `[Drive ]`: drive + - `[Drives ]`: A collection of drives available for this user. Read-only. + - `[EmployeeHireDate ]`: The date and time when the user was hired or will start work in case of a future hire. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in). + - `[EmployeeId ]`: The employee identifier assigned to the user by the organization. The maximum length is 16 characters. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). + - `[EmployeeOrgData ]`: employeeOrgData + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CostCenter ]`: The cost center associated with the user. Returned only on $select. Supports $filter. + - `[Division ]`: The name of the division in which the user works. Returned only on $select. Supports $filter. + - `[EmployeeType ]`: Captures enterprise worker type. For example, Employee, Contractor, Consultant, or Vendor. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, startsWith). + - `[Events ]`: The user's events. Default is to show Events under the Default Calendar. Read-only. Nullable. + - `[Extensions ]`: The collection of open extensions defined for the user. Read-only. Nullable. + - `[ExternalUserState ]`: 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 (eq, ne, not , in). + - `[ExternalUserStateChangeDateTime ]`: Shows the timestamp for the latest change to the externalUserState property. Returned only on $select. Supports $filter (eq, ne, not , in). + - `[FaxNumber ]`: The fax number of the user. Returned only on $select. Supports $filter (eq, ne, not , ge, le, in, startsWith, and eq on null values). + - `[FollowedSites ]`: + - `[CreatedBy ]`: identitySet + - `[CreatedByUser ]`: user + - `[CreatedDateTime ]`: Date and time of item creation. Read-only. + - `[Description ]`: Provides a user-visible description of the item. Optional. + - `[ETag ]`: ETag for the item. Read-only. + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedByUser ]`: user + - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. + - `[Name ]`: The name of the item. Read-write. + - `[ParentReference ]`: itemReference + - `[(Any) ]`: This indicates any property can be added to this object. + - `[DriveId ]`: Unique identifier of the drive instance that contains the item. Read-only. + - `[DriveType ]`: Identifies the type of drive. See [drive][] resource for values. + - `[Id ]`: Unique identifier of the item in the drive. Read-only. + - `[Name ]`: The name of the item being referenced. Read-only. + - `[Path ]`: Path that can be used to navigate to the item. Read-only. + - `[ShareId ]`: A unique identifier for a shared resource that can be accessed via the [Shares][] API. + - `[SharepointIds ]`: sharepointIds + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ListId ]`: The unique identifier (guid) for the item's list in SharePoint. + - `[ListItemId ]`: An integer identifier for the item within the containing list. + - `[ListItemUniqueId ]`: The unique identifier (guid) for the item within OneDrive for Business or a SharePoint site. + - `[SiteId ]`: The unique identifier (guid) for the item's site collection (SPSite). + - `[SiteUrl ]`: The SharePoint URL for the site that contains the item. + - `[TenantId ]`: The unique identifier (guid) for the tenancy. + - `[WebId ]`: The unique identifier (guid) for the item's site (SPWeb). + - `[SiteId ]`: For OneDrive for Business and SharePoint, this property represents the ID of the site that contains the parent document library of the driveItem resource. The value is the same as the id property of that [site][] resource. It is an opaque string that consists of three identifiers of the site. For OneDrive, this property is not populated. + - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. + - `[Id ]`: Read-only. + - `[Analytics ]`: itemAnalytics + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[AllTime ]`: itemActivityStat + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[Access ]`: itemActionStat + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ActionCount ]`: The number of times the action took place. Read-only. + - `[ActorCount ]`: The number of distinct actors that performed the action. Read-only. + - `[Activities ]`: Exposes the itemActivities represented in this itemActivityStat resource. + - `[Id ]`: Read-only. + - `[Access ]`: accessAction + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ActivityDateTime ]`: Details about when the activity took place. Read-only. + - `[Actor ]`: identitySet + - `[DriveItem ]`: driveItem + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CreatedBy ]`: identitySet + - `[CreatedByUser ]`: user + - `[CreatedDateTime ]`: Date and time of item creation. Read-only. + - `[Description ]`: Provides a user-visible description of the item. Optional. + - `[ETag ]`: ETag for the item. Read-only. + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedByUser ]`: user + - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. + - `[Name ]`: The name of the item. Read-write. + - `[ParentReference ]`: itemReference + - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. + - `[Id ]`: Read-only. + - `[Activities ]`: The list of recent activities that took place on this item. + - `[Id ]`: Read-only. + - `[Action ]`: itemActionSet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Comment ]`: commentAction + - `[(Any) ]`: This indicates any property can be added to this object. + - `[IsReply ]`: If true, this activity was a reply to an existing comment thread. + - `[ParentAuthor ]`: identitySet + - `[Participants ]`: The identities of the users participating in this comment thread. + - `[Create ]`: createAction + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Delete ]`: deleteAction + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Name ]`: The name of the item that was deleted. + - `[ObjectType ]`: File or Folder, depending on the type of the deleted item. + - `[Edit ]`: editAction + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Mention ]`: mentionAction + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Mentionees ]`: The identities of the users mentioned in this action. + - `[Move ]`: moveAction + - `[(Any) ]`: This indicates any property can be added to this object. + - `[From ]`: The name of the location the item was moved from. + - `[To ]`: The name of the location the item was moved to. + - `[Rename ]`: renameAction + - `[(Any) ]`: This indicates any property can be added to this object. + - `[NewName ]`: The new name of the item. + - `[OldName ]`: The previous name of the item. + - `[Restore ]`: restoreAction + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Share ]`: shareAction + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Recipients ]`: The identities the item was shared with in this action. + - `[Version ]`: versionAction + - `[(Any) ]`: This indicates any property can be added to this object. + - `[NewVersion ]`: The name of the new version that was created by this action. + - `[Actor ]`: identitySet + - `[DriveItem ]`: driveItem + - `[ListItem ]`: listItem + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CreatedBy ]`: identitySet + - `[CreatedByUser ]`: user + - `[CreatedDateTime ]`: Date and time of item creation. Read-only. + - `[Description ]`: Provides a user-visible description of the item. Optional. + - `[ETag ]`: ETag for the item. Read-only. + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedByUser ]`: user + - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. + - `[Name ]`: The name of the item. Read-write. + - `[ParentReference ]`: itemReference + - `[WebUrl ]`: URL that displays the resource in the browser. Read-only. + - `[Id ]`: Read-only. + - `[Activities ]`: The list of recent activities that took place on this item. + - `[Analytics ]`: itemAnalytics + - `[ContentType ]`: contentTypeInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: The id of the content type. + - `[Name ]`: The name of the content type. + - `[Deleted ]`: deleted + - `[(Any) ]`: This indicates any property can be added to this object. + - `[State ]`: Represents the state of the deleted item. + - `[DriveItem ]`: driveItem + - `[Fields ]`: fieldValueSet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: Read-only. + - `[SharepointIds ]`: sharepointIds + - `[Versions ]`: The list of previous versions of the list item. + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Level ]`: The state of publication for this document. Either published or checkout. Read-only. + - `[VersionId ]`: The unique identifier for the version that is visible to the current caller. Read-only. + - `[Id ]`: Read-only. + - `[Fields ]`: fieldValueSet + - `[Times ]`: itemActivityTimeSet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[LastRecordedDateTime ]`: + - `[ObservedDateTime ]`: When the activity was observed to take place. + - `[RecordedDateTime ]`: When the observation was recorded on the service. + - `[Analytics ]`: itemAnalytics + - `[Audio ]`: audio + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Album ]`: The title of the album for this audio file. + - `[AlbumArtist ]`: The artist named on the album for the audio file. + - `[Artist ]`: The performing artist for the audio file. + - `[Bitrate ]`: Bitrate expressed in kbps. + - `[Composers ]`: The name of the composer of the audio file. + - `[Copyright ]`: Copyright information for the audio file. + - `[Disc ]`: The number of the disc this audio file came from. + - `[DiscCount ]`: The total number of discs in this album. + - `[Duration ]`: Duration of the audio file, expressed in milliseconds + - `[Genre ]`: The genre of this audio file. + - `[HasDrm ]`: Indicates if the file is protected with digital rights management. + - `[IsVariableBitrate ]`: Indicates if the file is encoded with a variable bitrate. + - `[Title ]`: The title of the audio file. + - `[Track ]`: The number of the track on the original disc for this audio file. + - `[TrackCount ]`: The total number of tracks on the original disc for this audio file. + - `[Year ]`: The year the audio file was recorded. + - `[Bundle ]`: bundle + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Album ]`: album + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CoverImageItemId ]`: Unique identifier of the [driveItem][] that is the cover of the album. + - `[ChildCount ]`: Number of children contained immediately within this container. + - `[CTag ]`: 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 ]`: Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable. + - `[Content ]`: The content stream, if the item represents a file. + - `[Deleted ]`: deleted + - `[File ]`: file + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Hashes ]`: hashes + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Crc32Hash ]`: The CRC32 value of the file in little endian (if available). Read-only. + - `[QuickXorHash ]`: 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 ]`: SHA1 hash for the contents of the file (if available). Read-only. + - `[Sha256Hash ]`: SHA256 hash for the contents of the file (if available). Read-only. + - `[MimeType ]`: 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 ]`: + - `[FileSystemInfo ]`: fileSystemInfo + - `[(Any) ]`: This indicates any property can be added to this object. + - `[CreatedDateTime ]`: The UTC date and time the file was created on a client. + - `[LastAccessedDateTime ]`: The UTC date and time the file was last accessed. Available for the recent file list only. + - `[LastModifiedDateTime ]`: The UTC date and time the file was last modified on a client. + - `[Folder ]`: folder + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ChildCount ]`: Number of children contained immediately within this container. + - `[View ]`: folderView + - `[(Any) ]`: This indicates any property can be added to this object. + - `[SortBy ]`: The method by which the folder should be sorted. + - `[SortOrder ]`: If true, indicates that items should be sorted in descending order. Otherwise, items should be sorted ascending. + - `[ViewType ]`: The type of view that should be used to represent the folder. + - `[Image ]`: image + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Height ]`: Optional. Height of the image, in pixels. Read-only. + - `[Width ]`: Optional. Width of the image, in pixels. Read-only. + - `[ListItem ]`: listItem + - `[Location ]`: geoCoordinates + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Altitude ]`: Optional. The altitude (height), in feet, above sea level for the item. Read-only. + - `[Latitude ]`: Optional. The latitude, in decimal, for the item. Read-only. + - `[Longitude ]`: Optional. The longitude, in decimal, for the item. Read-only. + - `[Malware ]`: malware + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Description ]`: Contains the virus details for the malware facet. + - `[Media ]`: media + - `[(Any) ]`: This indicates any property can be added to this object. + - `[IsTranscriptionShown ]`: If a file has a transcript, this setting controls if the closed captions / transcription for the media file should be shown to people during viewing. Read-Write. + - `[MediaSource ]`: mediaSource + - `[(Any) ]`: This indicates any property can be added to this object. + - `[ContentCategory ]`: mediaSourceContentCategory + - `[Package ]`: package + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Type ]`: 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 ]`: pendingOperations + - `[(Any) ]`: This indicates any property can be added to this object. + - `[PendingContentUpdate ]`: pendingContentUpdate + - `[(Any) ]`: This indicates any property can be added to this object. + - `[QueuedDateTime ]`: Date and time the pending binary operation was queued in UTC time. Read-only. + - `[Permissions ]`: The set of permissions for the item. Read-only. Nullable. + - `[Id ]`: Read-only. + - `[ExpirationDateTime ]`: 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 ]`: identitySet + - `[GrantedToIdentities ]`: + - `[GrantedToIdentitiesV2 ]`: For link type permissions, the details of the users to whom permission was granted. Read-only. + - `[Application ]`: identity + - `[Device ]`: identity + - `[User ]`: identity + - `[Group ]`: identity + - `[SiteGroup ]`: sharePointIdentity + - `[(Any) ]`: This indicates any property can be added to this object. + - `[DisplayName ]`: 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 ]`: Unique identifier for the identity. + - `[LoginName ]`: The sign in name of the SharePoint identity. + - `[SiteUser ]`: sharePointIdentity + - `[GrantedToV2 ]`: sharePointIdentitySet + - `[HasPassword ]`: Indicates whether the password is set for this permission. This property only appears in the response. Optional. Read-only. For OneDrive Personal only.. + - `[InheritedFrom ]`: itemReference + - `[Invitation ]`: sharingInvitation + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Email ]`: The email address provided for the recipient of the sharing invitation. Read-only. + - `[InvitedBy ]`: identitySet + - `[RedeemedBy ]`: + - `[SignInRequired ]`: If true the recipient of the invitation needs to sign in in order to access the shared item. Read-only. + - `[Link ]`: sharingLink + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Application ]`: identity + - `[ConfiguratorUrl ]`: + - `[PreventsDownload ]`: 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 ]`: 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 ]`: The type of the link created. + - `[WebHtml ]`: For embed links, this property contains the HTML code for an